chore: shadowsocks listener support the "udp" setting

This commit is contained in:
wwqgtxx
2023-03-21 12:40:36 +08:00
parent 154fbb34ea
commit 0336435ebc
6 changed files with 44 additions and 36 deletions

View File

@ -9,6 +9,7 @@ type ShadowsocksServer struct {
Listen string
Password string
Cipher string
Udp bool
}
func (t ShadowsocksServer) String() string {