mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix unbound variables
This commit is contained in:
parent
7c858689ed
commit
888ca46db8
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ set__open_port_53() {
|
||||||
|
|
||||||
set__dns_over_https() {
|
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
|
if [ "$dns_over_https" == "true" ]; then
|
||||||
ynh_print_info --message="Opening DoH and DoQ ports..."
|
ynh_print_info --message="Opening DoH and DoQ ports..."
|
||||||
# if DNS over HTTPS/QUIC is activated, open the associated ports
|
# if DNS over HTTPS/QUIC is activated, open the associated ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue