1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-10 19:37:04 +02:00

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
client/iface/wgproxy/udp

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

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