Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix binding temporary ipv6 addresses on macos (#1910)
The check code wasn't running. I don't know why !defined(TARGET_OS_IOS) would exclude code on desktop macOS. I did a quick search and changed it to defined(TARGET_OS_MAC). Not 100% sure what the most correct solution there is. You can verify the old and new versions with `ifconfig | grep temporary` plus `zerotier-cli info -j` -> listeningOn
- Loading branch information