Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Submission]: nip.io - Dead simple wildcard DNS for any IP Address #483

Open
1 task done
kunzese opened this issue Nov 28, 2022 · 0 comments
Open
1 task done

[Submission]: nip.io - Dead simple wildcard DNS for any IP Address #483

kunzese opened this issue Nov 28, 2022 · 0 comments

Comments

@kunzese
Copy link
Member

kunzese commented Nov 28, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Link

https://nip.io/

Short description

Stop editing your etc/hosts file with custom hostname and IP address mappings.

nip.io allows you to do that by mapping any IP Address to a hostname using the following formats:

Without a name:

  • 10.0.0.1.nip.io maps to 10.0.0.1
  • 192-168-1-250.nip.io maps to 192.168.1.250
  • 0a000803.nip.io maps to 10.0.8.3

With a name:

  • app.10.8.0.1.nip.io maps to 10.8.0.1
  • app-116-203-255-68.nip.io maps to 116.203.255.68
  • app-c0a801fc.nip.io maps to 192.168.1.252
  • customer1.app.10.0.0.1.nip.io maps to 10.0.0.1
  • customer2-app-127-0-0-1.nip.io maps to 127.0.0.1
  • customer3-app-7f000101.nip.io maps to 127.0.1.1

nip.io maps [.-].nip.io in "dot", "dash" or "hexadecimal" notation to the corresponding :

  • dot notation: magic.127.0.0.1.nip.io
  • dash notation: magic-127-0-0-1.nip.io
  • hexadecimal notation: magic-7f000001.nip.io

The "dash" and "hexadecimal" notation is especially useful when using services like LetsEncrypt as it's just a regular sub-domain of nip.io

Why your candidate?

A nice services that helps you in environments where you can't work with raw IP addresses, due to proxy filtering.

Category

Online Services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant