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

trying with a new different port

This commit is contained in:
OniriCorpe 2023-12-26 21:36:51 +01:00
parent 9f55785a12
commit 6a5f073fb3
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ tls:
enabled: __DNS_OVER_HTTPS__
server_name: "__DOMAIN__"
force_https: false
port_https: __PORT__
port_https: __PORT_INTERNAL_HTTPS__
port_dns_over_tls: __PORT_DNS_OVER_HTTP__
port_dns_over_quic: __PORT_DNS_OVER_QUIC__
port_dnscrypt: 0

View file

@ -27,7 +27,7 @@ location /dns-query {
proxy_http_version 1.1;
proxy_read_timeout 6s;
proxy_connect_timeout 6s;
proxy_pass http://127.0.0.1:__PORT__/dns-query;
proxy_pass http://127.0.0.1:__PORT_INTERNAL_HTTPS__/dns-query;
}
# disabling the API point of the built-in updater (which can break the installation)

View file

@ -71,7 +71,7 @@ dns_over_http.default = 853
dns_over_http.exposed = "Both"
dns_over_quic.default = 784
dns_over_quic.exposed = "UDP"
main.default = 13120
internal_https.default = 13120
[resources.system_user]