Adguard config angepasst
This commit is contained in:
@@ -31,32 +31,22 @@ dns:
|
|||||||
ratelimit_whitelist: []
|
ratelimit_whitelist: []
|
||||||
refuse_any: true
|
refuse_any: true
|
||||||
upstream_dns:
|
upstream_dns:
|
||||||
- '##'
|
- '############# Google'
|
||||||
- '# Google'
|
|
||||||
- '##'
|
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
- '#https://dns.google/dns-query'
|
- '############# Cloudflare'
|
||||||
- '#tls://dns.google'
|
|
||||||
- '##'
|
|
||||||
- '# Cloudflare'
|
|
||||||
- '##'
|
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
- 8.8.4.4
|
- 8.8.4.4
|
||||||
- '#https://dns.cloudflare.com/dns-query'
|
- '############# Lokal'
|
||||||
- '#tls://1dot1dot1dot1.cloudflare-dns.com'
|
|
||||||
- '##'
|
|
||||||
- '# Lokal'
|
|
||||||
- '##'
|
|
||||||
- '[/fritz.box/]192.168.0.1'
|
- '[/fritz.box/]192.168.0.1'
|
||||||
- '[/168.192.in-addr.arpa/]192.168.0.1'
|
- '[/192.in-addr.arpa/]192.168.0.1'
|
||||||
upstream_dns_file: ""
|
upstream_dns_file: ""
|
||||||
bootstrap_dns:
|
bootstrap_dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
- 8.8.4.4
|
- 8.8.4.4
|
||||||
all_servers: false
|
all_servers: true
|
||||||
fastest_addr: false
|
fastest_addr: false
|
||||||
fastest_timeout: 1s
|
fastest_timeout: 1s
|
||||||
allowed_clients: []
|
allowed_clients: []
|
||||||
@@ -93,8 +83,9 @@ dns:
|
|||||||
blocked_services: []
|
blocked_services: []
|
||||||
upstream_timeout: 10s
|
upstream_timeout: 10s
|
||||||
private_networks: []
|
private_networks: []
|
||||||
use_private_ptr_resolvers: false
|
use_private_ptr_resolvers: true
|
||||||
local_ptr_upstreams: []
|
local_ptr_upstreams:
|
||||||
|
- 192.168.0.1
|
||||||
serve_http3: false
|
serve_http3: false
|
||||||
use_http3_upstreams: false
|
use_http3_upstreams: false
|
||||||
tls:
|
tls:
|
||||||
@@ -198,7 +189,6 @@ user_rules:
|
|||||||
- '@@||app-measurement.com^$important'
|
- '@@||app-measurement.com^$important'
|
||||||
- '@@||www.googletagmanager.com^$important'
|
- '@@||www.googletagmanager.com^$important'
|
||||||
- '@@||www.google-analytics.com^$important'
|
- '@@||www.google-analytics.com^$important'
|
||||||
- ""
|
|
||||||
dhcp:
|
dhcp:
|
||||||
enabled: false
|
enabled: false
|
||||||
interface_name: eth0
|
interface_name: eth0
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
- 3000:3000/tcp
|
- 3000:3000/tcp
|
||||||
- 3080:80/tcp
|
# - 3080:80/tcp
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user