1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

let dhcpcd do wan, make wan manual in interfaces for networking service (#238)

This commit is contained in:
georgejhunt 2017-09-11 09:17:16 -07:00 committed by GitHub
parent 41dbbf167f
commit 2f528a13de

View file

@ -41,7 +41,7 @@ iface br0 inet static
dns-nameservers {{ lan_ip }}
{% if gui_static_wan == false %}
auto {{ discovered_wan_iface }}
iface {{ discovered_wan_iface }} inet dhcp
iface {{ discovered_wan_iface }} inet manual
{% else %} # gui_static_wan_ip is set
iface {{ discovered_wan_iface }} inet static
address {{ gui_static_wan_ip }}