From c7218d8b3c53d202b92faa68f0d136df09a5997a Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 17 Feb 2022 15:16:34 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added:=20config/e2guardian/authplug?= =?UTF-8?q?ins/dnsauth.conf=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/e2guardian/authplugins/dnsauth.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/e2guardian/authplugins/dnsauth.conf 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"