wireguard-proxy-container/run-danted.sh

10 lines
203 B
Bash
Raw Normal View History

2024-06-19 01:44:22 +00:00
#!/usr/bin/with-contenv bash
envsubst '
$DANTE_LISTEN_INTERFACE
$DANTE_LISTEN_PORT
$DANTE_FORWARD_INTERFACE
' < /etc/dante/danted.conf.template > /etc/dante/danted.conf
sockd -f /etc/dante/danted.conf