1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

use fix ports for DoT and DoQ

This commit is contained in:
OniriCorpe 2024-05-15 00:32:37 +02:00
parent 33566ed3f3
commit 74fcbc3d28

View file

@ -77,8 +77,10 @@ type = "boolean"
[resources.ports] [resources.ports]
dns_over_tls.default = 853 dns_over_tls.default = 853
dns_over_tls.exposed = "Both" dns_over_tls.exposed = "Both"
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
internal_https.default = 13120 internal_https.default = 13120
# 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