In the Security menu, I set the Area rules to block all countries except China, but my country is currently blocked and I cannot access the server. Fortunately, I contacted the server IDC and turned off the firewall for now. Is there a way to reset all Area rules set in ssh or exclude a specific country from Area rules?
Set Area rules in the Security menu and disable server access
Hello, you can use the ipset command to view and delete prohibited areas.
view:
ipset list |grep Name
delete:
ipset destroy myset
aaPanel_Kern oh thank you so much