diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-11-01 01:47:50 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-11-01 01:47:50 -0200 |
commit | b826f027192c51b86684a06a572c0aca82cb0a58 (patch) | |
tree | 021d8a87d17328d26dafcadc0d716d51a8370152 /config/pf-blocker/pfblocker_topspammers.xml | |
parent | 45b5d5d6adebd32322c64c0983022023c241e42c (diff) | |
download | pfsense-packages-b826f027192c51b86684a06a572c0aca82cb0a58.tar.gz pfsense-packages-b826f027192c51b86684a06a572c0aca82cb0a58.tar.bz2 pfsense-packages-b826f027192c51b86684a06a572c0aca82cb0a58.zip |
pfBlocker - version 0.1.4 changes alias/lists/rules engine and gui
Diffstat (limited to 'config/pf-blocker/pfblocker_topspammers.xml')
-rw-r--r-- | config/pf-blocker/pfblocker_topspammers.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/config/pf-blocker/pfblocker_topspammers.xml b/config/pf-blocker/pfblocker_topspammers.xml index dcb02524..f6bf8664 100644 --- a/config/pf-blocker/pfblocker_topspammers.xml +++ b/config/pf-blocker/pfblocker_topspammers.xml @@ -58,6 +58,10 @@ <url>/pkg_edit.php?xml=pfblocker.xml&id=0</url> </tab> <tab> + <text>Lists</text> + <url>/pkg.php?xml=pfblocker_lists.xml</url> + </tab> + <tab> <text>Top Spammers</text> <url>/pkg_edit.php?xml=pfblocker_topspammers.xml&id=0</url> <active/> @@ -102,7 +106,8 @@ <fielddescr>Top Spammers</fielddescr> <fieldname>countries</fieldname> <description> - <![CDATA[Select top spammers countries you want to block.]]> + <![CDATA[Select top spammers countries you want to take an action.<br> + <strong>Use CTRL + CLICK to unselect countries</strong>]]> </description> <type>select</type> <options> @@ -120,6 +125,27 @@ <size>10</size> <multiple/> </field> + <field> + <fielddescr>Action</fielddescr> + <fieldname>action</fieldname> + <description><![CDATA[Default:<strong>Deny Inbound</strong><br> + Select action for countries 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 alias <strong>pfBlockerTopSpammers</strong> with selected countries to help custom rule assignments. + 'Disabled' - Will just keep selection and do nothing to selected countries.<br>]]></description> + <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>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> + <option><name>Disabled</name><value>Disabled</value></option> + </options> + </field> </fields> <custom_php_install_command> pfblocker_php_install_command(); |