You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all let me thank you for this SUPER amazing tool. Awesome and easy to use. Thank you !
I need help with saving the settings on the TOR PAGE back to the TORRC file. I've enabled TOR on the settings as mentioned in the README file: 1st - Enable TOR PROXY: (/var/www/html/includes/index.php)
changed: define('RASPI_TORPROXY_ENABLED', false );
to: define('RASPI_TORPROXY_ENABLED', true ); 2nd - SHOW settings from torrc file:
changed the /var/www/html//includes/functions.php file (functions.php.txt) to show settings of torrc file:
added: ExitNodes, StrictNodes and TransPort settings
also added a button to list iptables. This prints the output of: iptables -t nat -S for viewing purposes only.
After that I had to change /etc/sudoers file to allow "my custom commands" to be executed with the
www-data user:
Notice the scripts /home/pi/toron.sh and /home/pi/toroff.sh. I've changed the default commands (StartTOR , StopTOR) because I needed to restart TOR and change IPTABLES rules at the same time hence the need to create custom scripts.
NOTE: Due to port forwarding issues when enabling TOR I was forced to change the lighttpd port to 8080, otherwise all visited webpages would be redirected to the RaspAP webpage.
Inside /etc/lighttpd/lighttpd.conf
changed: server.port = 80
to: server.port = 8080
Then restart it by running: sudo service lighttpd restart
What I need help with is a way to save the settings on the TOR PAGE back to the TORRC file.
Can someone please help me accomplish that? Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Billz,
First of all let me thank you for this SUPER amazing tool. Awesome and easy to use. Thank you !
I need help with saving the settings on the TOR PAGE back to the TORRC file. I've enabled TOR on the settings as mentioned in the README file:
1st - Enable TOR PROXY: (/var/www/html/includes/index.php)
changed: define('RASPI_TORPROXY_ENABLED', false );
to: define('RASPI_TORPROXY_ENABLED', true );
2nd - SHOW settings from torrc file:
changed the /var/www/html//includes/functions.php file (functions.php.txt) to show settings of torrc file:
added: ExitNodes, StrictNodes and TransPort settings
also added a button to list iptables. This prints the output of: iptables -t nat -S for viewing purposes only.
After that I had to change /etc/sudoers file to allow "my custom commands" to be executed with the
www-data user:
Notice the scripts /home/pi/toron.sh and /home/pi/toroff.sh. I've changed the default commands (StartTOR , StopTOR) because I needed to restart TOR and change IPTABLES rules at the same time hence the need to create custom scripts.
NOTE: Due to port forwarding issues when enabling TOR I was forced to change the lighttpd port to 8080, otherwise all visited webpages would be redirected to the RaspAP webpage.
Inside /etc/lighttpd/lighttpd.conf
changed: server.port = 80
to: server.port = 8080
Then restart it by running: sudo service lighttpd restart
What I need help with is a way to save the settings on the TOR PAGE back to the TORRC file.
Can someone please help me accomplish that? Many thanks in advance.
The text was updated successfully, but these errors were encountered: