openresolv entfernt
This commit is contained in:
parent
78d3ecef56
commit
91624791d8
@ -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
|
||||
-------
|
||||
|
@ -1,3 +1,2 @@
|
||||
#!/bin/sh
|
||||
ifconfig $INTERFACE down
|
||||
#printf "nameserver 10.42.16.1\ndomain vpn" | resolvconf -d "$INTERFACE.inet"
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ifconfig $INTERFACE <DEINE IP> netmask 255.255.0.0
|
||||
# printf "nameserver 10.42.16.1\nsearch vpn" | resolvconf -a "$INTERFACE.inet"
|
||||
|
||||
# MacOS X
|
||||
#ifconfig $INTERFACE <DEINE IP> 10.42.0.0 mtu 1500 netmask 255.255.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user