diff options
Diffstat (limited to 'etc/uanytun/client1/post-up.sh')
-rwxr-xr-x | etc/uanytun/client1/post-up.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/uanytun/client1/post-up.sh b/etc/uanytun/client1/post-up.sh new file mode 100755 index 0000000..18c42fb --- /dev/null +++ b/etc/uanytun/client1/post-up.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +ip addr add dev $1 fde5:30c9:1984::1/48 + +exit 0 |