teoljungberg / wireguard-openbsd

wireguard config server and clients for OpenBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireguard config for OpenBSD

Server

pkg_add wireguard-tools
pkg_add libqrencode #optional
sh wireguard_server.sh

For each client

sh wireguard_client.sh client_name
  • config file will be generated at /etc/wireguard/clients/client_name.conf
  • qr code will be generated

Client

wg-quick up client_name.conf

IOS

https://apps.apple.com/us/app/wireguard/id1441195209 (App Store) https://apps.apple.com/us/app/wireguard/id1451685025 (Mac App Store)

Android

https://play.google.com/store/apps/details?id=com.wireguard.android https://f-droid.org/en/packages/com.wireguard.android/

About

wireguard config server and clients for OpenBSD


Languages

Language:Shell 100.0%