You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. I run faf-dns-proxy locally and want it to proxy to 1.1.1.1 if it can't resolve the query at 1.1.1.1 it should go to whatever the system DNS server is.
The text was updated successfully, but these errors were encountered:
The reason I am trying to get this working is that my provider sets a custom DNS that does some weird DNS blocking. When working I need the company DNS set via VPN or company WiFi.
The problem is that Chrome can only override the secure DNS and not allow a fallback to system.
Alright, I'll try to get to this when I can. It will require a decent amount of refactoring to track this extra state to facilitate a fallback process.
I'll probably add an optional parameter --fallback with an ip:port of the fallback dns, instead of trying to identify what their system DNS is.
Is there a way to add the system DNS as fallback?
e.g. I run faf-dns-proxy locally and want it to proxy to
1.1.1.1
if it can't resolve the query at1.1.1.1
it should go to whatever the system DNS server is.The text was updated successfully, but these errors were encountered: