mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
d32832735c
Updates #6545. Squashed commit of the following: commit b1969128a99ff21c97feb4e7805b4b8133d7122f Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 15 20:04:37 2023 +0300 home: fix import commit 872ccea1491a8da76cc24db79247438d0ce4d256 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 15 20:01:15 2023 +0300 all: output schema version
65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
bind_host: 127.0.0.1
|
|
bind_port: 3000
|
|
users:
|
|
- name: testuser
|
|
password: testpassword
|
|
dns:
|
|
bind_hosts:
|
|
- 127.0.0.1
|
|
port: 53
|
|
protection_enabled: true
|
|
filtering_enabled: true
|
|
safebrowsing_enabled: false
|
|
safesearch_enabled: false
|
|
parental_enabled: false
|
|
parental_sensitivity: 0
|
|
blocked_response_ttl: 10
|
|
querylog_enabled: true
|
|
querylog_interval: 720h
|
|
upstream_dns:
|
|
- tls://1.1.1.1
|
|
- tls://1.0.0.1
|
|
- quic://8.8.8.8:784
|
|
bootstrap_dns:
|
|
- 8.8.8.8:53
|
|
filters:
|
|
- url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
|
name: ""
|
|
enabled: true
|
|
- url: https://adaway.org/hosts.txt
|
|
name: AdAway
|
|
enabled: false
|
|
- url: https://hosts-file.net/ad_servers.txt
|
|
name: hpHosts - Ad and Tracking servers only
|
|
enabled: false
|
|
- url: http://www.malwaredomainlist.com/hostslist/hosts.txt
|
|
name: MalwareDomainList.com Hosts List
|
|
enabled: false
|
|
clients:
|
|
- name: localhost
|
|
ids:
|
|
- 127.0.0.1
|
|
- aa:aa:aa:aa:aa:aa
|
|
use_global_settings: true
|
|
use_global_blocked_services: true
|
|
filtering_enabled: false
|
|
parental_enabled: false
|
|
safebrowsing_enabled: false
|
|
safesearch_enabled: false
|
|
dhcp:
|
|
enabled: false
|
|
interface_name: vboxnet0
|
|
local_domain_name: local
|
|
dhcpv4:
|
|
gateway_ip: 192.168.0.1
|
|
subnet_mask: 255.255.255.0
|
|
range_start: 192.168.0.10
|
|
range_end: 192.168.0.250
|
|
lease_duration: 1234
|
|
icmp_timeout_msec: 10
|
|
schema_version: 13
|
|
user_rules: []
|
|
os:
|
|
group: ''
|
|
rlimit_nofile: 123
|
|
user: ''
|