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