dswd
dswd
Just to mention: To me this is not an enhancement, it is a show-stopper. Without this feature, the plugin is unusable for me.
Thanks for pointing out. I will add a hint to the error message and maybe some logic to identify the misconfiguration.
> The websocket proxy mode recently released is good, but requires a centralized proxy. That is not 100% correct. You can have separate proxies for the nodes. However I get...
I thought about it some more and I realized that I forgot a very important aspect in that plan: Websocket connections are asymmetric. One node is the server and the...
Hi @Lyamc this is not a DNS issue. VpnCloud does not do anything with DNS other than using the common OS calls to connect to a name instead of an...
Right now, VpnCloud just tries all addresses and does not prioritize or compare them. I have to check the code but it might be that when multiple addresses work, the...
VpnCloud does not measure latency or bandwidth. Measuring latency would be relatively easy since there are already keepalive messages. Measuring bandwidth without interfering with existing traffic is pretty hard and...
That would be great. I also added FreeBSD.
I added some more documentation and changed the polling mechanism to be more flexible (could now implement kqueue) to make porting easier for you.