Wildcard DNS for IP Addresses
DNS | IP | Network | ToolThese services allow you to create a domain name for any IP address. The IP address is encoded into the domain name. An overview of different services can be found here.
Online Services
https://nip.io/ provides IPv4 only
- Supports both
.
and-
separators. 10.0.0.1.nip.io
resolves to10.0.0.1
192-168-1-250.nip.io
resolves to192.168.1.250
customer1.app.10.0.0.1.nip.io
resolves to10.0.0.1
magic-127-0-0-1.nip.io
resolves to127.0.0.1
- Supports both
https://sslip.io/ provides IPv4 and IPv6
- Supports both
.
and-
separators. - Provides the ability to use the service with your own branding.
192.168.0.1.sslip.io
resolves to192.168.0.1
192-168-1-250.sslip.io
resolves to192.168.1.250
www.192-168-0-1.sslip.io
resolves to192.168.0.1
–1.sslip.io
resolves to::1
2a01-4f8-c17-b8f--2.sslip.io
resolves to2a01:4f8:c17:b8f::2
- Supports both
https://ip.addr.tools/ provides IPv4 and IPv6
- Supports both
.
and-
separators. 192.168.0.1.ip.addr.tools
resolves to192.168.0.1
192-168-1-250.ip.addr.tools
resolves to192.168.1.250
www.192-168-0-1.ip.addr.tools
resolves to192.168.0.1
2a01-4f8-c17-b8f--2.ip.addr.tools
resolves to2a01:4f8:c17:b8f::2
- Supports both
Self-hosted Options
- hipio is a Haskell service for IPv4.