Jake McGinty

Results 157 comments of Jake McGinty

@amarao that would be great, thanks! I started working on dropping the docker tests in favor of just using netns on linux directly, using https://git.zx2c4.com/wireguard-linux/tree/tools/testing/selftests/wireguard/netns.sh as the base, but if...

@DanielJoyce yep, it uses async with a multithreaded runner (tokio).

Thanks for the great issue! The current behavior is very much intentional and is [mentioned whenever a CIDR is created](https://github.com/tonarino/innernet/blob/main/client/src/main.rs#L514), but it was definitely designed with a certain scenario in...

@bmullan yeah, the `51820/udp` is for WireGuard, exposed to the internet, `80/tcp` for the server that you are allowing to be visible only over the WireGuard network.

@Kerwood I've been thinking about having innernet be able to automatically add netfilter/pf rules, and I think this would accomplish the "private VLAN isolation" on OS's that the article's talking...

@bensteinberg thanks for the encouragement! Yeah, adding this functionality would ideally eliminate the need to specify an overridden local endpoint. As far as the privacy issue is concerned, I don't...

hey @heyheyhello! Thanks for opening the issue, this is a great time to write a better explanation of where we're at and what the current limitations are. Here's what innernet...

Unfortunately there's no way to remotely trigger an `inn fetch` on other peers from the server, since there's no push mechanism (clients poll the server, by default, every 60 seconds)....

There's no reason why it can't be done from the server - that feature just hasn't been added. Thanks for opening the issue :).

Absolutely, we're interested in building both mobile clients and GUIs for desktop OSs. We haven't started on those and would love help/involvement if there is anyone interested or experienced in...