Replies: 1 comment 4 replies
-
Not direct answer, but have you tried https://tailscale.com ? It simplifies setups like that a lot. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, this question is not really blink related but I guess somebody figured it out and fixed it.
When I start a new API project on my mac I have to allow incoming connections because of the firewall. If I don't click "allow" I can't connect to that endpoint via other devices (or when using a VPN for remote development on the mac).
When I start a new projection via SSH only I don't get this message because it only appears in the mac UI, so I can't access the newly created server from other devices till I accept the dialog.
Disabling the firewall works... but this isn't a solution I want to use.
I tried using
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add {path}
which adds the folder to the firewall but seems like the popup still opens for applications inside that folder (same with--unblockapp
).Is there a better solution to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions