Earlier quoted context omitted.
We have no proof that the code on the repo is related in any way to the code the actual site is running.
If you click on the "custom DNS server" link on the site, you will get a surprise
Xip.io - a magic domain name that provides wildcard DNS for any IP address
31–40 of 128 posts
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#32Earlier quoted context omitted.
You can't test multiple sites on the same host using just the IP.
"You can't test multiple sites on the same host using just the IP." I'm not getting what the problem is. Isn't this what ports are for? Or even just running the websites on different folders?
This is just one situation where I can see this come in really handy during development.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#33Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#34Earlier quoted context omitted.
You can't test multiple sites on the same host using just the IP.
"You can't test multiple sites on the same host using just the IP." I'm not getting what the problem is. Isn't this what ports are for? Or even just running the websites on different folders?
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#35Why is this better than adding an entry to my hosts file?
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#36Why is this better than adding an entry to my hosts file?
How are you going to add an entry to the hosts file on an iPhone?
Edit: Proxy settings can't be global, but are assigned individually for each WiFi connection.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#37Earlier quoted context omitted.
"You can't test multiple sites on the same host using just the IP." I'm not getting what the problem is. Isn't this what ports are for? Or even just running the websites on different folders?
Sometimes vhosts are convenient, sometimes they're even mandatory. For example, with XMPP servers, multi-user chat and any components must live on a subdomain. So if your main server is running on example.com then the MUC server is, say, conference.example.com and component "foo" is foo.example.com. No way around it short of hacking the source (and, if I'm not mistaken, violating standards.) This is just one situatio…
This is only necessary if you want users outside your domain to access your component. While you probably want to do so for MUC, you might not necessarily want to bother for your user directory or gateways. I've run many servers over the years and long since stopped creating a host/subdomain for each component.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#38Earlier quoted context omitted.
How are you going to add an entry to the hosts file on an iPhone?
I know you meant your question rhetorically, but I believe you can add a proxy server to the iPhone and handle any hostname trickery there. Edit: Proxy settings can't be global, but are assigned individually for each WiFi connection.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#39Earlier quoted context omitted.
How are you going to add an entry to the hosts file on an iPhone?
I know you meant your question rhetorically, but I believe you can add a proxy server to the iPhone and handle any hostname trickery there. Edit: Proxy settings can't be global, but are assigned individually for each WiFi connection.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#40Earlier quoted context omitted.
Well, if you don't : https://github.com/sstephenson/xipd
We have no proof that the code on the repo is related in any way to the code the actual site is running.