The custom URL category feature allows the user to create their own lists of URLs that can be selected in any URL filtering profile. This document review the commands to create a Custom-URL category from command line interface, as shown below:
> configure # set profiles custom-url-category Palo_Test description "How to configure Custom URL Category" # set profiles custom-url-category Palo_Test list [ example.com example.com/* *.example.com ] # commit
The example below displays how the scenario will appear on the web interface after doing a commit:
the set command will append hosts/fqds/regex to the list, to remove an entry the 'delete' command can be used:
# delete profiles custom-url-category Palo_Test list example.com