summaryrefslogtreecommitdiff
path: root/etc/uanytun/client2/post-up.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/uanytun/client2/post-up.sh')
-rwxr-xr-xetc/uanytun/client2/post-up.sh5
1 files changed, 5 insertions, 0 deletions
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