Browse Source

Create dnsmasq.conf

MoeClub 5 years ago
parent
commit
cc629f7a0a
1 changed files with 21 additions and 0 deletions
  1. 21 0
      AnyConnect/build/dnsmasq.conf

+ 21 - 0
AnyConnect/build/dnsmasq.conf

@@ -0,0 +1,21 @@
+#except-interface=eth0
+#conf-dir=/etc/dnsmasq.d/,*.conf
+dhcp-range=192.168.8.2,192.168.8.254,255.255.255.0,24h
+dhcp-option-force=option:router,192.168.8.1
+dhcp-option-force=option:dns-server,192.168.8.1
+dhcp-option-force=option:netbios-ns,192.168.8.1
+listen-address=127.0.0.1,192.168.8.1
+local-service
+domain-needed
+bind-dynamic
+all-servers
+bogus-priv
+no-negcache
+no-resolv
+no-hosts
+no-poll
+no-ping
+max-cache-ttl=16
+cache-size=1024
+server=8.8.4.4#53
+server=8.8.8.8#53