From: Amos Jeffries
New preset content - ipv6 - available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
-
- acl aclname dst ipv6
-
-
-
New acl type myportname, matching the name of the http(s)_port where the request was accepted.
+New preset content ipv6 available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
+New acl type myportname, matching the name of the http_port or https_port where the request was accepted.
New acl type peername, matching against a named cache_peer entry where the request will be attempted first. NP: peername currently is limited to only match the first peer possible.
+ acl aclname dst ipv6 # request for IPv6-enabled site
+ acl aclname src ipv6 # request from IPv6 address
acl aclname myportname 3128 ... # http(s)_port name
acl aclname peername myPeer ... # cache_peer ... name=myPeer
@@ -1121,11 +1116,9 @@ format, so all helpers will need to be checked and converted to cope with such i
-Option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does. For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support.
- -New port options
intercept Rename of old 'transparent' option to indicate proper functionality.
@@ -1160,6 +1153,9 @@ For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy
+New port options. see http_port.
+Default size limit increased to 512KB.
diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index d636042ad2..9a25c6f392 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -776,16 +776,13 @@ NOCOMMENT_START
New preset content - ipv6 - available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
- New acl type myportname, matching the name of the http(s)_port where the request was accepted.
+ New preset content ipv6 available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
+ New acl type myportname, matching the name of the http_port or https_port where the request was accepted.
New acl type peername, matching against a named cache_peer entry where the request will be attempted first.
NP: peername currently is limited to only match the first peer possible.
Option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does.
For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support. New port options
New port options. see http_port.
+
Default size limit increased to 512KB.