Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
410154425 authored Apr 22, 2024
1 parent fd0971f commit fc9e802
Show file tree
Hide file tree
Showing 7 changed files with 30,122 additions and 8,172 deletions.
14 changes: 8 additions & 6 deletions AdGuardHome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ dns:
- '#上面一行用于内网解析,若不用可删'
- https://223.5.5.5/dns-query
- https://1.12.12.12/dns-query
- '#上面两行不可删!不可填写其它dns,否则可能造成无限循环的dns查询'
- '#负载均衡相对省电(推荐),并行请求可能最快但相对耗电'
- '#一般情况上面两行不可删!禁止填写53端口常规DNS上游'
- '#强制使用并行请求,其它禁选'
upstream_dns_file: ""
bootstrap_dns:
- 10.35.53.10:3553
fallback_dns:
- '#此处留空不要填'
all_servers: false
fastest_addr: false
upstream_mode: parallel
fastest_timeout: 1s
allowed_clients: []
disallowed_clients: []
Expand Down Expand Up @@ -71,13 +70,14 @@ dns:
serve_http3: false
use_http3_upstreams: false
serve_plain_dns: true
hostsfile_enabled: true
tls:
enabled: false
server_name: ""
force_https: false
port_https: 443
port_dns_over_tls: 853
port_dns_over_quic: 784
port_dns_over_quic: 853
port_dnscrypt: 0
dnscrypt_config_file: ""
allow_unencrypted_doh: false
Expand All @@ -87,12 +87,14 @@ tls:
private_key_path: ""
strict_sni_check: false
querylog:
dir_path: ""
ignored: []
interval: 6h
size_memory: 1000
enabled: false
file_enabled: true
statistics:
dir_path: ""
ignored: []
interval: 24h
enabled: true
Expand Down Expand Up @@ -171,4 +173,4 @@ os:
group: ""
user: ""
rlimit_nofile: 0
schema_version: 27
schema_version: 28
Loading

0 comments on commit fc9e802

Please sign in to comment.