Ausnahmen hinzugefügt TOGGO
This commit is contained in:
@@ -14,11 +14,6 @@ dns:
|
|||||||
bind_hosts:
|
bind_hosts:
|
||||||
- 0.0.0.0
|
- 0.0.0.0
|
||||||
port: 53
|
port: 53
|
||||||
statistics_interval: 1
|
|
||||||
querylog_enabled: true
|
|
||||||
querylog_file_enabled: true
|
|
||||||
querylog_interval: 24h
|
|
||||||
querylog_size_memory: 1000
|
|
||||||
anonymize_client_ip: false
|
anonymize_client_ip: false
|
||||||
protection_enabled: true
|
protection_enabled: true
|
||||||
blocking_mode: default
|
blocking_mode: default
|
||||||
@@ -65,7 +60,10 @@ dns:
|
|||||||
bogus_nxdomain: []
|
bogus_nxdomain: []
|
||||||
aaaa_disabled: true
|
aaaa_disabled: true
|
||||||
enable_dnssec: true
|
enable_dnssec: true
|
||||||
edns_client_subnet: false
|
edns_client_subnet:
|
||||||
|
custom_ip: ""
|
||||||
|
enabled: false
|
||||||
|
use_custom: false
|
||||||
max_goroutines: 300
|
max_goroutines: 300
|
||||||
handle_ddr: true
|
handle_ddr: true
|
||||||
ipset: []
|
ipset: []
|
||||||
@@ -104,6 +102,16 @@ tls:
|
|||||||
certificate_path: ""
|
certificate_path: ""
|
||||||
private_key_path: ""
|
private_key_path: ""
|
||||||
strict_sni_check: false
|
strict_sni_check: false
|
||||||
|
querylog:
|
||||||
|
enabled: true
|
||||||
|
file_enabled: true
|
||||||
|
interval: 24h
|
||||||
|
size_memory: 1000
|
||||||
|
ignored: []
|
||||||
|
statistics:
|
||||||
|
enabled: true
|
||||||
|
interval: 1
|
||||||
|
ignored: []
|
||||||
filters:
|
filters:
|
||||||
- enabled: true
|
- enabled: true
|
||||||
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
||||||
@@ -199,7 +207,7 @@ user_rules:
|
|||||||
- '@@||benefits.sovendus.com^$important'
|
- '@@||benefits.sovendus.com^$important'
|
||||||
- '@@||fhdi3gj7.r.us-east-1.awstrack.me^$important'
|
- '@@||fhdi3gj7.r.us-east-1.awstrack.me^$important'
|
||||||
- '@@||t.notifications.groupe-pvcp.com^$important'
|
- '@@||t.notifications.groupe-pvcp.com^$important'
|
||||||
- ""
|
- '@@||metrics.brightcove.com^$important'
|
||||||
dhcp:
|
dhcp:
|
||||||
enabled: false
|
enabled: false
|
||||||
interface_name: eth0
|
interface_name: eth0
|
||||||
@@ -240,7 +248,7 @@ clients:
|
|||||||
- name: FireTV-WZ
|
- name: FireTV-WZ
|
||||||
tags: []
|
tags: []
|
||||||
ids:
|
ids:
|
||||||
- 192.168.0.34
|
- 192.168.0.56
|
||||||
blocked_services: []
|
blocked_services: []
|
||||||
upstreams: []
|
upstreams: []
|
||||||
use_global_settings: true
|
use_global_settings: true
|
||||||
@@ -320,4 +328,4 @@ os:
|
|||||||
group: ""
|
group: ""
|
||||||
user: ""
|
user: ""
|
||||||
rlimit_nofile: 0
|
rlimit_nofile: 0
|
||||||
schema_version: 14
|
schema_version: 17
|
||||||
|
|||||||
Reference in New Issue
Block a user