diff --git a/config/e2guardian/authplugins/dnsauth.conf b/config/e2guardian/authplugins/dnsauth.conf new file mode 100644 index 0000000..c75c00c --- /dev/null +++ b/config/e2guardian/authplugins/dnsauth.conf @@ -0,0 +1,16 @@ +# 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"