First commit
This commit is contained in:
7
scripts/tinc-up
Executable file
7
scripts/tinc-up
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
ADDRESS=
|
||||
|
||||
ip address add $ADDRESS dev $INTERFACE
|
||||
ip link set $INTERFACE up
|
||||
|
Reference in New Issue
Block a user