Files
glorytun/systemd/glorytun-run
T
2018-02-15 19:04:05 +00:00

7 lines
108 B
Bash
Executable File

#!/bin/sh
exec glorytun bind "$@" \
$BIND $BIND_PORT \
${DEV:+dev "$DEV"} \
${HOST:+to "$HOST" "$PORT"}