diff options
author | BBcan177 <bbcan177@gmail.com> | 2016-08-21 21:26:24 -0400 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-08-23 10:40:30 -0300 |
commit | 8fb40445160c18a1545e011112a7c26c96fc47ab (patch) | |
tree | c5db5acd28237ad4eea6b84f827ae7deaf9c1bf2 | |
parent | ff60b2b64a73f7349847a0874d5beb3a680619e1 (diff) | |
download | FreeBSD-ports-8fb40445160c18a1545e011112a7c26c96fc47ab.zip FreeBSD-ports-8fb40445160c18a1545e011112a7c26c96fc47ab.tar.gz |
Update pfblockerng_dnsbl.xml
* Improve DNSBL Firewall Permit Rule options (Added OpenVPN, IPsec and Interface group options)
(cherry picked from commit 20f7e309e1235053c7e528baf46d5db0bf7b1ab5)
-rw-r--r-- | net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_dnsbl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_dnsbl.xml b/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_dnsbl.xml index 394f19d..9702caa 100644 --- a/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_dnsbl.xml +++ b/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_dnsbl.xml @@ -252,9 +252,11 @@ </field> <field> <fieldname>dnsbl_allow_int</fieldname> - <type>interfaces_selection</type> + <type>select_source</type> + <source><![CDATA[pfb_build_if_list()]]></source> + <source_name>name</source_name> + <source_value>value</source_value> <width>7</width> - <hideinterfaceregex>wan</hideinterfaceregex> <multiple/> <combinefields>end</combinefields> </field> |