Search Criteria
Package Details: dsvpn 0.1.4-1
Package Actions
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: | MIT |
Conflicts: | dsvpn-git |
Provides: | dsvpn-git |
Submitter: | ebm539 |
Maintainer: | ebm539 |
Last Packager: | ebm539 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-25 21:17 (UTC) |
Last Updated: | 2020-06-12 00:26 (UTC) |
Dependencies (6)
- gawk
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux)
- iptables (iptables-nosystemd-minimal-git, iptables-minimal-git, iptables-git, iptables-fullconenat, iptables-fullconenat-nft, iptables-nft)
- procps-ng (procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd, procps-ng-git)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- make (make-git) (make)
Latest Comments
ebm539 commented on 2019-07-29 06:01 (UTC)
Added, thanks.
ebal commented on 2019-07-28 10:41 (UTC) (edited on 2019-07-28 10:41 (UTC) by ebal)
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