diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-03-20 18:24:04 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:08:27 -0500 |
commit | 79ce46af26728ba466e0db8319dfe3f101346d71 (patch) | |
tree | aa8ffca08d2a14f512d10a8e829cb56cec88df9f /network/wireguard-tools/README | |
parent | 91d9e5d581d9bfbc6277ac466d2f3511fc9a9a21 (diff) |
network/wireguard-tools: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/wireguard-tools/README')
-rw-r--r-- | network/wireguard-tools/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/network/wireguard-tools/README b/network/wireguard-tools/README deleted file mode 100644 index 4769a806feeb6..0000000000000 --- a/network/wireguard-tools/README +++ /dev/null @@ -1,20 +0,0 @@ -WireGuard is a VPN that uses state-of-the-art cryptography. It is -designed as a general purpose VPN for running on embedded interfaces -and super computers alike, fit for many different circumstances. - -WireGuard userspace tools require WireGuard support in the kernel (or -as a kernel module). Refer to the wireguard-linux-compat script on -Slackbuilds to build the associated kernel module package. - -openresolv is an optional runtime dependency -- you need it if you want -to use to use wg-quick's DNS option. - -The wg-quick script needs at least nft 0.7 installed, if using nft. -Slackware 14.2 ships with nftables 0.6. As such the build script -will patch wg-quick to always fall back to iptables. - -If you have nftables 0.7 or newer installed (i.e. you are running --current or a modified 14.2 installation), you may want to leave -wg-quick unpatched by setting NEW_NFT as follows -: - -NEW_NFT=yes ./wireguard-tools.SlackBuild |