1
0
Fork 0
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:
A Holt 2019-09-02 18:13:26 -04:00 committed by GitHub
parent 763624bff1
commit 41e9e6b03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}