WireGuard VPN

v0.1.3

WireGuard state — interfaces, peers, transfer counts, last handshakes — plus operator actions: bring iface up/down via wg-quick, remove a peer from a live iface. Use to debug connectivity or evict a compromised peer.

Pack ID
wireguard
Vendor
emisar
OS
linux
Actions
8
Required binaries: wg. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:b1b9ecda14e9726b4a030f46a8afae76d22e7ab490c4e4031a15e279e4d9924e

on the runner host
sudo emisar pack install wireguard \
  --hash sha256:b1b9ecda14e9726b4a030f46a8afae76d22e7ab490c4e4031a15e279e4d9924e \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub