Allow comments in csf.dyndns
Posted: 06 Apr 2008, 18:27
Can you allow comments in the other config files such as the csf.dyndns using the same format as the csf.allow or csf.deny files:
From the readme.txt file:
It nice knowing why cooluser123.is-a-geek.net has been added...
Thanx!
From the readme.txt file:
Code: Select all
Both csf.allow and csf.deny can have comments after the IP address listed. The
comments must be on the same line as the IP address otherwise the IP rotation
of csf.deny will remove them.
If editing the csf.allow or csf.deny files directly, either from shell or the
WHM UI, you should put a <space>#<space> between the IP address and the comment
like this:
11.22.33.44 # Added because I don't like them
Thanx!