]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Update README.md (developer-facing docs on GitLab)
authorDaniel Lenski <dlenski@gmail.com>
Thu, 8 Apr 2021 22:44:20 +0000 (15:44 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 8 Apr 2021 22:52:44 +0000 (23:52 +0100)
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
README.md

index e077babcc98506e0f79c833609c9c7d24f423d5d..efa76e40989afab46b7f509a788dfc67dc829908 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
 # OpenConnect
 
 OpenConnect is an SSL VPN client initially created to support [Cisco's AnyConnect SSL VPN](http://www.cisco.com/go/asm).
+
 It has since been ported to support the Juniper SSL VPN (which is now known as [Pulse Connect Secure](https://www.pulsesecure.net/products/connect-secure/)),
-and the [Palo Alto Networks GlobalProtect SSL VPN](https://www.paloaltonetworks.com/features/vpn).
+the [Palo Alto Networks GlobalProtect SSL VPN](https://www.paloaltonetworks.com/features/vpn)
+the [F5 Big-IP SSL VPN](https://www.f5.com/products/big-ip-services),
+and the [Fortinet Fortigate SSL VPN](https://www.fortinet.com/products/vpn).</p>
 
 An openconnect VPN server (ocserv), which implements an improved version of the Cisco AnyConnect protocol, has also been written.
 You can find it on Gitlab at [https://gitlab.com/openconnect/ocserv](https://gitlab.com/openconnect/ocserv).
@@ -26,3 +29,4 @@ Commonly-sought documentation:
 * [Mailing list / Help](https://www.infradead.org/openconnect/mail.html)
 * [GUIs / Front Ends](https://www.infradead.org/openconnect/gui.html)
 * [VPN Server / ocserv](http://www.infradead.org/ocserv/)
+* [Protocol-specific details](http://www.infradead.org/openconnect/protocols.html)