summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 7a076d976..f9cc181af 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -196,4 +196,9 @@
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).
+ define('PROXY', '');
+ // Connect to RSS feeds through a PROXY, this way tt-rss won't connect to
+ // webservers directly.
+ // Example format: '127.0.0.1:8123' (polipo proxy running on localhost)
+
// vim:ft=php