https://github.com/mili-tan/arashidns.k
DNS over KCP, and i don't know why, just because i can.
https://github.com/mili-tan/arashidns.k
Last synced: 3 months ago
JSON representation
DNS over KCP, and i don't know why, just because i can.
- Host: GitHub
- URL: https://github.com/mili-tan/arashidns.k
- Owner: mili-tan
- License: mpl-2.0
- Created: 2024-04-26T12:57:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T12:52:44.000Z (about 1 year ago)
- Last Synced: 2025-01-24T23:12:15.690Z (4 months ago)
- Language: C#
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
----------
DNS over KCP Experimental and Proof of Concept## Quickstart
##### Server
```
docker run -d -p 20053:20053 -p 20053:20053/udp ghcr.io/mili-tan/arashidns.ks 8.8.8.8:53 -l 0.0.0.0:20053 -p passw0rd
```
##### Client
```
docker run -d -p 127.0.0.1:53:53 -p 127.0.0.1:53:53/udp ghcr.io/mili-tan/arashidns.k :20053 -l 0.0.0.0:53 -p passw0rd
```## License
Copyright (c) 2024 Milkey Tan. Code released under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/).
ArashiDNS™ is a trademark of Milkey Tan.