Search Criteria
Package Details: vopono 0.10.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vopono.git (read-only, click to copy) |
---|---|
Package Base: | vopono |
Description: | Run applications through VPN connections in network namespaces |
Upstream URL: | https://github.com/jamesmcm/vopono |
Licenses: | GPL3 |
Conflicts: | vopono |
Provides: | vopono |
Submitter: | jamesmcm |
Maintainer: | jamesmcm |
Last Packager: | jamesmcm |
Votes: | 14 |
Popularity: | 0.036618 |
First Submitted: | 2020-07-19 17:39 (UTC) |
Last Updated: | 2024-03-28 16:59 (UTC) |
Dependencies (7)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
- libnatpmp (optional) – for ProtonVPN port forwarding support
- openfortivpn (openfortivpn-gitAUR) (optional) – for FortiClient VPN connections
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR) (optional) – for OpenVPN connections
- shadowsocks-libev (shadowsocks-libev-staticAUR) (optional) – for Shadowsocks support (Mullvad)
- wireguard-tools (optional) – for Wireguard connections
Latest Comments
yochananmarqos commented on 2024-04-30 00:15 (UTC)
jamesmcm: Disabling LTO is not necessary. Add
CFLAGS+=" -ffat-lto-objects"
to the build() function instead.patlefort commented on 2022-04-10 16:07 (UTC)
Does not compile if lto is enabled. It might be a good idea to disable lto with
options=(!lto)
.