Windows: make browsers do a DNS-lookup even when the Computer is offline
- by leosok
I use a local DNS-Server (MicroDNS) which I set via netsh to redirect any query to my own page. A little webserver running inside my software answering something like "this page is not whitelisted". It works when connected to the Internet but does not work when offline. The Browsers stop looking up the DNS.
How could I make Browsers go to my page, whatever I enter in the address line, WHEN OFFLINE?