features.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_FEATURES" replace="selected" />
  4. <VAR match="VAR_SEL_FEATURE_MAIN" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2-features.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Features</h1>
  9. <ul>
  10. <li>Connection through HTTP proxy, including <a href="https://code.google.com/archive/p/libproxy/">libproxy</a> support for automatic proxy configuration.</li>
  11. <li>Connection through SOCKS5 proxy.</li>
  12. <li>Automatic detection of IPv4 and IPv6 address, routes.</li>
  13. <li>Authentication via HTTP forms.</li>
  14. <li>Authentication using SSL certificates &#8212; from local file, <a href="https://en.wikipedia.org/wiki/Trusted_Platform_Module">Trusted Platform Module</a> and PKCS#11 smartcards.</li>
  15. <li>Authentication using SecurID software tokens <i>(when built with libstoken)</i></li>
  16. <li>Authentication using OATH TOTP or HOTP software tokens.</li>
  17. <li>Authentication using Yubikey OATH tokens <i>(when built with libpcsclite)</i></li>
  18. <li><i>UserGroup</i> support for selecting between multiple configurations on a single VPN server.</li>
  19. <li>Data transport over TCP <i>(HTTPS)</i> or UDP <i>(DTLS or ESP)</i>.</li>
  20. <li>Keepalive and Dead Peer Detection on both HTTPS and DTLS.</li>
  21. <li>Automatic update of VPN server list / configuration.</li>
  22. <li>Roaming support, allowing reconnection when the local IP address changes.</li>
  23. <li>Run without root privileges <i>(see <a href="nonroot.html">here</a>)</i>.</li>
  24. <li>Support for "Cisco Secure Desktop" <i>(see <a href="csd.html">here</a>)</i>, Juniper TNCC <i>(see <a href="juniper.html#tncc">here</a>)</i>, and "GlobalProtect HIP report" <i>(see <a href="hip.html">here</a>)</i>.</li>
  25. <li>Graphical connection tools for various environments <i>(see <a href="gui.html">here</a>)</i>.</li>
  26. </ul>
  27. <INCLUDE file="inc/footer.tmpl" />
  28. </PAGE>