Hello, My post is about a firewall rule. I am not a developer but I have managed to restrict access to my wp-admin except FR and CA. I am trying to edit that rule and add exceptions for 2 or 3 fixed IP address like blocking access to all countries except my IP and a IP in Canada. Could you please help? Find my existing rule below for countries
((http.request.uri.path contains “/xmlrpc.php”) or (http.request.uri.path contains “/wp-login.php”) or (http.request.uri.path contains “/wp-admin/” and not http.request.uri.path contains “/wp-admin/admin-ajax.php” and not http.request.uri.path contains " /wp-admin/theme-editor.php")) and ip.geoip.country ne “FR” and ip.geoip.country ne “CA”