feat(data-plane): implement phase3c gateway

This commit is contained in:
sechmachine
2026-07-29 05:52:53 +07:00
parent 8379c134ca
commit f639c1bcb6
25 changed files with 2573 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM scratch
COPY verse-gateway /usr/local/bin/verse-gateway
USER 65532:65532
EXPOSE 443/udp
ENTRYPOINT ["/usr/local/bin/verse-gateway"]