# Secure IP List

The Secure IP List is a system for managing the security IP addresses of clients and controlling access permissions. It offers the following main features:

1. **Blacklist**: Used to block IP addresses that engage in illegal or malicious activities.

   - You can set up to block specific single IPs or use regular expressions to define an IP range, separated by commas.
   - Examples: 127.0.0.1, 127.0.0.\*, 8.8.8.[0-3]
   - To support both IPV6 and IPV4 address systems, use localhost addresses like ::1, ::ffff:127.0.0.1, and 127.0.0.1.

2. **Whitelist**: Used to set a list of trusted IP addresses, allowing access only to these IPs. (The whitelist feature is not supported yet.)

   - Trusted single IPs or regular expressions defining an IP range can be set, separated by commas.
   - Examples: 127.0.0.1, 127.0.0.\*, 8.8.8.[0-3]
   - Similar to the blacklist, using localhost addresses like ::1, ::ffff:127.0.0.1, and 127.0.0.1 supports both IPV6 and IPV4.

3. **Protected IP List**: Used to restrict the use of protected privileges to specific IP addresses only.

   - Permissions can be set for specific single IPs or using regular expressions to define an IP range, separated by commas.
   - Examples: 127.0.0.1, 127.0.0.\*, 8.8.8.[0-3]
   - By using localhost addresses such as ::1, ::ffff:127.0.0.1, and 127.0.0.1, both IPV6 and IPV4 address systems are supported.
