mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-19 00:34:26 -05:00
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
|
# IP/DNS-based auth plugin
|
||
|
plugname = 'dnsauth'
|
||
|
|
||
|
# Base domain
|
||
|
#basedomain = "my.privatedomain"
|
||
|
|
||
|
# Authentication URL
|
||
|
#authurl = "http://192.168.1.3/auth/login/login.pl?url"
|
||
|
|
||
|
# Prefix for auth URLs
|
||
|
#prefix_auth = "http://192.168.1.3/auth/"
|
||
|
|
||
|
# Redirect to auth (i.e. log-in)
|
||
|
# yes - redirects to authurl to login
|
||
|
# no - drops through to next auth plugin
|
||
|
redirect_to_auth = "yes"
|