Tunnel rss via tor

This commit is contained in:
Bob Mottram 2016-02-09 08:22:59 +00:00
parent fc8a5e27b1
commit a1d4409b39
1 changed files with 1 additions and 0 deletions

View File

@ -8418,6 +8418,7 @@ function install_rss_reader {
# generate a config file
RSS_FEED_CRYPT_KEY="$(openssl rand -base64 26 | cut -c1-24)"
echo '<?php' > $RSS_READER_PATH/config.php
echo " define ('_CURL_HTTP_PROXY', '127.0.0.1:9050');" >> $RSS_READER_PATH/config.php
echo " define('DB_TYPE', 'mysql');" >> $RSS_READER_PATH/config.php
echo " define('DB_HOST', 'localhost');" >> $RSS_READER_PATH/config.php
echo " define('DB_USER', 'root');" >> $RSS_READER_PATH/config.php