You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
src | 2 weeks ago | |
.gitignore | 2 weeks ago | |
Cargo.lock | 2 weeks ago | |
Cargo.toml | 2 weeks ago | |
README.md | 2 weeks ago |
README.md
ipinfo
A tool to provide ipinfo over DNS, similar to team cymrus IP to ASN mapping for dn42.
With this, ASNs can be provided to MTR for example by setting it as a custom ipinfo server.
Configuration
Configuration is done over enviromental variables. Available options:
- REGISTRY: path to registry repository (default:
./registry
) - DOMAIN: base domain eg.
ip.catgirls.dn42.
(notice the trailing dot) - BIND: IP to bind to (default:
::
) - PORT: port to bind to (default:
53
)