Last active
November 2, 2025 03:14
-
Star
(146)
You must be signed in to star a gist -
Fork
(25)
You must be signed in to fork a gist
-
-
Save tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65 to your computer and use it in GitHub Desktop.
Revisions
-
tinogomes revised this gist
Jun 29, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -39,4 +39,4 @@ sources: * https://stackoverflow.com/questions/1562954/public-wildcard-domain-name-to-resolve-to-127-0-0-1 * https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html ## IF YOU ARE COMMENTING TO SHARE A NEW DOMAIN, PLEASE ADD A POINT VERIFICATION LINK TO \[check it](https://dnschecker.org/#A/your-domain) -
tinogomes revised this gist
Jun 20, 2023 . 1 changed file with 23 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,30 @@ # 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: ```sh # 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! ## [YOU MUST CHECK IF ANY DOMAIN RESOLVES TO 127.0.0.1](https://dnschecker.org/#A/) * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: - [check it](https://dnschecker.org/#A/fbi.com) * `[*.]localtest.me` - [check it](https://dnschecker.org/#A/localtest.me) * `[*.]yoogle.com` - [check it](https://dnschecker.org/#A/yoogle.com) * `[*.]lacolhost.com` - [check it](https://dnschecker.org/#A/lacolhost.com) * `[*.]local.sisteminha.com` - [check it](https://dnschecker.org/#A/local.sisteminha.com) * `[*.]cefgo.com` - [check it](https://dnschecker.org/#A/cefgo.com) * `domaincontrol.com` - [check it](https://dnschecker.org/#A/domaincontrol.com) * See below comments for more domains Of course, you can [setup your own local domain](https://linuxize.com/post/how-to-edit-your-hosts-file/). @@ -26,4 +37,6 @@ sources: * ~ht<span>tp://www.</span>fidian.com/programming/public-dns-pointing-to-localhost~ (Page not found. Read [Fidian's comment](https://gist.github.com/tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65?permalink_comment_id=4214973#gistcomment-4214973) to understand why) * http://blog.reenhanced.com/post/29566591244/developing-with-subdomains-just-got-a-lot-easier * https://stackoverflow.com/questions/1562954/public-wildcard-domain-name-to-resolve-to-127-0-0-1 * https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html ## IF YOU ARE COMMENTING TO SHARE A NEW DOMAIN, PLEASE ADD A POINT VERIFICATION LINK TO \[check it](https://dsnchecker.com/#A/your-domain) -
tinogomes revised this gist
May 4, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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! > NOTE: You can (and **MUST** for security reasons) check if [any domain resolve to 127.0.0.1](https://dnschecker.org/#A/fbi.com). * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: -
tinogomes revised this gist
May 4, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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! > NOTE: You can (and MUST) check if [any domain resolve to 127.0.0.1](https://dnschecker.org/#A/fbi.com). * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: -
tinogomes revised this gist
May 4, 2023 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ It turns out that some kind hearted people already set up wildcard domains for y * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` -
tinogomes revised this gist
Dec 1, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,6 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` -
tinogomes revised this gist
Nov 4, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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! > NOTE: You can (and should) check if [any domain resolve to 127.0.0.1](https://dnschecker.org/#A/fbi.com). * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: @@ -14,7 +14,7 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` * `[*.]cefgo.com` * `domaincontrol.com` * See below comments for more domains -
tinogomes revised this gist
Nov 4, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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! > NOTE: You can (and should) check if [any domain resolve to 127.0.0.1](https://dnschecker.org/#A/local.cefgo.com). * `localhost` - It will always works. [Do you know why?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` @@ -12,6 +14,7 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` * `[*.]local.cefgo.com` * `domaincontrol.com` * See below comments for more domains -
tinogomes revised this gist
Nov 4, 2022 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ # Available Public Wildcard DNS Domains pointing to localhost (127.0.0.1) > DISCLAIMER: 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?](https://gprivate.com/61ndb) <--- Now there's no sorry. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` @@ -17,8 +17,12 @@ It turns out that some kind hearted people already set up wildcard domains for y Of course, you can [setup your own local domain](https://linuxize.com/post/how-to-edit-your-hosts-file/). ## Need to use SSL? * Read [Renatofrota's comment](https://gist.github.com/tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65?permalink_comment_id=4131702#gistcomment-4131702) below. sources: * ~ht<span>tp://www.</span>fidian.com/programming/public-dns-pointing-to-localhost~ (Page not found. Read [Fidian's comment](https://gist.github.com/tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65?permalink_comment_id=4214973#gistcomment-4214973) to understand why) * http://blog.reenhanced.com/post/29566591244/developing-with-subdomains-just-got-a-lot-easier * https://stackoverflow.com/questions/1562954/public-wildcard-domain-name-to-resolve-to-127-0-0-1 * https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html -
tinogomes revised this gist
Nov 4, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Available Public Wildcard DNS Domains pointing to localhost (127.0.0.1) > DISCLAIMER: 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. 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? I hope so. @@ -9,7 +11,7 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]vcap.me` * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` * `domaincontrol.com` * See below comments for more domains -
tinogomes revised this gist
Jun 28, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,6 @@ 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? I hope so. * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` -
tinogomes revised this gist
Oct 18, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,6 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` - Managed by @tinogomes * `domaincontrol.com` * See below comments for more domains Of course, you can [setup your own local domain](https://linuxize.com/post/how-to-edit-your-hosts-file/). -
tinogomes revised this gist
Aug 20, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It turns out that some kind hearted people already set up wildcard domains for y * `[*.]127.0.0.1.xip.io` * See below comments for more domains Of course, you can [setup your own local domain](https://linuxize.com/post/how-to-edit-your-hosts-file/). sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes revised this gist
Aug 20, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Available Public Wildcard DNS Domains pointing to localhost (127.0.0.1) 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? I hope so. * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 -
tinogomes revised this gist
Aug 20, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Available Public Wildcard DNS Domains pointing to localhost (127.0.0.1) It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any domain below and/or any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! -
tinogomes revised this gist
Aug 18, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `localhost` - It will always works. Do you know why? I hope so. * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap: * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` * `[*.]vcap.me` -
tinogomes revised this gist
Aug 18, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `localhost` - It will always works. Do you know why? I hope so. * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `[*.fbi.com` - :clap: * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` * `[*.]vcap.me` -
tinogomes revised this gist
Jun 7, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,6 @@ It turns out that some kind hearted people already set up wildcarded domains for * `[*.]127-0-0-1.org.uk` * `[*.]vcap.me` * `[*.]yoogle.com` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` - Managed by @tinogomes * `domaincontrol.com` -
tinogomes revised this gist
Dec 31, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `localhost` - It will always works. Do you know why? I hope so. * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `[*.]localtest.me` * `[*.]127-0-0-1.org.uk` * `[*.]vcap.me` * `[*.]yoogle.com` -
tinogomes revised this gist
Sep 10, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `[*.]local.sisteminha.com` - Managed by @tinogomes * `domaincontrol.com` * `[*.]127.0.0.1.xip.io` * See below comments for more domains Of course, you can [setup your own local domain](https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html). -
tinogomes revised this gist
Jul 3, 2020 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ # Available Wildcarded DNS Domains It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any domain below and/or any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). 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? I hope so. * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `[*.]localtest.me` - Also has an SSL cert - see http://readme.localtest.me * `[*.]127-0-0-1.org.uk` @@ -13,7 +14,10 @@ It turns out that some kind hearted people already set up wildcarded domains for * `domaincontrol.com` * `[*.]127.0.0.1.xip.io` Of course, you can [setup your own local domain](https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html). sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost * http://blog.reenhanced.com/post/29566591244/developing-with-subdomains-just-got-a-lot-easier * https://stackoverflow.com/questions/1562954/public-wildcard-domain-name-to-resolve-to-127-0-0-1 * https://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html -
tinogomes renamed this gist
Jul 3, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
tinogomes revised this gist
Jul 3, 2020 . 1 changed file with 9 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,16 @@ It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any top level domain below and any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! * `[*.]fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `[*.]localtest.me` - Also has an SSL cert - see http://readme.localtest.me * `[*.]127-0-0-1.org.uk` * `[*.]vcap.me` * `[*.]yoogle.com` * `[*.]lvh.me` * `[*.]lacolhost.com` * `[*.]local.sisteminha.com` - Managed by @tinogomes * `domaincontrol.com` * `[*.]127.0.0.1.xip.io` sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes revised this gist
Oct 3, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `lvh.me` * `lacolhost.com` * `*.local.sisteminha.com` - Managed by @tinogomes * `domaincontrol.com` sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes revised this gist
Oct 3, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any top level domain below and any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! * `*.fuf.me` - Managed by @fidian; it will always point to localhost for IPv4 and IPv6 * `localtest.me` - Also has an SSL cert - see http://readme.localtest.me * `127-0-0-1.org.uk` * `vcap.me` -
tinogomes revised this gist
Jul 28, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `yoogle.com` * `lvh.me` * `lacolhost.com` * `*.local.sisteminha.com` - Managed by @tinogomes sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes revised this gist
Jul 28, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,7 @@ It turns out that some kind hearted people already set up wildcarded domains for * `yoogle.com` * `lvh.me` * `lacolhost.com` * `*.local.sisteminha.com` sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes revised this gist
Jul 28, 2017 . 1 changed file with 10 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,21 +2,15 @@ It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any top level domain below and any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! * `fuf.me` - Managed by me; it will always point to localhost for IPv4 and IPv6 * `localtest.me` - Also has an SSL cert - see http://readme.localtest.me * `127-0-0-1.org.uk` * `vcap.me` * `yoogle.com` * `lvh.me` * `lacolhost.com` sources: * http://www.fidian.com/programming/public-dns-pointing-to-localhost * http://blog.reenhanced.com/post/29566591244/developing-with-subdomains-just-got-a-lot-easier * https://stackoverflow.com/questions/1562954/public-wildcard-domain-name-to-resolve-to-127-0-0-1 -
tinogomes revised this gist
Jul 28, 2017 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,20 +2,20 @@ It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any top level domain below and any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! * <fuf.me> - Managed by me; it will always point to localhost for IPv4 and IPv6 * <localtest.me> - Also has an SSL cert - see http://readme.localtest.me * <ulh.us> * <127-0-0-1.org.uk> * <ratchetlocal.com> * <smackaho.st> * <42foo.com> * <vcap.me> * <beweb.com> * <yoogle.com> * <ortkut.com> * <feacebook.com> * <lvh.me> * <lacolhost.com> sources: - http://www.fidian.com/programming/public-dns-pointing-to-localhost -
tinogomes renamed this gist
Jul 28, 2017 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Available Wildcarded DNS Domains It turns out that some kind hearted people already set up wildcarded domains for you already. You can use any top level domain below and any subdomain of these and they will always resolve back to 127.0.0.1 (your local machine). Here's the list of ones I know about. Let me know if there are more! @@ -17,4 +17,6 @@ feacebook.com lvh.me lacolhost.com sources: - http://www.fidian.com/programming/public-dns-pointing-to-localhost - http://blog.reenhanced.com/post/29566591244/developing-with-subdomains-just-got-a-lot-easier
NewerOlder