Search Criteria
Package Details: vopono 0.10.15-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: | 16 |
| Popularity: | 0.193092 |
| First Submitted: | 2020-07-19 17:39 (UTC) |
| Last Updated: | 2025-09-13 17:31 (UTC) |
Dependencies (8)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-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)
- trojan (trojan-gitAUR) (optional) – for Trojan Wireguard forwarding support
- wireguard-tools (optional) – for Wireguard connections
Latest Comments
2-4601 commented on 2025-09-14 16:53 (UTC)
The new daemon mode introduced in version 0.10.15 sounds cool. As you, jamesmcm, are both the the developer of vopono and the maintainer of this AUR package, would you consider also providing a systemd service file that utilizes the new daemon feature? Thanks for creating this great piece of software!
Leia commented on 2025-08-05 16:22 (UTC) (edited on 2025-08-05 16:28 (UTC) by Leia)
Compiler exits with:
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).