项目作者: timendum

项目描述 :
A Tiny Tiny RSS plugin to proxy all requests via built-in secure proxy
高级语言: PHP
项目地址: git://github.com/timendum/ttrss_https_proxy.git
创建时间: 2020-07-20T13:12:26Z
项目社区:https://github.com/timendum/ttrss_https_proxy

开源协议:GNU General Public License v3.0

下载


Tiny Tiny RSS plugin: HTTPS Proxy

This plugin proxies all images via built-in secure proxy.

It’s incompatible with af_proxy_http.

Installation

Git clone to plugins.local/https_proxy.

Example:

  1. cd ttrss folder
  2. cd plugins.local
  3. git clone https://github.com/timendum/ttrss_https_proxy.git https_proxy

The folder must be named “https_proxy”, otherwise the plugin will not appear.

Then enable the plugin in the preferences.

History

Based on af_proxy_http standard TTRSS plugin, by fox.

I added a customizable whitelist of sites that will not need the proxy
and removed “Enable proxy for all” preference.