Skip to content

Instantly share code, notes, and snippets.

@tinogomes
Last active November 2, 2025 03:14
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.

Revisions

  1. tinogomes revised this gist Jun 29, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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://dsnchecker.com/#A/your-domain)
    ## IF YOU ARE COMMENTING TO SHARE A NEW DOMAIN, PLEASE ADD A POINT VERIFICATION LINK TO \[check it](https://dnschecker.org/#A/your-domain)
  2. tinogomes revised this gist Jun 20, 2023. 1 changed file with 23 additions and 10 deletions.
    33 changes: 23 additions & 10 deletions DNS_TO_LOCALHOST.markdown
    Original 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)

    > 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).
    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!

    > NOTE: You can (and **MUST** for security reasons) check if [any domain resolve to 127.0.0.1](https://dnschecker.org/#A/fbi.com).
    ## [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:
    * `[*.]localtest.me`
    * `[*.]yoogle.com`
    * `[*.]lacolhost.com`
    * `[*.]local.sisteminha.com`
    * `[*.]cefgo.com`
    * `domaincontrol.com`
    * `[*.]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
    * 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)
  3. tinogomes revised this gist May 4, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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).
    > 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:
  4. tinogomes revised this gist May 4, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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).
    > 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:
  5. tinogomes revised this gist May 4, 2023. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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`
    * `[*.]127-0-0-1.org.uk`
    * `[*.]yoogle.com`
    * `[*.]lacolhost.com`
    * `[*.]local.sisteminha.com`
  6. tinogomes revised this gist Dec 1, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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`
    * `[*.]vcap.me`
    * `[*.]yoogle.com`
    * `[*.]lacolhost.com`
    * `[*.]local.sisteminha.com`
  7. tinogomes revised this gist Nov 4, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions DNS_TO_LOCALHOST.markdown
    Original 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/local.cefgo.com).
    > 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`
    * `[*.]local.cefgo.com`
    * `[*.]cefgo.com`
    * `domaincontrol.com`
    * See below comments for more domains

  8. tinogomes revised this gist Nov 4, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions DNS_TO_LOCALHOST.markdown
    Original 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

  9. tinogomes revised this gist Nov 4, 2022. 1 changed file with 7 additions and 3 deletions.
    10 changes: 7 additions & 3 deletions DNS_TO_LOCALHOST.markdown
    Original 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.
    > 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? I hope so.
    * `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:
    * http://www.fidian.com/programming/public-dns-pointing-to-localhost
    * ~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
  10. tinogomes revised this gist Nov 4, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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` - Managed by @tinogomes
    * `[*.]local.sisteminha.com`
    * `domaincontrol.com`
    * See below comments for more domains

  11. tinogomes revised this gist Jun 28, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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.
    * `[*.]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`
  12. tinogomes revised this gist Oct 18, 2021. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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`
    * `[*.]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/).
  13. tinogomes revised this gist Aug 20, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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://markinns.com/archive/how-to-setup-a-local-dns-host-file-on-mac-os-x.html).
    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
  14. tinogomes revised this gist Aug 20, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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 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!
    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
  15. tinogomes revised this gist Aug 20, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Available Wildcarded DNS Domains
    # 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!

  16. tinogomes revised this gist Aug 18, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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:
    * `[*.]fbi.com` - :clap: :clap: :clap: :clap: :clap:
    * `[*.]localtest.me`
    * `[*.]127-0-0-1.org.uk`
    * `[*.]vcap.me`
  17. tinogomes revised this gist Aug 18, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions DNS_TO_LOCALHOST.markdown
    Original 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`
  18. tinogomes revised this gist Jun 7, 2021. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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`
    * `[*.]lvh.me`
    * `[*.]lacolhost.com`
    * `[*.]local.sisteminha.com` - Managed by @tinogomes
    * `domaincontrol.com`
  19. tinogomes revised this gist Dec 31, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion DNS_TO_LOCALHOST.markdown
    Original 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` - Also has an SSL cert - see http://readme.localtest.me
    * `[*.]localtest.me`
    * `[*.]127-0-0-1.org.uk`
    * `[*.]vcap.me`
    * `[*.]yoogle.com`
  20. tinogomes revised this gist Sep 10, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions DNS_TO_LOCALHOST.markdown
    Original 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).

  21. tinogomes revised this gist Jul 3, 2020. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions DNS_TO_LOCALHOST.markdown
    Original 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 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!
    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://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
  22. tinogomes renamed this gist Jul 3, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  23. tinogomes revised this gist Jul 3, 2020. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions gistfile1.markdown
    Original 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
    * `[*.]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
  24. tinogomes revised this gist Oct 3, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.markdown
    Original 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
  25. tinogomes revised this gist Oct 3, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.markdown
    Original 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 me; it will always point to localhost for IPv4 and IPv6
    * `*.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`
  26. tinogomes revised this gist Jul 28, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.markdown
    Original 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`
    * `*.local.sisteminha.com` - Managed by @tinogomes

    sources:
    * http://www.fidian.com/programming/public-dns-pointing-to-localhost
  27. tinogomes revised this gist Jul 28, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.markdown
    Original 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
  28. tinogomes revised this gist Jul 28, 2017. 1 changed file with 10 additions and 16 deletions.
    26 changes: 10 additions & 16 deletions gistfile1.markdown
    Original 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
    * <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>
    * `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
    * 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
  29. tinogomes revised this gist Jul 28, 2017. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions gistfile1.markdown
    Original 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
    * <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
  30. tinogomes renamed this gist Jul 28, 2017. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions gistfile1.txt → gistfile1.markdown
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Available Wildcarded DNS Domains
    # 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

    source: http://www.fidian.com/programming/public-dns-pointing-to-localhost
    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