mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
wan_ipV4LL -> wan_ipv4ll
This commit is contained in:
parent
763624bff1
commit
41e9e6b03c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static domain_name_servers={{ wan_nameserver }}
|
|||
|
||||
{% if wan_try_dhcp_then_static_ip == "true" %}
|
||||
interface {{ iiab_wan_iface }}
|
||||
{% if wan_ipV4LL == "false" %}
|
||||
{% if wan_ipv4ll == "false" %}
|
||||
arping 192.0.2.1
|
||||
fallback {{ wan_gateway }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue