fix: sync same-port transport detection
This commit is contained in:
parent
840ef6237c
commit
2289a31f46
10 changed files with 851 additions and 83 deletions
|
|
@ -89,7 +89,7 @@ func connLocal(conn net.Conn) string {
|
|||
|
||||
func intakeTransport(obfuscated bool) string {
|
||||
if obfuscated {
|
||||
return "obfuscated_tcp"
|
||||
return "tcp_auto"
|
||||
}
|
||||
return "tcp"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue