Commit Graph

8 Commits

Author SHA1 Message Date
Julien Kassar f542ba9ec1 Update condition equal 2016-10-23 23:49:21 -04:00
Julien Kassar e30511af13 Add support of Docker Network 2016-10-23 23:46:11 -04:00
Julien Kassar e78db14fbf Add verification of NetworkMode setting when getting IP address value 2016-09-26 08:58:27 -04:00
Julien Kassar 7c303d7c3c Merge pull request #6 from johnou/correct_shebang
Correct shebang to avoid confusion
2016-04-27 22:38:21 -04:00
Johno Crawford 751b5d2930 Correct shebang to avoid confusion
In this case the shebang isn't even used as the script is invoked with /bin/sh &syscommand(__LINE__,"/bin/sh /etc/csf/csfpost.sh"); (even with the csf-pre_post_sh project as it just sources the script).
2016-04-27 07:30:26 +02:00
Ian Oswald f251e54859 Ensure dockers IP bindings are maintained for ip:port forwarding.
When exposing a port only to a particular IP address with `-p 127.0.0.1:3005:3000` after a csf restart previously this would expose port 3005 to the world. With this change, ports that aren't exposed to 0.0.0.0 are limited.
2016-04-27 14:51:40 +10:00
Johno Crawford 1e18b36add Ensure required paths are available when post script is executed.
I observed when csf is updated via cron [1] that the rules csfpost.sh should generate are not present, I suspect the path to the binaries invoked are not available.

[1] cat /etc/cron.d/csf_update
SHELL=/bin/sh
27 4 * * * root /usr/sbin/csf -u
2016-04-13 12:19:29 +02:00
Julien Kassar ba316685f6 Add install script 2016-03-12 14:25:09 -05:00