From ed49d827335c4efb10af7fb49f136d5984b87126 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 11 Jul 2025 09:22:52 -0500 Subject: [PATCH] add links to new plugins --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e566103..e195a59 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ docker run \ Currently the available extensions are: +* auth-ban - [Blocking brute-force attacks](https://guacamole.apache.org/doc/gug/auth-ban.html) * auth-duo - [Duo two-factor authentication](https://guacamole.apache.org/doc/gug/duo-auth.html) * auth-header - [HTTP header authentication](https://guacamole.apache.org/doc/gug/header-auth.html) * auth-json - [Encrypted JSON Authentication](https://guacamole.apache.org/doc/gug/json-auth.html) @@ -64,6 +65,7 @@ Currently the available extensions are: * auth-sso-cas - [CAS Authentication](https://guacamole.apache.org/doc/gug/cas-auth.html) * auth-sso-openid - [OpenID Authentication](https://guacamole.apache.org/doc/gug/openid-auth.html) * auth-sso-saml - [SAML Authentication](https://guacamole.apache.org/doc/gug/saml-auth.html) +* auth-restrict - [Login / Connection restrictions](https://guacamole.apache.org/doc/gug/auth-restrict.html) * auth-totp - [TOTP two-factor authentication](https://guacamole.apache.org/doc/gug/totp-auth.html) * history-recording-storage - [Session Recording Playback](https://guacamole.apache.org/doc/gug/recording-playback.html#) * vault - [Retrieving secrets from a vault](https://guacamole.apache.org/doc/gug/vault.html)