Updating DNS and DHCP config for AdGuard. #74
@@ -26,10 +26,27 @@ dns:
|
|||||||
ratelimit_whitelist: []
|
ratelimit_whitelist: []
|
||||||
refuse_any: true
|
refuse_any: true
|
||||||
upstream_dns:
|
upstream_dns:
|
||||||
- 192.168.1.254
|
- 94.140.14.14
|
||||||
|
- 94.140.15.15
|
||||||
|
- https://dns.adguard-dns.com/dns-query
|
||||||
|
- tls://dns.adguard-dns.com
|
||||||
|
- quic://dns.adguard-dns.com
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
|
- 1.1.1.2
|
||||||
|
- 1.0.0.2
|
||||||
|
- 185.228.168.9
|
||||||
|
- 185.228.169.9
|
||||||
|
- 76.76.2.3
|
||||||
|
- tls://getdnsapi.net
|
||||||
|
- 185.49.141.37
|
||||||
|
- tls://dot.seby.io
|
||||||
upstream_dns_file: ""
|
upstream_dns_file: ""
|
||||||
bootstrap_dns:
|
bootstrap_dns:
|
||||||
- 1.1.1.1
|
- 9.9.9.10
|
||||||
|
- 149.112.112.10
|
||||||
|
- 2620:fe::10
|
||||||
|
- 2620:fe::fe:10
|
||||||
fallback_dns: []
|
fallback_dns: []
|
||||||
upstream_mode: load_balance
|
upstream_mode: load_balance
|
||||||
fastest_timeout: 1s
|
fastest_timeout: 1s
|
||||||
@@ -72,7 +89,7 @@ dns:
|
|||||||
pending_requests:
|
pending_requests:
|
||||||
enabled: true
|
enabled: true
|
||||||
tls:
|
tls:
|
||||||
enabled: false
|
enabled: true
|
||||||
server_name: ""
|
server_name: ""
|
||||||
force_https: false
|
force_https: false
|
||||||
port_https: 443
|
port_https: 443
|
||||||
@@ -83,8 +100,8 @@ tls:
|
|||||||
allow_unencrypted_doh: false
|
allow_unencrypted_doh: false
|
||||||
certificate_chain: ""
|
certificate_chain: ""
|
||||||
private_key: ""
|
private_key: ""
|
||||||
certificate_path: ""
|
certificate_path: /opt/adguardhome/certs/live/trez.wtf/priv-fullchain-bundle.pem
|
||||||
private_key_path: ""
|
private_key_path: /opt/adguardhome/certs/live/trez.wtf/priv-fullchain-bundle.pem
|
||||||
strict_sni_check: false
|
strict_sni_check: false
|
||||||
querylog:
|
querylog:
|
||||||
dir_path: ""
|
dir_path: ""
|
||||||
@@ -120,7 +137,8 @@ dhcp:
|
|||||||
range_end: 192.168.1.254
|
range_end: 192.168.1.254
|
||||||
lease_duration: 86400
|
lease_duration: 86400
|
||||||
icmp_timeout_msec: 1000
|
icmp_timeout_msec: 1000
|
||||||
options: []
|
options:
|
||||||
|
- '6 ips 192.168.1.254,192.168.1.252'
|
||||||
dhcpv6:
|
dhcpv6:
|
||||||
range_start: ""
|
range_start: ""
|
||||||
lease_duration: 86400
|
lease_duration: 86400
|
||||||
|
|||||||
Reference in New Issue
Block a user