From df877d2de88dc2299469974708f5c0974edd23f1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 14 Sep 2021 05:27:34 +0200 Subject: [PATCH] Add section about the removal of networks (#142) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 87fc58a..e451673 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,16 @@ or unset the port and use a randomized port with sudo innernet set-listen-port -u ``` +### Remove Network + +To permanently uninstall a created network, use + +```sh +sudo innernet-server uninstall +``` + +Use with care! + ## Security recommendations If you're running a service on innernet, there are some important security considerations.