mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
corrected typo in ban-points-connection option
This commit is contained in:
@@ -81,7 +81,7 @@ static struct cfg_options available_options[] = {
|
||||
{ .name = "tcp-port", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "max-ban-score", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "ban-points-wrong-password", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "ban-connection", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "ban-points-connection", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "ban-points-kkdcp", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "udp-port", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
{ .name = "keepalive", .type = OPTION_NUMERIC, .mandatory = 0 },
|
||||
|
||||
Reference in New Issue
Block a user