mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
doc update
This commit is contained in:
1
NEWS
1
NEWS
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user