|
@@ -7,8 +7,8 @@ iface wan inet static
|
|
|
gateway {{ gateway }}
|
|
|
dns-nameservers {{ dns }}
|
|
|
{% else %}
|
|
|
- auto wan
|
|
|
- iface wan inet dhcp
|
|
|
- pre-up ifconfig eth0 up
|
|
|
- dns-nameservers {{ dns }}
|
|
|
+auto wan
|
|
|
+iface wan inet dhcp
|
|
|
+ pre-up ifconfig eth0 up
|
|
|
+ dns-nameservers {{ dns }}
|
|
|
{% endif %}
|