Skip to content

Squid extension for managing IP address authentication in a database

Notifications You must be signed in to change notification settings

39ff/squid-db-auth-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

squid-db-auth-ip

This is the squid module that allows IP addresses in Database.

Used in squid-db-auth-web projects.

Configuration squid.conf

example

external_acl_type ipdbauth ttl=60 children-startup=1 concurrency=100000 %>a /usr/bin/php /etc/squid/basic_db_ip_auth.php --dsn=mysql:dbname=test;host=127.0.0.1;charset=utf8mb4 --user=test --password=test
acl ipauth external ipdbauth
http_access allow ipauth

About

Squid extension for managing IP address authentication in a database

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages