mirror of https://github.com/v2ray/v2ray-core
change back to IPv4 address
parent
6d750e8149
commit
356377ddde
|
@ -79,7 +79,7 @@ func TestDialWithRemoteAddr(t *testing.T) {
|
||||||
Path: "ws",
|
Path: "ws",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
listen, err := ListenWS(lctx, net.LocalHostIPv6, 13148, func(conn internet.Connection) {
|
listen, err := ListenWS(lctx, net.LocalHostIP, 13148, func(conn internet.Connection) {
|
||||||
go func(c internet.Connection) {
|
go func(c internet.Connection) {
|
||||||
defer c.Close()
|
defer c.Close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue