Commit Graph

5 Commits

Author SHA1 Message Date
edgd1er
85d3b96336
proxy: listen only to eth0 address. (#2196)
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
2022-02-19 20:53:40 +09:00
edgd1er
af3d905b3a
DEBUG: print all lines before execution (#2096)
* DEBUG: print all lines before execution

if var DEBUG is set to anything other than false, each bash script will be run with a set -x. This would ease debugging

* DEBUG: centralize commands in utils.sh
2021-12-05 08:25:22 +09:00
Patrick Kishino
502ca0a5ad
Fixed missing env variables (#1973)
* Update bug_report.yaml (#1949)

* Fixed missing env variables

openvpn tunnelUp was missing required env variables: fixed
privoxy start/stop same: fixed
PEER_DNS and PEER_DNS_PIN_ROUTES added to persistEnv file
2021-09-29 09:15:18 +09:00
Kristian Haugene
d3e7ad7794 Restore Privoxy functionality 2021-03-30 00:42:19 +02:00
Jonathan Dilks
98ee55b9da
Privoxy in place of tinyproxy #1758 (#1760)
* Use latest Privoxy from source tarball

* PRIVOXY only, tinyproxy/ enc config stuff comment out

* Privoxy config dir fix

* Privoxy 3.0.29 is stable

* Remove commented out code

* Implement `make install-strip` suggestion :)

* Refactor all tinyproxy references to privoxy

* refactor scripts to sub folder

* Should be able to set privoxy WEBPROXY_PORT dynamically via sed

* Fix tinyproxy references

* Update openvpn/tunnelUp.sh

Co-authored-by: Amos Shapira <amos.shapira@gmail.com>

* No more weird indents

* PrivoxyBuilder

* Add pcre mbedtls non dev packages to image

* Update openvpn/tunnelDown.sh

Co-authored-by: Amos Shapira <amos.shapira@gmail.com>

* Update web-proxy.md

Co-authored-by: Jonathan Dilks <jay-to-the-dee@users.noreply.github.com>
Co-authored-by: Amos Shapira <amos.shapira@gmail.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
2021-03-27 06:22:58 +09:00