mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
Merge pull request #1411 from fatedier/new
proxy protocol: fix detect method for IPV4 and IPV6, fix #1410
This commit is contained in:
commit
234d634bfe
@ -521,7 +521,7 @@ func HandleTcpWorkConnection(localInfo *config.LocalSvrConf, proxyPlugin plugin.
|
|||||||
DestinationPort: m.DstPort,
|
DestinationPort: m.DstPort,
|
||||||
}
|
}
|
||||||
|
|
||||||
if h.SourceAddress.To16() == nil {
|
if strings.Contains(m.SrcAddr, ".") {
|
||||||
h.TransportProtocol = pp.TCPv4
|
h.TransportProtocol = pp.TCPv4
|
||||||
} else {
|
} else {
|
||||||
h.TransportProtocol = pp.TCPv6
|
h.TransportProtocol = pp.TCPv6
|
||||||
|
Loading…
Reference in New Issue
Block a user