An open API service indexing awesome lists of open source software.

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.

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.