chore: update wireguard-go

This commit is contained in:
wwqgtxx
2023-04-20 13:41:55 +08:00
parent 7513761540
commit 00939da40f
3 changed files with 13 additions and 13 deletions

View File

@ -246,7 +246,7 @@ func New(options LC.Tun, tcpIn chan<- C.ConnContext, udpIn chan<- C.PacketAdapte
if options.FileDescriptor > 0 {
if tunName, err := getTunnelName(int32(options.FileDescriptor)); err != nil {
stackOptions.Name = tunName
stackOptions.UnderPlatform = true
stackOptions.ForwarderBindInterface = true
}
}
l.tunIf = tunIf