mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04:00
8 lines
148 B
Go
8 lines
148 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
|
|
}
|