H halex4u Regular Contributor Jul 19, 2015 #1 Hello! I want to turn on/off TOR using ssh. It it possible? Thank you!
S snakebite3 Senior Member Jul 19, 2015 #3 Is there a list of command lines for TOR? Like getting a new identity?
RMerlin Asuswrt-Merlin dev Staff member Jul 19, 2015 #5 Code: nvram set Tor_enable=1 nvram commit service start_tor Code: nvram set Tor_enable=0 nvram commit service stop_tor
Code: nvram set Tor_enable=1 nvram commit service start_tor Code: nvram set Tor_enable=0 nvram commit service stop_tor