mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix key duplication
This commit is contained in:
parent
a2c0764753
commit
eb08ef2a37
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ dns_over_tls.exposed = "Both"
|
||||||
dns_over_tls.fixed = true
|
dns_over_tls.fixed = true
|
||||||
dns_over_quic.default = 784
|
dns_over_quic.default = 784
|
||||||
dns_over_quic.exposed = "UDP"
|
dns_over_quic.exposed = "UDP"
|
||||||
dns_over_tls.fixed = true
|
dns_over_quic.fixed = true
|
||||||
internal_https.default = 13120 # dummy port because the app settings requiring it
|
internal_https.default = 13120 # dummy port because the app settings requiring it
|
||||||
# AGH also uses port 53 but we can't put it here as dnsmasq uses it by default
|
# AGH also uses port 53 but we can't put it here as dnsmasq uses it by default
|
||||||
# and the ynh core would assign us another port, however, on installation we
|
# and the ynh core would assign us another port, however, on installation we
|
||||||
|
|
Loading…
Add table
Reference in a new issue