implemented the pts feature in the server side as well

This commit is contained in:
2025-06-23 13:20:17 +09:00
parent d092540f08
commit ec70cc897c
10 changed files with 79 additions and 17 deletions

View File

@ -25,6 +25,7 @@ SRCS=\
server-ctl.go \
server-metrics.go \
server-peer.go \
server-pts.go \
server-pxy.go \
system.go \
transform.go \