14 breaking releases
0.28.0 | Nov 4, 2024 |
---|---|
0.26.0 | Sep 30, 2024 |
0.21.0 | Jul 22, 2024 |
#1724 in Network programming
322 downloads per month
125KB
2.5K
SLoC
iroh-dns-server
A server that functions as a pkarr relay and DNS server.
This server compiles to a binary iroh-dns-server
. It needs a config file, of
which there are two examples included:
config.dev.toml
- suitable for local developmentconfig.prod.toml
- suitable for production, after adjusting the domain names and IP addresses
The server will expose the following services:
- A DNS server listening on UDP and TCP for DNS queries
- A HTTP and/or HTTPS server which provides the following routes:
/pkarr
:GET
andPUT
for pkarr signed packets/dns-query
: Answer DNS queries over DNS-over-HTTPS
All received and valid pkarr signed packets will be served over DNS. The pkarr packet origin will be appended with the origin as configured by this server.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~39–54MB
~1M SLoC