编译websocket

This commit is contained in:
lbl8603
2024-07-02 21:18:08 +08:00
parent 98c394c993
commit 7e218355f2
10 changed files with 216 additions and 65 deletions
+2 -1
View File
@@ -28,4 +28,5 @@ port_mapping = ["vnt/port_mapping"]
lz4_compress = ["vnt/lz4_compress"]
zstd_compress = ["vnt/zstd_compress"]
upnp = ["vnt/upnp"]
websocket = ["vnt/websocket"]
ws = ["vnt/ws"]
wss = ["vnt/wss"]