Add section about the removal of networks (#142)
parent
120ac7d6b1
commit
df877d2de8
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue