Tunnel rss via tor
This commit is contained in:
parent
fc8a5e27b1
commit
a1d4409b39
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue