Add files via upload

pull/332/head
kurdsvv 4 months ago committed by GitHub
parent d03c2f76db
commit 3b03a6ba11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,8 @@ dns:
upstream_mode: load_balance upstream_mode: load_balance
fastest_timeout: 1s fastest_timeout: 1s
allowed_clients: [] allowed_clients: []
disallowed_clients: [] disallowed_clients:
- 192.168.0.102
blocked_hosts: blocked_hosts:
- version.bind - version.bind
- id.server - id.server
@ -48,9 +49,9 @@ dns:
aaaa_disabled: true aaaa_disabled: true
enable_dnssec: false enable_dnssec: false
edns_client_subnet: edns_client_subnet:
custom_ip: "" custom_ip: 221.183.89.121
enabled: false enabled: true
use_custom: false use_custom: true
max_goroutines: 300 max_goroutines: 300
handle_ddr: true handle_ddr: true
ipset: [] ipset: []
@ -84,14 +85,14 @@ tls:
querylog: querylog:
dir_path: "" dir_path: ""
ignored: [] ignored: []
interval: 2160h interval: 168h
size_memory: 1000 size_memory: 1000
enabled: true enabled: true
file_enabled: true file_enabled: true
statistics: statistics:
dir_path: "" dir_path: ""
ignored: [] ignored: []
interval: 24h interval: 2160h
enabled: true enabled: true
filters: filters:
- enabled: true - enabled: true
@ -137,6 +138,7 @@ user_rules:
- '@@||vcdn.fapcat.com^$important' - '@@||vcdn.fapcat.com^$important'
- '@@||acdn3.fapcat.com^$important' - '@@||acdn3.fapcat.com^$important'
- '||update.googleapis.com^$important' - '||update.googleapis.com^$important'
- ""
dhcp: dhcp:
enabled: false enabled: false
interface_name: "" interface_name: ""
@ -155,12 +157,17 @@ dhcp:
ra_slaac_only: false ra_slaac_only: false
ra_allow_slaac: false ra_allow_slaac: false
filtering: filtering:
blocking_ipv4: "" blocking_ipv4: 127.0.0.2
blocking_ipv6: "" blocking_ipv6: '::'
blocked_services: blocked_services:
schedule: schedule:
time_zone: Local time_zone: Local
ids: [] ids:
- zhihu
- xboxlive
- twitter
- qq
- facebook
protection_disabled_until: null protection_disabled_until: null
safe_search: safe_search:
enabled: false enabled: false
@ -170,7 +177,7 @@ filtering:
pixabay: true pixabay: true
yandex: true yandex: true
youtube: true youtube: true
blocking_mode: default blocking_mode: custom_ip
parental_block_host: family-block.dns.adguard.com parental_block_host: family-block.dns.adguard.com
safebrowsing_block_host: standard-block.dns.adguard.com safebrowsing_block_host: standard-block.dns.adguard.com
rewrites: [] rewrites: []
@ -188,7 +195,7 @@ clients:
runtime_sources: runtime_sources:
whois: true whois: true
arp: true arp: true
rdns: false rdns: true
dhcp: true dhcp: true
hosts: true hosts: true
persistent: [] persistent: []

Loading…
Cancel
Save