summaryrefslogtreecommitdiffstats
path: root/remote/modules/redsocks/data/etc/systemd
Commit message (Collapse)AuthorAgeFilesLines
* relative paths dont work with systemd-204Jonathan Bauer2014-07-041-2/+2
| | | | for now hardcoded /opt/openslx/bin/rm
* remove hardcoded /bin/rm call. Relative calls work in services filesJonathan Bauer2014-07-021-2/+2
|
* Make some modules use iptables-helperSimon Rettberg2014-01-171-1/+2
|
* adapted new naming conventions for all the scripts.Jonathan Bauer2013-08-013-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
* 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-201-3/+5
|
* [pam] Add missing content packagesSimon Rettberg2013-06-201-1/+1
| | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection
* [redsocks] NEW MODULESimon Rettberg2013-06-183-0/+19
Transparent proxy support module. Works with http-connect, socks, and some others