mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update install
This commit is contained in:
parent
996e5edb08
commit
253214f67f
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ ynh_app_setting_set --app=$app --key=admin --value=$admin
|
||||||
if [ "$dns_over_https" == "1" ];
|
if [ "$dns_over_https" == "1" ];
|
||||||
then
|
then
|
||||||
dns_over_https="true"
|
dns_over_https="true"
|
||||||
|
adguard_DoT_port=853
|
||||||
|
ynh_app_setting_set --app=$app --key=adguard_DoT_port --value=$adguard_DoT_port
|
||||||
|
adguard_DoQ_port=784
|
||||||
|
ynh_app_setting_set --app=$app --key=adguard_DoQ_port --value=$adguard_DoQ_port
|
||||||
else
|
else
|
||||||
dns_over_https="false"
|
dns_over_https="false"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue