Hello
im trying to configure a firewall rule allowing access to “domain.com/wp-admin” only to certains duckdns.org domain names instead access per ip.
I tried with (http.request.uri.path contains “/wp-admin” and http.host ne “example.duckdns.org”) but it not works. In my scenary i need 2 names, but also i tried with 2 ip and it works: (not http.host in {xx.xx.xx.xx xx.xx.xx.xx} and http.request.uri.path contains “/wp-admin”)
Can anyone helps me to match the correct rule?
Thanks in advance