Search found 5 matches
- 18 Aug 2021, 11:46
- Forum: General Discussion (csf)
- Topic: Docker, iptables and csf restarts
- Replies: 5
- Views: 10895
Docker, iptables and csf restarts
Hi, I have been trying to configure CSF and Docker under a Plesk server. There are many posts in forums reporting that when Docker creates a NAT redirect to certain port, that port is exposed to the entire world. I tried to use this csfpost tool https://github.com/juli3nk/csf-post-docker but apparen...
- 20 Jul 2018, 23:53
- Forum: Suggestions (csf)
- Topic: Can´t create CSF only permissions for API token used by root
- Replies: 2
- Views: 6876
Re: Can´t create CSF only permissions for API token used by root
I have been using WHM login through API token: https://server:2087/cgi/configserver/csf.cgi?action=kill&ip=XXX.XXX.XXX.XXX using a reseller account with minimal permissions. and this has been working for several months granting permissions through API token with minimum permissions. Also in the ...
- 06 Mar 2018, 19:02
- Forum: Suggestions (csf)
- Topic: Can´t create CSF only permissions for API token used by root
- Replies: 2
- Views: 6876
- 17 Apr 2017, 20:42
- Forum: General Discussion (csf)
- Topic: csf.fignore regex issue
- Replies: 3
- Views: 3800
Re: csf.fignore regex issue
The file csf.fignore says you can use perl regular expression pattern. I searched around and I found this website:
https://www.cs.tut.fi/~jkorpela/perl/regexp.html
so I used ^ character as the string starts (but not ends with xcloner).
I will try to suggestions
https://www.cs.tut.fi/~jkorpela/perl/regexp.html
so I used ^ character as the string starts (but not ends with xcloner).
I will try to suggestions
- 17 Apr 2017, 14:16
- Forum: General Discussion (csf)
- Topic: csf.fignore regex issue
- Replies: 3
- Views: 3800
csf.fignore regex issue
Hi, I´m trying to ignore the following type of alert: Time: Mon Apr 17 03:43:59 2017 +0200 File: /tmp/.xcloner-b80c1 Reason: Suspicious directory Owner: myuser:myuser (563:575) Action: No action taken All alerts start with /tmp/.xcloner- I have added this to csf.fignore but no go: /tmp/\.^xcloner an...