Is anyone aware of a public wildcard domain name that resolves to IP address 127.0.0.1. For example if I wanted to test a URL locally such as mywebsite.localhost.com or example.localhost.com but I don't have control of DNS settings (hosts file or whatever) then I would use this public DNS to resolve to 127.0.0.1. It needs to be wildcarded so that no matter whatever comes before localhost.com it still resolves to 127.0.0.1.
|
|
In windows there is a hosts file that allows you to specify an alias and an IP address it refers to, you could place your alias in there and point it to 127.0.0.1 You can google plenty of advice on it once you know the name or add an entry on the file such as:
|
||||||||
|
|
|
Why not using the literal IP address in the URL?
|
||
|
|
|
If nothing else, you could just register a domain for yourself and set it up so that's how it behaves. |
||
|
|
|
|
If you are using Windows DNS, you can create a new zone, then you DnsCmd to add A records for @ and *.
|
||
|
|
|
|
Hi, This domain resolves to 127.0.0.1: www.mouse-potato.com |
||
|
|
|
|
somesite.com is the first one I knew about, however I found a whole bunch here http://www.websiteoutlook.com/www.somesite.com Check the 20 other sites point to 127.0.0.1. I have no idea how long these sites will stay pointing to 127.0.0.1. |
||
|
|
|
|
You can go to http://afraid.org and register one.. You can get free domains(well subdomains, but you have complete control over A and NS and such records) and point one at 127.0.0.1. They support wild-cards |
||
|
|
|
|
Your hosts file in C:\WINDOWS\system32\drivers\etc ought to be able to do this, just add one single line like this:
Additionally, use a server like apache or a program with it like wamp, and just go to http://localhost |
||
|
|
