George L. Yermulnik

Results 126 comments of George L. Yermulnik

I've just hit this issue =( Has there been any update on this yet?

Yay 🥳 Will give it a try once it gets released in v4.35.0: https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4350-unreleased

Here's the fix: ``` diff --git a/src/n2n.c b/src/n2n.c index 86d2dbe..e585cb8 100644 --- a/src/n2n.c +++ b/src/n2n.c @@ -48,6 +48,9 @@ SOCKET open_socket(int local_port, int bind_any) { sockopt = 1; setsockopt(sock_fd, SOL_SOCKET,...

That's what google search gives re this kind of issues on MacOS so that this OS needs both `SO_REUSEADDR` and `SO_REUSEPORT` in such use cases.

Also is there a place I can get n2n `2.8.0-540` from for `aarch64`?

Meanwhile I've built in from source, though having repo and package would be really useful. Thanks.

@hamishcoleman Gotcha. Thanks. No sense to ask about plans to add `n2n` to Homebrew then, right?

Basically I'm a Linux user, though I use Homebrew as it supports Linux as well. Though I'm not very familiar with adding packages to Homebrew =( Probs these links can...

As far as I know there are two approaches: one is your own tap (which is basically a repo with brew formulae and which is easier to autoupdate on releases,...