mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update dhcpcd.conf.j2
This commit is contained in:
parent
94a750b031
commit
b6b96afdb3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static routers={{ wan_gateway }}
|
||||||
static domain_name_servers={{ wan_nameserver }}
|
static domain_name_servers={{ wan_nameserver }}
|
||||||
|
|
||||||
interface {{ iiab_wan_iface }}
|
interface {{ iiab_wan_iface }}
|
||||||
{% if wan_ignore_ipV4LL == "true" %}
|
{% 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