mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-12 04:07:41 -04:00
change back to IPv4 address
This commit is contained in:
@@ -79,7 +79,7 @@ func TestDialWithRemoteAddr(t *testing.T) {
|
||||
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) {
|
||||
defer c.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user