From 2f621668a194299105d857ef1cf95c146260f38c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 5 Feb 2009 00:07:34 +0000 Subject: added linux (debian) initscript --- etc/uanytun/client2/post-up.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 etc/uanytun/client2/post-up.sh (limited to 'etc/uanytun/client2/post-up.sh') diff --git a/etc/uanytun/client2/post-up.sh b/etc/uanytun/client2/post-up.sh new file mode 100755 index 0000000..d04d6df --- /dev/null +++ b/etc/uanytun/client2/post-up.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +ip addr add dev $1 fde5:30c9:1984::2/48 + +exit 0 -- cgit v1.2.3