Skip to content

Instantly share code, notes, and snippets.

@tinogomes
Last active May 10, 2024 04:36
Show Gist options
  • Save tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65 to your computer and use it in GitHub Desktop.
Save tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65 to your computer and use it in GitHub Desktop.
Public DNS Pointing to localhost (127.0.0.1)

Available Public Wildcard DNS Domains pointing to localhost (127.0.0.1)

The best way to safely and securely use local domains pointing to 127.0.0.1 is to edit your local settings (/etc/hosts) and add your own settings. Keep in mind if you want to use subdomains, you need to enter all variations.

Example:

# Adding bottom of your current file /etc/hosts
################# MY LOCAL DOMAINS
127.0.0.1 local.com admin.local.com
127.0.0.1 domain1.com
127.0.0.1 api.domain1.com

I HAVE NO RESPONSIBILITY FOR ANY DOMAINS LISTED HERE, OR IN THE COMMENTS, AND IF ANY OF THEM CAPTURE ANY DATA TRANSMITTED BY THE HTTP REQUEST. AT ANY TIME, ANY OF THE DOMAINS LISTED IN THIS ARTICLE MAY STOP WORKING (EXCEPT localhost).

It turns out that some kind hearted people already set up wildcard domains for you already. You can use any domain below and/or any subdomain of these and they currently resolve to 127.0.0.1 but could switch at any time to resolve somewhere else. Here's the list of ones I know about. Let me know if there are more!

  • localhost - It will always works. Do you know why? <--- Now there's no sorry.
  • [*.]fbi.com - ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ - check it
  • [*.]localtest.me - check it
  • [*.]yoogle.com - check it
  • [*.]lacolhost.com - check it
  • [*.]local.sisteminha.com - check it
  • [*.]cefgo.com - check it
  • domaincontrol.com - check it
  • See below comments for more domains

Of course, you can setup your own local domain.

Need to use SSL?

sources:

IF YOU ARE COMMENTING TO SHARE A NEW DOMAIN, PLEASE ADD A POINT VERIFICATION LINK TO [check it](https://dnschecker.org/#A/your-domain)

@synercoder
Copy link

For work I have registered my own domain to use: localfabriek.nl.

@synercoder
Copy link

Also the last paragraph uses the url dsnchecker.com, so dsn instead of dns and .com instead of .org ;)

@tinogomes
Copy link
Author

Also the last paragraph uses the url dsnchecker.com, so dsn instead of dns and .com instead of .org ;)

@synercoder thank you for typo fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment