This website requires JavaScript.
Explore
Help
Sign In
paltiverse
/
tcpproxy
Watch
1
Star
0
Fork
0
You've already forked tcpproxy
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
tcpproxy
/
docker-entrypoint.sh
3 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
Migrate to ocproxy-based TCP proxy implementation with VPN integration
2023-06-13 19:20:45 +01:00
#!/bin/bash
Fix docker container
2023-06-14 12:44:32 +01:00
exec
openconnect --script-tun --script
"
/app/tcpproxy -g -L 1234:
$HOST
"
"
$@
"
Reference in New Issue
Copy Permalink