Files
guacamole-client/extensions/guacamole-auth-ban/src/main/resources/guac-manifest.json
2024-08-29 00:16:00 +00:00

18 lines
326 B
JSON

{
"guacamoleVersion" : "1.6.0",
"name" : "Brute-force Authentication Detection/Prevention",
"namespace" : "ban",
"listeners" : [
"org.apache.guacamole.auth.ban.BanningAuthenticationListener"
],
"translations" : [
"translations/en.json",
"translations/pl.json"
]
}