mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-05 13:46:12 +02:00
7 lines
147 B
Go
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
|
|
} |