We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a39cc commit 851fcf5Copy full SHA for 851fcf5
internal/client/handlers/tun.go
@@ -268,6 +268,7 @@ func forwardUDP(tunstats *stat) func(request *udp.ForwarderRequest) bool {
268
tunstats.udp.failures.Add(1)
269
270
log.Println("[+] failed to create endpoint for udp: ", iperr)
271
+ // always return true as we "handled" the request
272
return true
273
}
274
0 commit comments