add UDP support for reverse proxy tunnel

This commit is contained in:
ginuerzh
2023-02-02 19:20:22 +08:00
parent d810224e7b
commit 95a2f0d649
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
package main
const (
version = "3.0.0-rc.4"
version = "3.0.0-rc.5"
)