Merge pull request #129 from zhudan/Alpha

入站增加TFO支持(默认不开启)
This commit is contained in:
Skyxim
2022-07-22 06:32:34 -04:00
committed by GitHub
8 changed files with 43 additions and 12 deletions

View File

@ -328,6 +328,8 @@ func updateGeneral(general *config.General, force bool) {
bindAddress := general.BindAddress
P.SetBindAddress(bindAddress)
P.SetInboundTfo(general.InboundTfo)
tcpIn := tunnel.TCPIn()
udpIn := tunnel.UDPIn()