mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Make compatible with AnyConnect client on Windows ARM64
This commit is contained in:
@@ -66,6 +66,7 @@ static const struct known_urls_st known_urls[] = {
|
||||
LL("/1/Linux", get_empty_handler, NULL),
|
||||
LL("/1/Linux_64", get_empty_handler, NULL),
|
||||
LL("/1/Windows", get_empty_handler, NULL),
|
||||
LL("/1/Windows_ARM64", get_empty_handler, NULL),
|
||||
LL("/1/Darwin_i386", get_empty_handler, NULL),
|
||||
LL("/1/binaries/vpndownloader.sh", get_dl_handler, NULL),
|
||||
LL("/1/VPNManifest.xml", get_string_handler, NULL),
|
||||
@@ -887,4 +888,4 @@ int add_owasp_headers(worker_st * ws)
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user