-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdGuardHome.yaml
192 lines (192 loc) · 4.16 KB
/
AdGuardHome.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
http:
address: 192.168.1.1:3001
session_ttl: 720h
users:
- name: pexcn
password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
auth_attempts: 5
block_auth_min: 15
http_proxy: ""
language: zh-cn
theme: auto
debug_pprof: false
dns:
bind_hosts:
- 192.168.1.1
port: 5354
anonymize_client_ip: false
protection_enabled: true
blocking_mode: nxdomain
blocking_ipv4: ""
blocking_ipv6: ""
blocked_response_ttl: 300
protection_disabled_until: null
parental_block_host: family-block.dns.adguard.com
safebrowsing_block_host: standard-block.dns.adguard.com
ratelimit: 0
ratelimit_whitelist: []
refuse_any: false
upstream_dns:
- 192.168.1.1
upstream_dns_file: ""
bootstrap_dns:
- 192.168.1.1
all_servers: false
fastest_addr: false
fastest_timeout: 1s
allowed_clients:
- 192.168.1.0/24
- 127.0.0.1/32
disallowed_clients: []
blocked_hosts:
- hostname.bind
trusted_proxies:
- 127.0.0.0/8
- ::1/128
cache_size: 4194304
cache_ttl_min: 300
cache_ttl_max: 86400
cache_optimistic: true
bogus_nxdomain: []
aaaa_disabled: false
enable_dnssec: false
edns_client_subnet:
custom_ip: ""
enabled: false
use_custom: false
max_goroutines: 300
handle_ddr: true
ipset: []
ipset_file: ""
bootstrap_prefer_ipv6: false
filtering_enabled: true
filters_update_interval: 24
parental_enabled: false
safebrowsing_enabled: false
safebrowsing_cache_size: 1048576
safesearch_cache_size: 1048576
parental_cache_size: 1048576
cache_time: 30
safe_search:
enabled: false
bing: false
duckduckgo: false
google: false
pixabay: false
yandex: false
youtube: false
rewrites:
- domain: assets1.xboxlive.com
answer: 192.168.1.10
- domain: assets2.xboxlive.com
answer: 192.168.1.10
- domain: dlassets.xboxlive.com
answer: 192.168.1.10
- domain: dlassets2.xboxlive.com
answer: 192.168.1.10
- domain: d1.xboxlive.com
answer: 192.168.1.10
- domain: d2.xboxlive.com
answer: 192.168.1.10
- domain: xvcf1.xboxlive.com
answer: 192.168.1.10
- domain: xvcf2.xboxlive.com
answer: 192.168.1.10
blocked_services:
schedule:
time_zone: Asia/Taipei
ids: []
upstream_timeout: 10s
private_networks: []
use_private_ptr_resolvers: true
local_ptr_upstreams: []
use_dns64: false
dns64_prefixes: []
serve_http3: false
use_http3_upstreams: false
tls:
enabled: false
server_name: ""
force_https: false
port_https: 443
port_dns_over_tls: 853
port_dns_over_quic: 853
port_dnscrypt: 0
dnscrypt_config_file: ""
allow_unencrypted_doh: false
certificate_chain: ""
private_key: ""
certificate_path: ""
private_key_path: ""
strict_sni_check: false
querylog:
ignored: []
interval: 168h
size_memory: 1000
enabled: true
file_enabled: true
statistics:
ignored: []
interval: 24h
enabled: true
filters:
- enabled: true
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
name: AdGuard DNS filter
id: 1657671059
- enabled: true
url: https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt
name: EasyList+EasyListChina
id: 1636824663
- enabled: true
url: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=0&mimetype=plaintext
name: Yoyo Ad Servers
id: 1636824666
whitelist_filters: []
user_rules:
- '# Twitter'
- '@@||t.co^$important'
- '# JIKE-AC/AP'
- '||ac.cnrouter.com^'
- '||user.cnrouter.com^'
- '||reg.cnrouter.com^'
- '||regx.cnrouter.com^'
- ""
dhcp:
enabled: false
interface_name: ""
local_domain_name: lan
dhcpv4:
gateway_ip: ""
subnet_mask: ""
range_start: ""
range_end: ""
lease_duration: 86400
icmp_timeout_msec: 1000
options: []
dhcpv6:
range_start: ""
lease_duration: 86400
ra_slaac_only: false
ra_allow_slaac: false
clients:
runtime_sources:
whois: true
arp: true
rdns: true
dhcp: true
hosts: true
persistent: []
log:
file: ""
max_backups: 1
max_size: 100
max_age: 3
compress: true
local_time: true
verbose: false
os:
group: ""
user: ""
rlimit_nofile: 1048576
schema_version: 24