added the proxy service for http/https client peer on the server side. work in progress

This commit is contained in:
2024-12-12 21:09:16 +09:00
parent 41e7222b98
commit f6ea852e61
13 changed files with 538 additions and 252 deletions

View File

@ -13,6 +13,7 @@ SRCS=\
server.go \
server-ctl.go \
server-peer.go \
server-proxy.go \
server-ws.go \
system.go