Files
netbird/client/iface/bind/udp_mux_ios.go
2025-07-21 12:13:21 +02:00

7 lines
147 B
Go

//go:build ios
package bind
func (m *UDPMuxDefault) notifyAddressRemoval(addr string) {
// iOS doesn't support nbnet hooks, so this is a no-op
}