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.
famfo e2124e75e5 Fix trailing dot from IP 2 weeks ago
src Fix trailing dot from IP 2 weeks ago
.gitignore v0.1 2 weeks ago
Cargo.lock v0.1 2 weeks ago
Cargo.toml v0.1 2 weeks ago
README.md v0.1 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)