From 8852e5f1aa50790976b199eccdc1a4b276f45fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 3 Oct 2013 15:08:40 +0200 Subject: [PATCH] different attempt to add domain server for vpn domain --- tinc-up-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc-up-template b/tinc-up-template index 0fb682e..03e8fc0 100755 --- a/tinc-up-template +++ b/tinc-up-template @@ -3,4 +3,4 @@ ifconfig $INTERFACE /32 netmask 255.255.255.255 route del -net /32 netmask 255.255.255.255 dev $INTERFACE route add -net 10.42.0.0 netmask 255.255.0.0 dev $INTERFACE -printf "nameserver 10.42.16.1\ndomain vpn" | resolvconf -a "$INTERFACE.inet" +printf "nameserver 10.42.16.1\nsearch vpn" | resolvconf -a "$INTERFACE.inet"