aboutsummaryrefslogtreecommitdiffstats
path: root/config/pfblockerng/pfblockerng_v4lists.xml
diff options
context:
space:
mode:
authorBBcan177 <bbcan177@gmail.com>2014-12-15 00:04:06 -0500
committerBBcan177 <bbcan177@gmail.com>2014-12-15 00:04:06 -0500
commit9cf706ced50e5bf66645a7661c995d2dccac256f (patch)
tree51deff0fe469993aaef63cb1aca6c62549347d44 /config/pfblockerng/pfblockerng_v4lists.xml
parentb656811caaae572c5f59547ab3e530cb042271ef (diff)
downloadpfsense-packages-9cf706ced50e5bf66645a7661c995d2dccac256f.tar.gz
pfsense-packages-9cf706ced50e5bf66645a7661c995d2dccac256f.tar.bz2
pfsense-packages-9cf706ced50e5bf66645a7661c995d2dccac256f.zip
Mods to pfblockerng.php, .inc, _sync, _v4 and _v6 files.
pfblockerng.inc - - Remove redundant ['action'] argument in if() statements. - If no interfaces are selected, defined empty variable and Array. - Separate "Skip & Hold" List download functionality into its own ['state'] process. This allows more fine grain control of each individual list in an Alias. - Remove argument for empty Interfaces in the Rules Re-order process. pfblockerng_sync.xml - - Fix broken link in sync file. pfblockerng_v4lists.xml and _v6 - - Separate "Skip & Hold" List download functionality into its own ['state'] process. This allows more fine grain control of each individual list in an Alias. - Minor Text improvements.
Diffstat (limited to 'config/pfblockerng/pfblockerng_v4lists.xml')
-rw-r--r--config/pfblockerng/pfblockerng_v4lists.xml42
1 files changed, 25 insertions, 17 deletions
diff --git a/config/pfblockerng/pfblockerng_v4lists.xml b/config/pfblockerng/pfblockerng_v4lists.xml
index 469607e6..17f1a14d 100644
--- a/config/pfblockerng/pfblockerng_v4lists.xml
+++ b/config/pfblockerng/pfblockerng_v4lists.xml
@@ -26,11 +26,11 @@
1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
+ this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
@@ -197,7 +197,7 @@
<field>
<fielddescr><![CDATA[<strong>IPv4</strong> Lists]]></fielddescr>
<fieldname>none</fieldname>
- <description><![CDATA[<br /><strong>'Format'</strong> - Choose the file format that URL will retrieve.<br />
+ <description><![CDATA[<br /><strong>'Format'</strong> - Select the file format that URL will retrieve.<br />
<ul><li><strong>'txt'</strong> Plain txt Lists</li><br />
<li><strong>'gz'</strong> - IBlock GZ Lists in Range Format only.</li><br />
@@ -208,15 +208,14 @@
<li><strong>'html'</strong> - Web Links</li><br />
<li><strong>'xlsx'</strong> - Excel Lists</li><br />
<li><strong>'rsync'</strong> - RSync Lists</li><br />
- <li><strong>'ET IQRisk'</strong> - Only</li><br />
- <li><strong>'SKIP'</strong> - This format can be used to 'Disable' an Individual List.</li><br />
- <li><strong>'HOLD'</strong> - Once a List has been Downloaded, you can change to 'HOLD' to keep this list Static.</li><br />
-
- <strong>Note: </strong><br />
- Downloaded or pfsense local file must have only one network per line and follows the syntax below:<br />
- Network ranges: <strong>172.16.1.0-172.16.1.255</strong><br />
+ <li><strong>'ET' IQRisk</strong> - Only</li></ul>
+ <strong>'State'</strong> - Select the Run State for each list.<br />
+ <ul><li><strong>'ON/OFF'</strong> - Enabled / Disabled</li><br />
+ <li><strong>'HOLD'</strong> - Once a List has been Downloaded, list will remain Static.</li></ul>
+ <strong>'Note' -</strong> Downloaded or pfsense local file must have only one network per line and follows the syntax below:
+ <ul>Network ranges: <strong>172.16.1.0-172.16.1.255</strong><br />
IP Address: <strong>172.16.1.10</strong><br />
- CIDR: <strong>172.16.1.0/24</strong></ul><br /><br />]]>
+ CIDR: <strong>172.16.1.0/24</strong></ul>]]>
</description>
<type>rowhelper</type>
<rowhelper>
@@ -234,16 +233,24 @@
<option><name>html</name><value>html</value></option>
<option><name>xlsx</name><value>xlsx</value></option>
<option><name>RSync</name><value>rsync</value></option>
- <option><name>ET IQRisk</name><value>et</value></option>
- <option><name>SKIP</name><value>skip</value></option>
- <option><name>HOLD</name><value>hold</value></option>
+ <option><name>ET</name><value>et</value></option>
</options>
</rowhelperfield>
<rowhelperfield>
+ <fielddescr>State</fielddescr>
+ <fieldname>state</fieldname>
+ <type>select</type>
+ <options>
+ <option><name>ON</name><value>Enabled</value></option>
+ <option><name>OFF</name><value>Disabled</value></option>
+ <option><name>HOLD</name><value>Hold</value></option>
+ </options>
+ </rowhelperfield>
+ <rowhelperfield>
<fielddescr>URL or pfSense local file</fielddescr>
<fieldname>url</fieldname>
<type>input</type>
- <size>75</size>
+ <size>50</size>
</rowhelperfield>
<rowhelperfield>
<fielddescr>Header</fielddescr>
@@ -314,7 +321,8 @@
<fielddescr>Update Frequency</fielddescr>
<fieldname>cron</fieldname>
<description><![CDATA[Default:<strong>Never</strong><br />
- Select how often List files will be downloaded]]></description>
+ Select how often List files will be downloaded]]>
+ </description>
<type>select</type>
<options>
<option><name>Never</name><value>Never</value></option>