Last active 1716841896

Revision a252d74d755b5273554e246bae10a9c340b42b93

AdGuardHome.yaml Raw
1http:
2 pprof:
3 port: 6060
4 enabled: false
5 address: 0.0.0.0:19152 # use a port not used by anything else
6 session_ttl: 720h
7
8tls:
9 enabled: true
10 server_name: "yourdomain.name"
11 force_https: false
12 port_https: 0
13 port_dns_over_tls: 853
14 port_dns_over_quic: 853
15 port_dnscrypt: 0
16 dnscrypt_config_file: ""
17 allow_unencrypted_doh: true
18 certificate_chain: ""
19 private_key: ""
20 certificate_path: "/path/to/cert"
21 private_key_path: "/path/to/key"
22 strict_sni_check: false
23