AdGuard Config angepasst
This commit is contained in:
@@ -69,8 +69,8 @@ dns:
|
||||
- 127.0.0.0/8
|
||||
- ::1/128
|
||||
cache_size: 4194304
|
||||
cache_ttl_min: 0
|
||||
cache_ttl_max: 0
|
||||
cache_ttl_min: 2400
|
||||
cache_ttl_max: 84600
|
||||
cache_optimistic: false
|
||||
bogus_nxdomain: []
|
||||
aaaa_disabled: true
|
||||
@@ -93,9 +93,10 @@ dns:
|
||||
blocked_services: []
|
||||
upstream_timeout: 10s
|
||||
private_networks: []
|
||||
use_private_ptr_resolvers: true
|
||||
local_ptr_upstreams:
|
||||
- 192.168.0.1
|
||||
use_private_ptr_resolvers: false
|
||||
local_ptr_upstreams: []
|
||||
serve_http3: false
|
||||
use_http3_upstreams: false
|
||||
tls:
|
||||
enabled: false
|
||||
server_name: ""
|
||||
@@ -156,10 +157,6 @@ filters:
|
||||
url: https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt
|
||||
name: Spam404
|
||||
id: 1656587031
|
||||
- enabled: false
|
||||
url: https://easylist.to/easylist/easylist.txt
|
||||
name: EasyList
|
||||
id: 1656587032
|
||||
- enabled: true
|
||||
url: https://raw.githubusercontent.com/notracking/hosts-blocklists/master/adblock/adblock.txt
|
||||
name: Notracking blocklist
|
||||
@@ -168,6 +165,10 @@ filters:
|
||||
url: https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_6_German/filter.txt
|
||||
name: EasyList German
|
||||
id: 1656587034
|
||||
- enabled: true
|
||||
url: https://raw.githubusercontent.com/0Zinc/easylists-for-pihole/master/easylist.txt
|
||||
name: EasyList
|
||||
id: 1664997237
|
||||
whitelist_filters: []
|
||||
user_rules:
|
||||
- '##'
|
||||
@@ -197,13 +198,13 @@ user_rules:
|
||||
- ""
|
||||
dhcp:
|
||||
enabled: false
|
||||
interface_name: ""
|
||||
interface_name: eth0
|
||||
local_domain_name: lan
|
||||
dhcpv4:
|
||||
gateway_ip: ""
|
||||
subnet_mask: ""
|
||||
range_start: ""
|
||||
range_end: ""
|
||||
gateway_ip: 192.168.9.1
|
||||
subnet_mask: 255.255.255.0
|
||||
range_start: 192.168.9.100
|
||||
range_end: 192.168.9.200
|
||||
lease_duration: 86400
|
||||
icmp_timeout_msec: 1000
|
||||
options: []
|
||||
|
||||
Reference in New Issue
Block a user