add proxy support

This commit is contained in:
uazo
2021-07-31 10:06:38 +00:00
parent 5f239bfb4c
commit 532a0475bf
9 changed files with 84 additions and 7 deletions

View File

@@ -7,9 +7,6 @@ NC='\033[0m' # No Color
echo -e ${RED} -------- start goma-server ${NC}
#test -f /tmp/proxy/bots.sock && sudo rm /tmp/proxy/bots.sock
#socat UNIX-LISTEN:/tmp/proxy/bots.sock,reuseaddr,fork TCP4:$REMOTEEXEC_ADDR &
socat TCP-LISTEN:50051,reuseaddr,fork UNIX-CLIENT:/tmp/proxy/bots.sock &
cd ./goma-server/