Package Details: wg_tool 9.2.4-1

Git Clone URL: https://aur.archlinux.org/wg_tool.git (read-only, click to copy)
Package Base: wg_tool
Description: Manage wireguard VPN configurations (servers and users).
Upstream URL: https://github.com/gene-git/wg_tool
Keywords: vpn wireguard
Licenses: GPL-2.0-or-later
Submitter: GeneArch
Maintainer: GeneArch
Last Packager: GeneArch
Votes: 3
Popularity: 0.000003
First Submitted: 2022-10-26 15:19 (UTC)
Last Updated: 2026-01-06 16:50 (UTC)

Pinned Comments

GeneArch commented on 2025-01-03 10:30 (UTC)

Note on getting the git signing public key. Any of the following:

1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:

gpg --import < keys/pgp/*.asc

2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys

3) From authors website : https://www.sapience.com/tech

4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

Latest Comments

« First ‹ Previous 1 2 3

figue commented on 2022-10-27 12:28 (UTC)

Hi, I think you missed in your depends:

python-netaddr python-tomli-w python-qrcode

Perhaps more, but these have been reported by python trying to execute wg-tool

Cheers