完整性要求
描述
#4944
#4945
重现方式
xray -c client.json
客户端配置
{
"inbounds": [
{
"port": "0",
"protocol": "vless",
"settings": {
"decryption": "none"
},
"streamSettings": {
"network": "grpc"
}
}
]
}
服务端配置
x
客户端日志
panic: Calling Domain() on an IPv4Address.
goroutine 1 [running]:
github.com/xtls/xray-core/common/net.ipv4Address.Domain(...)
github.com/xtls/xray-core/common/net/address.go:140
github.com/xtls/xray-core/transport/internet/grpc.Listen({0x187eab8, 0x270b540}, {0x187f118, 0x35e1b3d58fac}, 0x0, 0x35e1b3fffa40, 0x35e1b4144930)
github.com/xtls/xray-core/transport/internet/grpc/hub.go:60 +0xa7
github.com/xtls/xray-core/transport/internet.ListenTCP({0x187eab8, 0x270b540}, {0x187f118, 0x35e1b3d58fac}, 0x0, 0x168afe0?, 0x35e1b4144930)
github.com/xtls/xray-core/transport/internet/tcp_hub.go:74 +0x255
github.com/xtls/xray-core/app/proxyman/inbound.(*tcpWorker).Start(0x35e1b4154960)
github.com/xtls/xray-core/app/proxyman/inbound/worker.go:150 +0x1bb
github.com/xtls/xray-core/app/proxyman/inbound.(*AlwaysOnInboundHandler).Start(0x0?)
github.com/xtls/xray-core/app/proxyman/inbound/always.go:175 +0x45
github.com/xtls/xray-core/app/proxyman/inbound.(*Manager).Start(0x35e1b4025b00)
github.com/xtls/xray-core/app/proxyman/inbound/inbound.go:121 +0x194
github.com/xtls/xray-core/core.(*Instance).Start(0x35e1b3fff880)
github.com/xtls/xray-core/core/xray.go:390 +0xd3
main.executeRun(0x26d20c0?, {0x35e1b4024fa0?, 0x800e1b3fd2f80?, 0x7a4f9d470de0?})
github.com/xtls/xray-core/main/run.go:90 +0x24e
github.com/xtls/xray-core/main/commands/base.Execute()
github.com/xtls/xray-core/main/commands/base/execute.go:64 +0x69f
main.main()
github.com/xtls/xray-core/main/main.go:22 +0x1a5
服务端日志
x
完整性要求
描述
#4944
#4945
重现方式
xray -c client.json
客户端配置
服务端配置
x
客户端日志
panic: Calling Domain() on an IPv4Address.
goroutine 1 [running]:
github.com/xtls/xray-core/common/net.ipv4Address.Domain(...)
github.com/xtls/xray-core/common/net/address.go:140
github.com/xtls/xray-core/transport/internet/grpc.Listen({0x187eab8, 0x270b540}, {0x187f118, 0x35e1b3d58fac}, 0x0, 0x35e1b3fffa40, 0x35e1b4144930)
github.com/xtls/xray-core/transport/internet/grpc/hub.go:60 +0xa7
github.com/xtls/xray-core/transport/internet.ListenTCP({0x187eab8, 0x270b540}, {0x187f118, 0x35e1b3d58fac}, 0x0, 0x168afe0?, 0x35e1b4144930)
github.com/xtls/xray-core/transport/internet/tcp_hub.go:74 +0x255
github.com/xtls/xray-core/app/proxyman/inbound.(*tcpWorker).Start(0x35e1b4154960)
github.com/xtls/xray-core/app/proxyman/inbound/worker.go:150 +0x1bb
github.com/xtls/xray-core/app/proxyman/inbound.(*AlwaysOnInboundHandler).Start(0x0?)
github.com/xtls/xray-core/app/proxyman/inbound/always.go:175 +0x45
github.com/xtls/xray-core/app/proxyman/inbound.(*Manager).Start(0x35e1b4025b00)
github.com/xtls/xray-core/app/proxyman/inbound/inbound.go:121 +0x194
github.com/xtls/xray-core/core.(*Instance).Start(0x35e1b3fff880)
github.com/xtls/xray-core/core/xray.go:390 +0xd3
main.executeRun(0x26d20c0?, {0x35e1b4024fa0?, 0x800e1b3fd2f80?, 0x7a4f9d470de0?})
github.com/xtls/xray-core/main/run.go:90 +0x24e
github.com/xtls/xray-core/main/commands/base.Execute()
github.com/xtls/xray-core/main/commands/base/execute.go:64 +0x69f
main.main()
github.com/xtls/xray-core/main/main.go:22 +0x1a5
服务端日志
x