mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
add comment
This commit is contained in:
parent
1d5e520b73
commit
6b3e8a81b5
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ process_ips(){
|
||||||
if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then
|
if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
# special case for installation, as a dash is required before an IP
|
||||||
if $install; then
|
if $install; then
|
||||||
ips="- $ip"
|
ips="- $ip"
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Reference in a new issue