fix udp original destination on windows

This commit is contained in:
Deghy 2025-05-09 18:29:30 +03:30
parent e9b3c53a0d
commit d5c53b1ddd
5 changed files with 95 additions and 4 deletions

View file

@ -1,5 +1,5 @@
//go:build !linux
// +build !linux
//go:build !linux && !windows
// +build !linux,!windows
package dokodemo