tcpproxy/docker-entrypoint.sh

4 lines
160 B
Bash
Raw Normal View History

#!/bin/bash
echo openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@"
exec openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@"