summaryrefslogtreecommitdiffstats
path: root/remote/modules/redsocks/data
Commit message (Collapse)AuthorAgeFilesLines
* Checked and changed the shebang of some more scripts. As we want to use ash ↵Simon Rettberg2013-12-021-1/+2
| | | | in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-291-1/+1
|
* [redsocks] Refine localnet detection (still not correct :P)Simon Rettberg2013-11-111-1/+1
|
* adapted new naming conventions for all the scripts.Jonathan Bauer2013-08-014-2/+2
| | | | | | | | | | | | | | for our own systemd service files: use: service-file-name.service ex: /etc/systemd/system/setup-proxy.service ALL systemd services files need to be under /etc/systemd/system for our own scripts: use: tool-what_it_does ex: /opt/openslx/scripts/systemd-setup_proxy ALL our scripts under /opt/openslx/scripts
* restructingJonathan Bauer2013-07-311-51/+0Star
|
* restructJonathan Bauer2013-07-311-0/+51
|
* restructuring file paths a bitJonathan Bauer2013-07-311-1/+1
|
* [redsocks] Don't block systemd target until job is completeSimon Rettberg2013-06-211-1/+1
|
* [redsocks] Make it work more good and less badSimon Rettberg2013-06-203-6/+17
|
* [pam] Add missing content packagesSimon Rettberg2013-06-202-1/+2
| | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection
* [redsocks] NEW MODULESimon Rettberg2013-06-185-0/+116
Transparent proxy support module. Works with http-connect, socks, and some others