dswd
dswd
I am sorry, but it won't just compile like that. OS X has a different way of using virtual network devices to Linux, so it will need some code changes.
@ofer-dev does wintun also support tap devices? Vpncloud supports tun and tap and I would like to have one lib for windows if possible.
Hi Brian. I thought about that but haven't followed that up since I have no experience in writing snaps. So if you want to help, you can create a snap...
Hi, thanks a lot for the kind words. I looked into building snaps a little and managed to build a simple snap from the deb package. However: - I can't...
@m6ram Thanks for the compliments. As those questions go beyond the topic of this issue, I quoted and answered them in #159.
Oh yes, I will add it to master. In the long term I am planning MTU auto-discovery anyways.
+1 for shorter options strings How about the [DocOpt](http://docopt.org/) syntax? There is even a [Rust implementation](https://github.com/docopt/docopt.rs/blob/master/src/parse.rs) that you could take code from.
There are many of such patterns: - ls ; history - ls DOESNOTEXIST || history - ls $(history >&2) - ls \`history >&2` There surely exist many more.
> Obviously I don't understand this constraint. I've found this “feature” helpful. What is the security concern beyond the container? The Dockge container needs access to the docker daemon of...
With Swine I try to not use the normal menu entries that wine normally creates. The main reason for that is that windows programs are pretty messy with menu entries...