7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec glorytun bind "$@" \
|
|
$BIND $BIND_PORT \
|
|
${DEV:+dev "$DEV"} \
|
|
${HOST:+to "$HOST" "$PORT"}
|