4 lines
160 B
Bash
Executable File
4 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
echo openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@"
|
|
exec openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@"
|