mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
enable tcp for shadowsocks server
This commit is contained in:
parent
c5a92e00ef
commit
1600a59254
@ -211,7 +211,7 @@ type ServerFactory struct{}
|
|||||||
|
|
||||||
func (this *ServerFactory) StreamCapability() v2net.NetworkList {
|
func (this *ServerFactory) StreamCapability() v2net.NetworkList {
|
||||||
return v2net.NetworkList{
|
return v2net.NetworkList{
|
||||||
Network: []v2net.Network{v2net.Network_RawTCP},
|
Network: []v2net.Network{v2net.Network_TCP, v2net.Network_RawTCP},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user