Build UDP proxy on Linux only

This commit is contained in:
Zoltán Papp
2025-02-17 19:26:40 +01:00
parent 335866ac60
commit aca443bdec
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//go:build linux && !android
package udp
import (