diff --git a/README.md b/README.md index 0ce1511..cd8f12c 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ sudo wg show ``` Note the Mistborn naming convention for Wireguard interfaces on the server is wg. So if the particular Wireguard process is listening on UDP port 56392 then the interface will be named wg56392 and the config will be in `/etc/wireguard/wg56392.conf` -The `dev/` folder contains a script for completing a hard reset: destroying and rebuilding the system. +The `dev/` folder contains a script for completing a hard reset: destroying and rebuilding the system from the original backup: ``` sudo ./dev/rebuild.sh ```