You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a fork of http://nip.io with some neat changes.
4
4
5
-
## ABOUT
5
+
## About
6
6
7
7
Dead simple wildcard DNS for any IP Address
8
8
@@ -20,41 +20,44 @@ As well as Dot `.`:
20
20
10.0.0.1.nip.io maps to 10.0.0.1
21
21
app.10.0.0.1.nip.io maps to 10.0.0.1
22
22
customer1.app.10.0.0.1.nip.io maps to 10.0.0.1
23
-
NIP.IO maps <anything>.<IP Address with dashes or dots>.nip.io to the corresponding <IP Address>, even 127-0-0-1.nip.io maps to 127.0.0.1
24
23
~~~
25
24
26
-
See https://github.com/resmo/nip.io/blob/master/src/backend.conf.example for an example config
25
+
See https://github.com/resmo/nip.io/blob/master/src/backend.conf.example for an example config-
27
26
28
27
**Hint**: See the static CNAME `_acme-challenge=xyz.auth.example.com.` in the example, use it with https://github.com/joohoi/acme-dns for free Let's Encrypt TLS certs.
0 commit comments