diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 23:21:54 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 23:21:54 +0200 |
commit | b0b11b2295fbb8399949139d82156e123e005902 (patch) | |
tree | 1360c16987ee1afba702a99c07366e6b845d3e69 /config/network | |
parent | 69c5043fdcea724f59055630eb0cf593c41732cb (diff) | |
download | netifd-b0b11b2295fbb8399949139d82156e123e005902.tar.gz |
move dns server/search list parsing to interface core to support peerdns=0 + static entries
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 17c7f98..0fa7af4 100644 --- a/config/network +++ b/config/network @@ -51,6 +51,7 @@ config interface pptp option proto pptp option server 1.1.1.1 option peerdns 0 + option dns 192.168.10.1 config route option target 192.168.0.1 |