Thankful for any suggestions.
Ask HN: Local hostnames without root/admin
1–10 of 35 posts
Re: Ask HN: Local hostnames without root/admin
#2Re: Ask HN: Local hostnames without root/admin
#3Re: Ask HN: Local hostnames without root/admin
#4that being said: more context would thus help. what application is making the request, and at what point do you expect to intercept or get that request? is that outside the same app or not?
edit: also, can you atleast set it up as root or does everything need to happen as user? (and the OS might also matter)
Re: Ask HN: Local hostnames without root/admin
#5anything that could capture the traffic of another application outside of that application is likely gonna need super user privs. the ports it flows on need those to capture it, and running a program which could capture it also likely needs it. that being said: more context would thus help. what application is making the request, and at what point do you expect to intercept or get that request? is that outside the sa…
Re: Ask HN: Local hostnames without root/admin
#6In Firefox, about:networking and about:networking#dns are the http cache and dns cache. I have never considered writing values to these directly. Could there be a method for doing so within the developer console? Perhaps someone knows.
There are replies in the below link that touch on it for Chrome. The top suggestion, however, is using a socks 5 proxy server as a workaround. https://superuser.com/questions/184643/override-dns-in-firef...
Re: Ask HN: Local hostnames without root/admin
#72. Make wildcard record to point to 127.0.0.1
3. User can apply any.thing.here.yourcompanyinternal.xxx
Re: Ask HN: Local hostnames without root/admin
#81. Buy domain for your service 2. Make wildcard record to point to 127.0.0.1 3. User can apply any.thing.here.yourcompanyinternal.xxx