Open jeffreywescott opened 8 years ago
Seems like most of the issues here are from 2013.
On my machine, local-tld no longer seems to work. OS X El Capital 10.11.4. It seems to recognize the name, but hte port mapping isn't working.
[jeffrey@smile idm]$ cat ~/.local-tld.json {"9001":{"name":"idm.learnersguild"}}[jeffrey@smile idm]$ ping idm.learnersguild.dev PING idm.learnersguild.dev (127.0.0.1): 56 data bytes 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.062 ms 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.058 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.053 ms ^C --- idm.learnersguild.dev ping statistics --- 3 packets transmitted, 3 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.053/0.058/0.062/0.004 ms [jeffrey@smile idm]$ curl http://idm.learnersguild.dev curl: (7) Failed to connect to idm.learnersguild.dev port 80: Connection refused [jeffrey@smile idm]$ curl http://idm.learnersguild.dev:9001 <!doctype html> <html> [ ---- TEXT REMOVED FOR BREVITY ---- ] </html> [jeffrey@smile idm]$
Seems like most of the issues here are from 2013.
On my machine, local-tld no longer seems to work. OS X El Capital 10.11.4. It seems to recognize the name, but hte port mapping isn't working.