whoogle-search/app/utils
Ben Busby bd1d236923 Add tor and http/socks proxy support
Allows users to enable/disable tor from the config menu, which will
forward all requests through Tor.

Also adds support for setting environment variables for alternative
proxy support. Setting the following variables will forward requests
through the proxy:
    - WHOOGLE_PROXY_USER (optional)
    - WHOOGLE_PROXY_PASS (optional)
    - WHOOGLE_PROXY_TYPE (required)
      - Can be "http", "socks4", or "socks5"
    - WHOOGLE_PROXY_LOC  (required)
      - Format: "<ip address>:<port>"

See #30
2020-10-25 18:17:40 -04:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
filter_utils.py Clarified country filter, updated invidious result URL (closes #123) 2020-09-17 18:59:37 -04:00
gen_ddg_bangs.py Finished basic implementation of DDG bang feature 2020-10-10 15:55:14 -04:00
routing_utils.py Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
session_utils.py Privacy respecting alternatives in results view (#106) 2020-07-26 11:53:59 -06:00