summaryrefslogtreecommitdiffstats
path: root/core/modules/redsocks
Commit message (Collapse)AuthorAgeFilesLines
* [redsocks] config is downloaded in stage 3, no need to waitSimon Rettberg2024-02-011-7/+0Star
|
* [redsocks/kernel-vanilla] github doesn't support git:// anymoreSimon Rettberg2022-03-171-1/+1
|
* [redsocks] Always blacklist satellite.bwlehrpoolSimon Rettberg2021-09-271-12/+13
| | | | Otherwise, HTTPS breaks in proxy setups
* [redsocks] Upper- and lowercase proxy envSimon Rettberg2021-08-111-8/+7Star
| | | | This is badly standardized, declare both to be extra safe
* fix useradd callsSimon Rettberg2021-07-271-1/+1
|
* useradd.inc: Rewrite helper once againSimon Rettberg2021-07-271-1/+1
|
* Use autoclone where possibleSimon Rettberg2021-07-092-12/+3Star
|
* Add installer mode for stage4Simon Rettberg2021-07-081-1/+1
|
* [redsocks] also set all_proxyJonathan Bauer2020-10-261-0/+1
|
* [*] 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