doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2014-05-23 11:08:11 +02:00
parent 0a1f5f0f55
commit 51494e0df1
2 changed files with 6 additions and 0 deletions

1
NEWS
View File

@@ -26,6 +26,7 @@
directives. That allows overriding existing routes with a default
route for specific users and groups.
- The cookies are only limited to the specific IP they were granted to.
- Added the proxy-url configuration option to allow sending a proxy URL.
* Version 0.3.4 (released 2014-05-01)

View File

@@ -297,6 +297,11 @@ route = 192.168.5.0/255.255.255.0
#route-add-cmd = "ip route add %R dev %D"
#route-del-cmd = "ip route delete %R dev %D"
# This option allows to forward a proxy. The special strings '%U'
# and '%G', if present will be replaced by the username and group name.
#proxy-url = http://example.com/
#proxy-url = http://example.com/%U/%G/hello
#
# The following options are for (experimental) AnyConnect client
# compatibility.