From 7df68177327b458c544ef24a12fa71fd0c6a1505 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 28 Mar 2020 12:35:47 -0400 Subject: [PATCH] clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```