BlackArch / torctl

Script to redirect all traffic through tor network including dns queries for anonymizing entire system
https://www.blackarch.org/
GNU General Public License v3.0
158 stars 43 forks source link

How to delete torctl on ubuntu server #11

Closed 1YablochnIK1 closed 3 years ago

1YablochnIK1 commented 3 years ago

I'm using last version ubuntu server.

sepehrdaddev commented 3 years ago

This tool is a regular shell script so if you delete the script, it will be removed.

martin-braun commented 3 years ago

@sepehrdaddev I think he is referring to autostart. How to undo that?

Edu4rdSHL commented 3 years ago

systemctl disable --now torctl-autostart.service torctl-autowipe.service should work.