diff --git a/www/Makefile.am b/www/Makefile.am index f912e67d..10fdf768 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -6,7 +6,7 @@ CONV = "$(srcdir)/html.py" FTR_PAGES = csd.html features.html gui.html nonroot.html START_PAGES = building.html connecting.html manual.html vpnc-script.html INDEX_PAGES = changelog.html download.html index.html packages.html platforms.html -TOPLEVEL_PAGES = contribute.html mail.html technical.html +TOPLEVEL_PAGES = contribute.html mail.html technical.html server.html ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES) diff --git a/www/menu1.xml b/www/menu1.xml index 189a9efe..1c081f2e 100644 --- a/www/menu1.xml +++ b/www/menu1.xml @@ -6,6 +6,7 @@ + diff --git a/www/server.xml b/www/server.xml new file mode 100644 index 00000000..43e9a997 --- /dev/null +++ b/www/server.xml @@ -0,0 +1,40 @@ + + + + + + + + + + +

OpenConnect VPN Server

+ +

+OpenConnect VPN server (ocserv), is a server implementing the AnyConnect +protocol and is compatible with the OpenConnect VPN client. +

+ +

Features

+ +
    +
  • Supports both TCP and UDP VPN tunnels using TLS and Datagram TLS.
  • +
  • Support for the server key being stored in TPM, a hardware security module (HSM), or + even smart card.
  • +
  • Authentication using PAM (username-password), certificates or both.
  • +
  • Privilege separation between the main process and the VPN + workers.
  • +
  • Registers VPN leases to UTMP and WTMP files.
  • +
  • Persistent storage of cookies, to allow a seamless server + restart.
  • +
+ +

Latest sources

+ +

The latest source code is available from the git repository at:

+ + + +