Skip to main content

WireGuard VPN

v0.1.5

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.

5 allowed by default 3 need approval
Pack ID
wireguard
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
wg

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:8ab673bde0e33a1253ceacacae4c62c0943f845d6672711bc1f3935e0471056a

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

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

Actions 8 total

View on GitHub