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

add mention of the use of the port 53 in the manifest

This commit is contained in:
OniriCorpe 2024-01-03 22:06:38 +01:00
parent 8ebedf813e
commit 8fa54453a5

View file

@ -78,6 +78,9 @@ dns_over_http.exposed = "Both"
dns_over_quic.default = 784
dns_over_quic.exposed = "UDP"
internal_https.default = 13120
# 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
# edit dnsmasq's configuration to allow AGH to use port 53 on non-localhost IPs
[resources.system_user]