summaryrefslogtreecommitdiffstats
path: root/remote/modules/redsocks/data/opt
Commit message (Collapse)AuthorAgeFilesLines
* [redsocks] Only check if proxy if needed when mode is set to "auto"Simon Rettberg2015-10-261-8/+9
|
* [redsocks] if proxy mode is on, checks whether we actually need it to reach ↵Jonathan Bauer2015-10-221-0/+5
| | | | the internet
* [redsocks] Tweaked iptables rules so we don't interfere with openstackSimon Rettberg2014-02-171-4/+5
|
* Make some modules use iptables-helperSimon Rettberg2014-01-171-4/+10
|
* 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-011-0/+0
| | | | | | | | | | | | | | 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
|
* [redsocks] Make it work more good and less badSimon Rettberg2013-06-201-0/+9
|
* [pam] Add missing content packagesSimon Rettberg2013-06-201-0/+1
| | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection
* [redsocks] NEW MODULESimon Rettberg2013-06-181-0/+41
Transparent proxy support module. Works with http-connect, socks, and some others