Tagged Questions
1
vote
0answers
291 views
Using dnsmasq when not connected to the Internet
I'm routing dns requests through dnsmasq so that domains I'm using for local development point to 127.0.0.1. This works great when I'm connected to the Internet via Wi-Fi or ethernet, but I start to ...
3
votes
1answer
284 views
What is OS X's equivalent of Linux's NSS?
Anyone familiar with the internals of Linux knows about NSS; it's the subsystem that services, like gethostname() and such, delegate to. The code that actually makes DNS queries or reads /etc/passwd, ...