Search Criteria
Package Details: dsvpn 0.1.4-1
Git Clone URL: | https://aur.archlinux.org/dsvpn.git (read-only, click to copy) |
---|---|
Package Base: | dsvpn |
Description: | A Dead Simple VPN. |
Upstream URL: | https://github.com/jedisct1/dsvpn |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ebm539 |
Maintainer: | ebm539 |
Last Packager: | ebm539 |
Votes: | 1 |
Popularity: | 0.000009 |
First Submitted: | 2019-07-25 21:17 |
Last Updated: | 2020-06-12 00:26 |
Dependencies (6)
- gawk
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux)
- iptables (iptables-git, iptables-nosystemd-minimal-git, iptables-fullconenat, iptables-fullconenat-nft, iptables-minimal-git, iptables-nft)
- procps-ng (procps-ng-git, procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
ebm539 commented on 2019-07-29 06:01
Added, thanks.
ebal commented on 2019-07-28 10:41
Hello,
although most of these programs, may already be installed in archlinux, I would suggest to add the below depend config in the PKGBUILD file:
depends=('iproute2' 'gawk' 'iptables' 'procps-ng')
due to the fact in src/os.c jedisct1 runs linux commands to setup routing, forwarding and iptables rules.
Best regards,
-ebal