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 (gawk-gitAUR)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- iptables (iptables-fullconenat-nftAUR, iptables-gitAUR, iptables-legacy, iptables-nft)
- procps-ng (procps-ng-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- make (make-gitAUR, make-staticAUR) (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