mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
init ip6_net and ip6_dns vars
This commit is contained in:
parent
fffdf4c5b7
commit
ac6cff8a93
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ ynh_app_setting_set --app=$app --key=wifi_device --value="${wifi_device}"
|
|||
ynh_app_setting_set --app=$app --key=wifi_channel --value="${wifi_channel}"
|
||||
ynh_app_setting_set --app=$app --key=advanced --value=0
|
||||
ynh_app_setting_set --app=$app --key=ip6_firewall --value=1
|
||||
ynh_app_setting_set --app=$app --key=ip6_net --value=""
|
||||
ynh_app_setting_set --app=$app --key=ip6_dns --value=""
|
||||
ynh_app_setting_set --app=$app --key=ip4_dns --value="${ip4_dns}"
|
||||
ynh_app_setting_set --app=$app --key=ip4_nat_prefix --value="${ip4_nat_prefix}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue