summaryrefslogtreecommitdiffstats
path: root/core/modules/redsocks
Commit message (Collapse)AuthorAgeFilesLines
* [*] cd <...> || perror --> cde <...>Simon Rettberg2019-11-261-3/+3
|
* [redsocks] Add missing space to fix blacklist; switch to env-var for httpSimon Rettberg2019-01-231-4/+11
| | | | | Not all HTTP proxies seem to support transparent proxying. Use explicit proxying by setting http_proxy and no_proxy in profile.
* [redsocks] Disable env vars for now as we cannot use ip range in NO_PROXYSimon Rettberg2018-10-111-7/+7
|
* [redsocks] Always exclude boot serverSimon Rettberg2018-10-021-0/+5
|
* [redocks] HIRN AN!Simon Rettberg2018-10-021-3/+3
|
* [redsocks] Direct transparent HTTP proxyingSimon Rettberg2018-10-021-8/+22
| | | | | | If proxy type is HTTP, redirect any outgoing traffic to port 80 to the given proxy ip:port. Refs #3432
* [redsocks] Set environment variables in additionSimon Rettberg2018-10-021-4/+11
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-286-0/+6
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev versionSebastian2016-04-2511-0/+185