- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-16-2024 10:28 PM - edited 12-16-2024 10:29 PM
Hi All,
I have created a custom URL category with wildcard *.docker.io, But when I run test command as below It is not matching any custom category.
test custom-url url test.docker.io
the PAN-OS Version is 10.2.x Is there any known issue or behavior changes.
12-17-2024 01:34 PM
Kind of counter intuitive here, but you need to add the "/" to get it to match properly. So your command would be this
test custom-url url test.docker.io/
Since this is how it's actually included in the configuration, regardless of what you have specified directly, it's the only way that it'll match properly.
12-17-2024 01:34 PM
Kind of counter intuitive here, but you need to add the "/" to get it to match properly. So your command would be this
test custom-url url test.docker.io/
Since this is how it's actually included in the configuration, regardless of what you have specified directly, it's the only way that it'll match properly.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!