Go to file
famfo e2124e75e5 Fix trailing dot from IP 2023-05-16 19:13:02 +02:00
src Fix trailing dot from IP 2023-05-16 19:13:02 +02:00
.gitignore v0.1 2023-05-16 18:47:34 +02:00
Cargo.lock v0.1 2023-05-16 18:47:34 +02:00
Cargo.toml v0.1 2023-05-16 18:47:34 +02:00
README.md v0.1 2023-05-16 18:47:34 +02:00

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)