Add section about the removal of networks (#142)

pull/151/head
Fabian Affolter 2021-09-14 05:27:34 +02:00 committed by GitHub
parent 120ac7d6b1
commit df877d2de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -146,6 +146,16 @@ or unset the port and use a randomized port with
sudo innernet set-listen-port -u <interface> sudo innernet set-listen-port -u <interface>
``` ```
### Remove Network
To permanently uninstall a created network, use
```sh
sudo innernet-server uninstall <interface>
```
Use with care!
## Security recommendations ## Security recommendations
If you're running a service on innernet, there are some important security considerations. If you're running a service on innernet, there are some important security considerations.