Skip to content

Commit 26fc873

Browse files
committed
uninstall commands
1 parent 8dc8edf commit 26fc873

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

zerotier/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@ CTRL+O and ENTER to save, CTRL+X to exit
4444
After setting up and activating ZeroTier on my Android phone successfully tested:
4545
* ZeusLN using the IP 172.x.x.x and port 8080
4646
* RTL from the outside on my 172.x.x.x:3000 address
47-
48-
47+
* Termius to connect with ssh to [email protected]
48+
---
49+
* To uninstall run:
50+
```
51+
sudo systemctl stop zerotier-one
52+
sudo apt remove zerotier-one
53+
sudo rm -r /var/lib/zerotier-one
54+
```
55+
---
4956

5057
This guide is based on: https://medium.com/@ketominer/using-nodl-remotely-with-zerotier-a9a17cbb48cf
5158

0 commit comments

Comments
 (0)