mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
[enh] Use instance resolver to let using local services
This commit is contained in:
parent
f8f73fbe00
commit
e6f4cddbd9
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ ynh_app_setting_set --app=$app --key=wifi_device --value="${wifi_device}"
|
|||
ynh_app_setting_set --app=$app --key=wifi_channel --value=6
|
||||
ynh_app_setting_set --app=$app --key=ip6_firewall --value=1
|
||||
ynh_app_setting_set --app=$app --key=ip6_net --value="${ip6_net}"
|
||||
ynh_app_setting_set --app=$app --key=dns --value="2001:913::8,2001:910:800::12,80.67.188.188,80.67.169.12"
|
||||
ynh_app_setting_set --app=$app --key=dns --value="10.0.242.1"
|
||||
ynh_app_setting_set --app=$app --key=ip4_nat_prefix --value=10.0.242
|
||||
|
||||
if [[ -z $wifi_device ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue