diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-03 18:03:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-03 18:03:53 +0300 |
| commit | cc92b6d7ab12b8e0eee9fdb2a49687aeffd5716b (patch) | |
| tree | f24ab5336c2f26361bc6e99436bc870277c99dc5 /README.md | |
| parent | cdcaeaa74d656a52e865bbbc1ffdb8a2bc37245e (diff) | |
more on this
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -80,6 +80,14 @@ https://github.com/angristan/wireguard-install/discussions/499 https://docs.vultr.com/install-wireguard-vpn-server-on-openbsd-7-0 ```sh +blowfish$ doas pkg_add wireguard-tools +blowfish$ doas mkdir /etc/wireguard +blowfish$ doas touch /etc/wireguard/wg0.conf +blowsish$ cat <<END | doas tee /etc/hostname.wg0 +inet 192.168.2.110 255.255.255.0 NONE +up +!/usr/local/bin/wg setconf wg0 /etc/wireguard/wg0.conf +END ``` ### Install the config |
