From 888ca46db889a8662ba05615b1eeca0d09e85bfa Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 23:17:30 +0100 Subject: [PATCH] fix unbound variables --- scripts/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/config b/scripts/config index 6f5ffdf..621c881 100644 --- a/scripts/config +++ b/scripts/config @@ -57,6 +57,9 @@ set__open_port_53() { set__dns_over_https() { + ynh_app_setting_get --app="$app" --key=port_dns_over_http + ynh_app_setting_get --app="$app" --key=port_dns_over_quic + if [ "$dns_over_https" == "true" ]; then ynh_print_info --message="Opening DoH and DoQ ports..." # if DNS over HTTPS/QUIC is activated, open the associated ports