这是目前最贴近 V2bX 正确运行时的状态。请再次编译并部署。
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user