Update config
This commit is contained in:
parent
0b9132eb77
commit
baab6dc516
1 changed files with 27 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
bind_host: 0.0.0.0
|
bind_host: 0.0.0.0
|
||||||
bind_port: 80
|
bind_port: 80
|
||||||
|
beta_bind_port: 0
|
||||||
users:
|
users:
|
||||||
- name: benpro
|
- name: benpro
|
||||||
password: {{ host.data.app_password }}
|
password: {{ host.data.app_password }}
|
||||||
|
@ -28,17 +29,18 @@ dns:
|
||||||
ratelimit_whitelist: []
|
ratelimit_whitelist: []
|
||||||
refuse_any: true
|
refuse_any: true
|
||||||
upstream_dns:
|
upstream_dns:
|
||||||
- https://dns10.quad9.net/dns-query
|
- https://dns11.quad9.net/dns-query
|
||||||
- https://dns.cloudflare.com/dns-query
|
- https://dns.cloudflare.com/dns-query
|
||||||
- https://dns.google/dns-query
|
- tls://dns-unfiltered.adguard.com
|
||||||
- quic://dns-unfiltered.adguard.com:784
|
- quic://dns-unfiltered.adguard.com:784
|
||||||
|
- tls://dns.google
|
||||||
|
- tls://public.dns.iij.jp
|
||||||
|
- tls://dns.nextdns.io
|
||||||
|
- https://doh.mullvad.net/dns-query
|
||||||
upstream_dns_file: ""
|
upstream_dns_file: ""
|
||||||
bootstrap_dns:
|
bootstrap_dns:
|
||||||
- 9.9.9.10
|
- 94.140.14.140
|
||||||
- 149.112.112.10
|
all_servers: false
|
||||||
- 2620:fe::10
|
|
||||||
- 2620:fe::fe:10
|
|
||||||
all_servers: true
|
|
||||||
fastest_addr: false
|
fastest_addr: false
|
||||||
allowed_clients: []
|
allowed_clients: []
|
||||||
disallowed_clients: []
|
disallowed_clients: []
|
||||||
|
@ -76,6 +78,17 @@ dns:
|
||||||
- discord
|
- discord
|
||||||
- ok
|
- ok
|
||||||
- tiktok
|
- tiktok
|
||||||
|
- 9gag
|
||||||
|
- hulu
|
||||||
|
- whatsapp
|
||||||
|
- wechat
|
||||||
|
- tinder
|
||||||
|
- skype
|
||||||
|
- pinterest
|
||||||
|
- disneyplus
|
||||||
|
- qq
|
||||||
|
- weibo
|
||||||
|
customresolver: null
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
server_name: dns.benpro.fr
|
server_name: dns.benpro.fr
|
||||||
|
@ -83,6 +96,8 @@ tls:
|
||||||
port_https: 443
|
port_https: 443
|
||||||
port_dns_over_tls: 853
|
port_dns_over_tls: 853
|
||||||
port_dns_over_quic: 784
|
port_dns_over_quic: 784
|
||||||
|
port_dnscrypt: 0
|
||||||
|
dnscrypt_config_file: ""
|
||||||
allow_unencrypted_doh: false
|
allow_unencrypted_doh: false
|
||||||
strict_sni_check: false
|
strict_sni_check: false
|
||||||
certificate_chain: ""
|
certificate_chain: ""
|
||||||
|
@ -126,6 +141,11 @@ user_rules:
|
||||||
- '||disqus.com^$important'
|
- '||disqus.com^$important'
|
||||||
- '@@||api2.branch.io^$important'
|
- '@@||api2.branch.io^$important'
|
||||||
- '@@||www.navitime.co.jp^$important'
|
- '@@||www.navitime.co.jp^$important'
|
||||||
|
- '@@||minexmr.com^$important'
|
||||||
|
- '@@||secure.rat.rakuten.co.jp^$important'
|
||||||
|
- '@@||searchapi.agoda.com^$important'
|
||||||
|
- '@@||analytics.agoda.com^$important'
|
||||||
|
- '@@||go.menu.jp^$important'
|
||||||
- ""
|
- ""
|
||||||
dhcp:
|
dhcp:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Reference in a new issue