Skip to content

Instantly share code, notes, and snippets.

@gefestion90
gefestion90 / wireguard.sh
Last active December 17, 2022 13:37 — forked from aeifn/wireguard.sh
#!/bin/sh
# Based on https://www.vultr.com/docs/install-wireguard-vpn-server-on-openbsd-7-0/
# Usage:
# chmod +x wireguard.sh
# doas ./wireguard.sh
# Get OpenBSD VPS at https://t.me/convectixbot
# idempotent tee
itee() {
cp $1 $1.bak