diff options
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index bec34377..644070aa 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -968,7 +968,7 @@ </package> <package> <name>IP Range Aliases</name> - <descr>Patch to add IP Range support to Network Aliases. WARNING! Cannot be uninstalled.</descr> + <descr>Patch to add IP Range support to Network Aliases. WARNING! Cannot be uninstalled. Probably does not play nice with URL Table patch.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/iprangealiases/iprangealiases.xml</config_file> <version>0.2</version> @@ -976,5 +976,15 @@ <required_version>1.2.3</required_version> <maximum_version>1.2.3</maximum_version> </package> + <package> + <name>URL Table Aliases</name> + <descr>Patch to add URL Table alias support to pull a list of CIDRs/IPs from a file by URL into a persist table. WARNING! Cannot be uninstalled. Probably does not play nice with IP Range Aliases patch. This is NOT a way to add an alias for host URLs.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/urltables/urltables.xml</config_file> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2.3</required_version> + <maximum_version>1.2.3</maximum_version> + </package> </packages> </pfsensepkgs> |