From 91624791d857003cc923de1babb2e3f73256153c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 2 Nov 2013 17:50:02 +0100 Subject: [PATCH] openresolv entfernt --- README.md | 4 ++-- tinc-down | 1 - tinc-up-template | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84a9dab..aff9b1e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Installation Debian/Ubuntu ------------- - apt-get install openresolv git tinc + apt-get install git tinc Archlinux --------- - pacman -S openresolv git tinc + pacman -S git tinc MacOS X ------- diff --git a/tinc-down b/tinc-down index 2eb641c..77b397c 100755 --- a/tinc-down +++ b/tinc-down @@ -1,3 +1,2 @@ #!/bin/sh ifconfig $INTERFACE down -#printf "nameserver 10.42.16.1\ndomain vpn" | resolvconf -d "$INTERFACE.inet" diff --git a/tinc-up-template b/tinc-up-template index f58e1af..ff18d55 100755 --- a/tinc-up-template +++ b/tinc-up-template @@ -1,7 +1,6 @@ #!/bin/sh ifconfig $INTERFACE netmask 255.255.0.0 -# printf "nameserver 10.42.16.1\nsearch vpn" | resolvconf -a "$INTERFACE.inet" # MacOS X #ifconfig $INTERFACE 10.42.0.0 mtu 1500 netmask 255.255.0.0