GUACAMOLE-1855: Merge configuration options for bypassing MFA based on client address.

This commit is contained in:
Mike Jumper
2024-08-29 00:16:29 -07:00
committed by GitHub
9 changed files with 362 additions and 11 deletions

View File

@@ -110,6 +110,13 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Library for unified IPv4/6 parsing and validation -->
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.5.0</version>
</dependency>
</dependencies>
</project>