这是目前最贴近 V2bX 正确运行时的状态。请再次编译并部署。

This commit is contained in:
CN-JS-HuiBai
2026-04-15 01:36:42 +08:00
parent c8e1e08619
commit f8bffcd4a4

View File

@@ -615,7 +615,7 @@ func (s *Service) setupNode() error {
ssOptions := &option.ShadowsocksInboundOptions{
ListenOptions: listen,
Method: method,
Network: option.NetworkList([]string{"tcp", "udp"}),
Network: "tcp,udp",
}
if strings.Contains(method, "2022") {