aboutsummaryrefslogtreecommitdiffstats
path: root/config/pf-blocker/pfblocker_lists.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/pf-blocker/pfblocker_lists.xml')
-rwxr-xr-xconfig/pf-blocker/pfblocker_lists.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/config/pf-blocker/pfblocker_lists.xml b/config/pf-blocker/pfblocker_lists.xml
index 90e2d07f..42f1c0ae 100755
--- a/config/pf-blocker/pfblocker_lists.xml
+++ b/config/pf-blocker/pfblocker_lists.xml
@@ -176,17 +176,21 @@
<fielddescr>List Action</fielddescr>
<description><![CDATA[Default:<strong>Deny Inbound</strong><br>
Select action for network on lists you have selected.<br><br>
- <strong>Note: </strong><br>'Deny Inbound' - Will deny access from selected countries to your network.<br>
- 'Deny Outbound' - Will deny access from your users to countries you selected to block<br>
- 'Permit Inbound' - Will allow access from selected countries to your network.<br>
- 'Permit Outbound' - Will allow access from your users to countries you selected to block<br>
- 'Alias Only' - Will create an alias with selected countries to help custom rule assignments.<br>
- 'Disabled' - Will just keep selection and do nothing to selected countries.<br>]]></description>
+ <strong>Note: </strong><br>'Deny Both' - Will deny access on Both directions.<br>
+ 'Deny Inbound' - Will deny access from selected lists to your network.<br>
+ 'Deny Outbound' - Will deny access from your users to ip lists you selected to block.<br>
+ 'Permit Inbound' - Will allow access from selected lists to your network.<br>
+ 'Permit Outbound' - Will allow access from your users to ip lists you selected to block.<br>
+ 'Disabled' - Will just keep selection and do nothing to selected Lists.<br>
+ 'Alias Only' - Will create an alias with selected Lists to help custom rule assignments.<br><br>
+ <strong>While creating rules with this list, keep aliasname in the beggining of rule description and do not end description with 'rule'.<br></strong>
+ custom rules with 'Aliasname something rule' description will be removed by package.]]></description>
<fieldname>action</fieldname>
<type>select</type>
<options>
<option><name>Deny Inbound</name><value>Deny_Inbound</value></option>
<option><name>Deny Outbound</name><value>Deny_Outbound</value></option>
+ <option><name>Deny Both</name><value>Deny_Both</value></option>
<option><name>Permit Inbound</name><value>Permit_Inbound</value></option>
<option><name>Permit Outbound</name><value>Permit_Outbound</value></option>
<option><name>Alias only</name><value>Alias_only</value></option>