From af2439b5782479ead9137e521065c0844998de6c Mon Sep 17 00:00:00 2001 From: egon0 Date: Sat, 22 Jan 2011 14:07:34 +0100 Subject: * added default dns-servers to wan interface (2x manitu, 1x google public dns) diff --git a/files/etc/config/network b/files/etc/config/network index 0df1dfc..6170c61 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -32,3 +32,4 @@ config 'switch_vlan' 'eth0_2' config 'interface' 'wan' option 'ifname' 'eth0.2' option 'proto' 'dhcp' + option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' -- cgit v0.10.1