repo.or.cz
/
anytun.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added post up script
[anytun.git]
/
etc
/
anytun
/
server
/
post-up.sh
blob
1a3c4439c39775c20d6e5d59131a504d719f74ef
1
#!/bin/sh
2
ip link
set
dev
$1
up
3
ip link
set
mtu
1400
dev
$1
4
ip addr add
192.168.123.254
/
24
dev
$1