Build me an access control server with mysql
Budget: $30 – $250 USD
We need a project for domain filtering. We expect it to work like this.
1- Different profiles will be created for different IP pools, we've did it. Ex: 100.10.x.x = group1, 100.11.x.x = group2.
2- Next, we will encrypt the domain requests from these pools with sha-1.
3- The encrypted domain will be compared with the domains in our mySQL database.
4- According to the matching row in the database, the entry will be allowed or denied. For example group1 is rejected to go example1.com, but group2 can access.
1- Different profiles will be created for different IP pools, we've did it. Ex: 100.10.x.x = group1, 100.11.x.x = group2.
2- Next, we will encrypt the domain requests from these pools with sha-1.
3- The encrypted domain will be compared with the domains in our mySQL database.
4- According to the matching row in the database, the entry will be allowed or denied. For example group1 is rejected to go example1.com, but group2 can access.