df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
9 lines
156 B
Bash
Executable file
9 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
ns=$1; shift
|
|
|
|
sudo iodine -f "$ns" 42.schottelius.org "$@" < ~nico/.iodine-password
|
|
|
|
#ip route del default
|
|
#ip route add default via 172.16.0.1
|