summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-03-09 13:23:31 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-03-09 13:23:31 +0000
commit5fe53d2efa23481bcf79006f43f9a93b9cefbf4f (patch)
tree0546e4a75832a765283499c1ae58d72ac85b81db
parentExclude defined files from backup (diff)
downloadconfig-5fe53d2efa23481bcf79006f43f9a93b9cefbf4f.tar.bz2
config-5fe53d2efa23481bcf79006f43f9a93b9cefbf4f.tar.xz
config-5fe53d2efa23481bcf79006f43f9a93b9cefbf4f.zip
Add static route for 8.8.8.8 to allow dig VPN bypass
-rw-r--r--etc/dhcp/common.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dhcp/common.conf b/etc/dhcp/common.conf
index a8946f0..4d58287 100644
--- a/etc/dhcp/common.conf
+++ b/etc/dhcp/common.conf
@@ -3,6 +3,7 @@ option domain-name-servers virtualip.random.lan, dns1.random.lan, dns2.random.la
option ntp-servers firebrand.random.lan, defiant.random.lan;
option smtp-server smtp.random.lan;
option routers gateway.random.lan;
+option static-routes 8.8.8.8 gateway.random.lan;
option local-proxy-config code 252 = text;
default-lease-time 172800;
max-lease-time 172800;