Browse Source

added reference to create-config

Toastie 1 year ago
parent
commit
7ee41b455d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      linux/wireguard/README.md

+ 5 - 4
linux/wireguard/README.md

@@ -1,6 +1,7 @@
-## WireGuard (wg) basics
+### WireGuard Snippets
 
-- [wireguard-instant.sh](wireguard-instant.sh) - script to setup an ad-hoc central wg instance
-- [wg-persistent.sh](wg-persistent.sh) - script to make the instance reboot safe
-- Debugging: https://www.the-digital-life.com/wireguard-enable-logging/
+- [wireguard-instant.sh](wireguard-instant.sh) - script to setup an ad-hoc central WireGuard instance
+- [wg-persistent.sh](wg-persistent.sh) - script to make the instance from above reboot safe
+- [create-config/](create-config/) - scripts to only create WireGuard keys/PSKs/configs, e.g. for OPNsense
+- Enable WireGuard Debugging: https://www.the-digital-life.com/wireguard-enable-logging/