panel apperance, added experimental tcp/udp proxy support, slight performance improvement for http proxy

This commit is contained in:
yusing
2024-03-02 17:02:11 +08:00
parent 12e23c3517
commit 9cb1b1d31a
21 changed files with 865 additions and 207 deletions

View File

@@ -10,5 +10,6 @@ ENV DOCKER_HOST unix:///var/run/docker.sock
EXPOSE 80
EXPOSE 443
EXPOSE 8443
CMD ["go-proxy"]