tcpproxy/docker-entrypoint.sh

3 lines
89 B
Bash
Raw Normal View History

#!/bin/bash
2023-06-14 12:44:32 +01:00
exec openconnect --script-tun --script "/app/tcpproxy -g -L 1234:$HOST" "$@"