• Support
  • Set Area rules in the Security menu and disable server access

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?

    Hello, you can use the ipset command to view and delete prohibited areas.
    view:
    ipset list |grep Name
    delete:
    ipset destroy myset

    aaP_master0