mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-16 06:49:19 +08:00
Added /VPN to the list of known URLs for auth
This URL is used by certain versions of the anyconnect client. Reported by sskaje.
This commit is contained in:
@@ -55,6 +55,7 @@ struct known_urls_st {
|
|||||||
const static struct known_urls_st known_urls[] = {
|
const static struct known_urls_st known_urls[] = {
|
||||||
LL("/", get_auth_handler, post_auth_handler),
|
LL("/", get_auth_handler, post_auth_handler),
|
||||||
LL("/auth", get_auth_handler, post_auth_handler),
|
LL("/auth", get_auth_handler, post_auth_handler),
|
||||||
|
LL("/VPN", get_auth_handler, post_auth_handler),
|
||||||
#ifdef ANYCONNECT_CLIENT_COMPAT
|
#ifdef ANYCONNECT_CLIENT_COMPAT
|
||||||
LL("/1/index.html", get_empty_handler, NULL),
|
LL("/1/index.html", get_empty_handler, NULL),
|
||||||
LL("/1/Linux", get_empty_handler, NULL),
|
LL("/1/Linux", get_empty_handler, NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user