whoogle-search/app
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
..
models Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
static Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
templates Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
utils Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
__init__.py Finished basic implementation of DDG bang feature 2020-10-10 15:55:14 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix improper header styling, remove shopping tab links 2020-10-25 13:52:30 -04:00
request.py Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00
routes.py Add tor and http/socks proxy support 2020-10-25 18:17:40 -04:00