From 4965fc7cc2558bb11a2f4ea364259909e8ca0719 Mon Sep 17 00:00:00 2001 From: Hackintosh Five Date: Wed, 14 Jun 2023 12:44:32 +0100 Subject: [PATCH] Fix docker container --- docker-entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 5de93ca..d581d63 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,3 +1,2 @@ #!/bin/bash -echo openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@" -exec openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@" +exec openconnect --script-tun --script "/app/tcpproxy -g -L 1234:$HOST" "$@"