Yes it's supported but from my understanding it must be manually added.
Does it support for LFD when adding an IP?
Search found 2 matches
- 19 Oct 2018, 07:28
- Forum: Suggestions (csf)
- Topic: Make LFD deny IP with multi ports in one line
- Replies: 2
- Views: 5152
- 10 Oct 2018, 16:07
- Forum: Suggestions (csf)
- Topic: Make LFD deny IP with multi ports in one line
- Replies: 2
- Views: 5152
Make LFD deny IP with multi ports in one line
Hello, Is it good to automatically deny IP with multi ports on the same service in one line instead of separate to two or three lines in case of LF_SELECT=1. For example, Normal: tcp|in|d=25|s=1.1.1.1 tcp|in|d=465|s=1.1.1.1 tcp|in|d=587|s=1.1.1.1 To be: tcp|in|d=25,465,587|s=1.1.1.1 This will help d...