|
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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
)