diff --git a/www/Makefile.am b/www/Makefile.am index 10fdf768..f912e67d 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 server.html +TOPLEVEL_PAGES = contribute.html mail.html technical.html ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES) diff --git a/www/menu1.xml b/www/menu1.xml index 1c081f2e..9ff8bbc9 100644 --- a/www/menu1.xml +++ b/www/menu1.xml @@ -6,7 +6,7 @@ - + diff --git a/www/server.xml b/www/server.xml deleted file mode 100644 index 43e9a997..00000000 --- a/www/server.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - -

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:

- - - -