diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-13 14:58:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-13 14:58:51 +0200 |
commit | 5e5cd11724f6cf86edc5796e6b805573c767f757 (patch) | |
tree | 165d7208a39bb38c27884efbfddc70462eb57f59 /config/network | |
parent | 545f0fad20b68957e245b3b05ace935cd1089726 (diff) |
add functions for adding dns servers to the proto list, hook them up in proto-static.c
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/network b/config/network index 6e9d7a6..e39164a 100644 --- a/config/network +++ b/config/network @@ -33,6 +33,7 @@ config interface lan2 option ipaddr 192.168.1.1 option netmask 255.255.255.0 option gateway 192.168.1.2 + option dns '192.168.1.5 192.168.1.6' config interface wan option proto pppoe |