diff options
author | BBcan177 <bbcan177@gmail.com> | 2014-12-15 00:04:06 -0500 |
---|---|---|
committer | BBcan177 <bbcan177@gmail.com> | 2014-12-15 00:04:06 -0500 |
commit | 9cf706ced50e5bf66645a7661c995d2dccac256f (patch) | |
tree | 51deff0fe469993aaef63cb1aca6c62549347d44 /config/pfblockerng/pfblockerng_sync.xml | |
parent | b656811caaae572c5f59547ab3e530cb042271ef (diff) | |
download | pfsense-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_sync.xml')
-rw-r--r-- | config/pfblockerng/pfblockerng_sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pfblockerng/pfblockerng_sync.xml b/config/pfblockerng/pfblockerng_sync.xml index 3401ff31..c5777dcf 100644 --- a/config/pfblockerng/pfblockerng_sync.xml +++ b/config/pfblockerng/pfblockerng_sync.xml @@ -77,7 +77,7 @@ </tab> <tab> <text>IPv4</text> - <url>/pkg.php?xml=/pfblockerng/pfblockerng_v4.xml</url> + <url>/pkg.php?xml=/pfblockerng/pfblockerng_v4lists.xml</url> </tab> <tab> <text>IPv6</text> |