diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 22:57:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 22:57:21 +0200 |
commit | 69c5043fdcea724f59055630eb0cf593c41732cb (patch) | |
tree | 2eb95575eac01cee7dda9eabe53951ffaa6dbec0 /config/network | |
parent | 87d4c8eca7621c424e50e1fa70684d4c0e307984 (diff) |
implement a generic peerdns option to suppress proto handler dns 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 9703208..17c7f98 100644 --- a/config/network +++ b/config/network @@ -50,6 +50,7 @@ config interface wlan config interface pptp option proto pptp option server 1.1.1.1 + option peerdns 0 config route option target 192.168.0.1 |