Skip to content

Instantly share code, notes, and snippets.

View jbrubake's full-sized avatar

Jeremy Brubaker jbrubake

View GitHub Profile
@zenofile
zenofile / wg-netns
Last active May 3, 2024 16:55
wg-quick like script with namespace support
#!/usr/bin/bash
# configuration matches the wg-quick specifications
# manual invocation:
# $ sudo wg-netns vpn-1
# via systemd:
# $ sudo systemctl start wg-netns@vpn-1.service
# examples: