mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix 'tls: port_https'
This commit is contained in:
parent
6f551cf865
commit
0319cb3e38
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ tls:
|
||||||
enabled: __DNS_OVER_HTTPS__
|
enabled: __DNS_OVER_HTTPS__
|
||||||
server_name: "__DOMAIN__"
|
server_name: "__DOMAIN__"
|
||||||
force_https: false
|
force_https: false
|
||||||
port_https: 443
|
port_https: __PORT_DNS_OVER_HTTP__
|
||||||
port_dns_over_tls: __PORT_DNS_OVER_HTTP__
|
port_dns_over_tls: __PORT_DNS_OVER_HTTP__
|
||||||
port_dns_over_quic: __PORT_DNS_OVER_QUIC__
|
port_dns_over_quic: __PORT_DNS_OVER_QUIC__
|
||||||
port_dnscrypt: 0
|
port_dnscrypt: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue