QuickTun icon indicating copy to clipboard operation
QuickTun copied to clipboard

Simple and secure VPN software

Results 9 QuickTun issues
Sort by recently updated
recently updated
newest added

Hello, There are some open issues and pull requests. Furthermore, it has been over four years since the last commit. Is the project still being actively maintained? If not, are...

Archlinux 4.14.73-1-ARCH with libsodium 1.0.16-1: key pair created with ./out/quicktun.keypair: sudo ./out/quicktun -c PROTOCOL salty -c TUN_MODE 1 -c PRIVATE_KEY_FILE priv.key -c PUBLIC_KEY 5206379a6a4d6b06451d64b229687ea4e87dbc4511245a094d6788432a0ef70b UCIS QuickTun 2.2.6 (c) 2010-2017 Ivo...

When using crossbuild to target MIPS, for example, the attached patches allow specifying some architecture-specific parameters on the command line: `cc="mipsel-linux-gnu-cc" ARCH="mipsel" LDFLAGS="-L./tmp/lib" ./build.sh`

When the `--help' or`--version' command-line options were given, quicktun would exit with exit status 1, although the requested action was fulfilled without encountering an error. With this change, these options...

This fixes a dependency issue regarding iproute, and brings the user creation and removal more in line with Debian best practices. A quicktun system group is now available for use...

This commit series should be a reasonably self-contained attempt to eliminate the need for -DCOMBINED_BINARY.

Allow Emacs users to get indentation behavior matching the codebase regardless of their default settings.

Feature request/wish: iOS 9 supposedly makes this easier to do.

Apple's XNU kernel supports native TUN interface called `utun` from iOS 4.1 and OS X 10.7 Lion. It is a bit different from the standard TUN interface, which is similar...