mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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" %}
|
{% if wan_try_dhcp_then_static_ip == "true" %}
|
||||||
interface {{ iiab_wan_iface }}
|
interface {{ iiab_wan_iface }}
|
||||||
{% if wan_ipV4LL == "false" %}
|
{% if wan_ipv4ll == "false" %}
|
||||||
arping 192.0.2.1
|
arping 192.0.2.1
|
||||||
fallback {{ wan_gateway }}
|
fallback {{ wan_gateway }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue