https://github.com/afify/wireguard-openbsd
wireguard config server and clients for OpenBSD
https://github.com/afify/wireguard-openbsd
openbsd wireguard
Last synced: 3 months ago
JSON representation
wireguard config server and clients for OpenBSD
- Host: GitHub
- URL: https://github.com/afify/wireguard-openbsd
- Owner: afify
- Created: 2023-04-09T01:32:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T03:58:32.000Z (about 1 year ago)
- Last Synced: 2025-01-30T22:51:40.118Z (3 months ago)
- Topics: openbsd, wireguard
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wireguard config for OpenBSD
## Server
```sh
pkg_add wireguard-tools
pkg_add libqrencode #optional
sh wireguard_server.sh
```
### For each client
```sh
sh wireguard_client.sh client_name
```
- config file will be generated at /etc/wireguard/clients/client_name.conf
- qr code will be generated## Client
```sh
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/