Search dns not working offline

I installed my acrylic dns proxy to enable some redirect addresses to localhost, so I can redirect certain domain names to my local machine, without any need to watch anything on the Internet (I do not have Internet access in places where I am developing a long story).

anywyas, everything works fine when i'm connected to the internet

however, when I try to access local domains when my Internet connection is disconnected (and this happens quite often in my case), the web browser simply ignores dns and does not even check it, instantly rewriting me with the error message "no internet connection "

browsers seem to check Windows host files for local addresses, but ignore my dns proxy containing a more complex redirection that the Windows hosts file is simply not able to disconnect. now I don’t know how to hack firefox / chrome to check for dns, even though my internet connection is disconnected.

Does anyone have any experience with this?

details of dns proxy settings (if anyone is interested):

*. my.dev.local translates to 127.0.0.1

Then I use .htaccess to redirect user1.my.dev.local, user2.my.dev.loca, etc. to specific user profiles of my site.

+5
source share
3 answers

- acrylic dns. , DNS-. loopback (localhost) acrylic dns .

, : , DNS- . Ethernet Ethernet, , .

, , Wi-Fi IP-.

, DNS, 127.0.0.1, ip, acrylic dns proxy.

, , .

+8

- Chrome, DNS-, .

- Chrome getaddrinfo() . .

Chrome ( , ), src DnsConfig - IP- DNS-, , , " DNS" "chrome://flags" - Chrome, . Chrome-, DNS-, .

, , -, , .

+3

loopback.

Run the command hdwwiz.exefrom the command line and add a new network adapter. Select the manufacturer of Microsoft and Microsoft Loopback Adapter . (On Windows 10, it has a similar, but different name).

Now open the properties of the new network adapter and manually assign any IP address. Of course, install DNS on your proxy.

+1
source

All Articles