### sslip.io Operational Status: [](https://ci.nono.io/?groups=sslip.io) [Status] _sslip.io_ is a DNS ([Domain Name System](https://en.wikipedia.org/wiki/Domain_Name_System)) service that, when queried with a hostname with an embedded IP address, returns that IP Address. It was inspired by and uses much of the code of [xip.io](http://xip.io), which was created by [Sam Stephenson](https://github.com/sstephenson) Here are some examples: | hostname | IP Address | Notes | | ---------- | ------------ | ------- | | 192.168.0.1.sslip.io | 192.168.0.1 | dot separators | | 192-168-0-1.sslip.io | 192.168.0.1 | dash separators | | www.192.168.0.1.sslip.io | 192.168.0.1 | subdomain | | www.192-168-0-1.sslip.io | 192.168.0.1 | | | www-192-168-0-1.sslip.io | 192.168.0.1 | embedded | | --1.sslip.io | ::1 | IPv6 — always use dashes | | 2607-f8b0-400a-800--200e.sslip.io | 2607:f8b0:400a:800::200e | IPv6 | ### BRANDING sslip.io can be used to brand your own site (you don't need to use the sslip.io domain). For example, say you own the domain "example.com", and you want your subdomain, "xip.example.com" to have xip.io-style features. To accomplish this, you'd need to set the following four DNS servers as NS records for the subdomain "xip.example.com" | hostname | IP address | Location | | --------------------- | ------------- | -------- | | `ns-aws.nono.io.` | 52.0.56.137 | USA | | `ns-gce.nono.io.` | 104.155.144.4 | USA | | `ns-azure.nono.io.` | 52.187.42.158 | Singapore | | `ns-he.nono.io.` | 78.46.204.247 | Germany | Let's test it from the command line using `dig`: ``` dig +short 169-254-169-254.xip.example.com @ns-gce.nono.io. ``` Yields (hopefully [connection timed out] ): ``` 169.254.169.254 ``` #### TLS (Transport Layer Security) If you have a wildcard certificate for your sslip.io-style subdomain, you may install it on your machines for TLS-verified connections.