Package Details: vopono-git 0.10.14.r0.g4d22055-1

Git Clone URL: https://aur.archlinux.org/vopono-git.git (read-only, click to copy)
Package Base: vopono-git
Description: Run applications through VPN connections in network namespaces
Upstream URL: https://github.com/jamesmcm/vopono
Keywords: namespace openvpn vopono vpn wireguard
Licenses: GPL3
Conflicts: vopono
Provides: vopono
Submitter: jamesmcm
Maintainer: jamesmcm
Last Packager: jamesmcm
Votes: 6
Popularity: 0.61
First Submitted: 2020-06-21 13:16 (UTC)
Last Updated: 2025-08-06 10:07 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

jamesmcm commented on 2025-08-05 16:48 (UTC)

Thanks for reporting this Leia - it was a breaking change in a minor version of dns-config. This is fixed in vopono-git now but it'll take me a while to do a new release of vopono as I am travelling atm.

Leia commented on 2025-08-05 16:32 (UTC)

Compiler keeps exiting with the error:

 error[E0599]: no method named `first` found for opaque type `impl Iterator<Item = std::net::IpAddr>` in the current scope
   --> vopono_core/src/config/providers/azirevpn/wireguard.rs:281:48
    |
281 |             let host_ip = host_lookup.unwrap().first().cloned().unwrap();
    |                                                ^^^^^ method not found in `impl Iterator<Item = IpAddr>`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `vopono_core` (lib) due to 1 previous error
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: vopono-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vopono - exit status 4