mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 14:43:07 +02:00
panel apperance, added experimental tcp/udp proxy support, slight performance improvement for http proxy
This commit is contained in:
8
scripts/build.sh
Executable file
8
scripts/build.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
mkdir -p bin
|
||||
CGO_ENABLED=0 GOOS=linux go build -o bin/go-proxy src/go-proxy/*.go || exit 1
|
||||
|
||||
if [ "$1" = "up" ]; then
|
||||
docker compose up -d --build app && \
|
||||
docker compose logs -f
|
||||
fi
|
||||
Reference in New Issue
Block a user