Blue Coat Systems Time Clock Proxy SG Manuale Utente

Pagina di 314
ProxySG Content Policy Language Guide
136
tunneled=
Tests if the current transaction represents a tunneled request. A tunneled request is one of:
TCP tunneled request
HTTP CONNECT request
Unaccelerated SOCKS request
Note:
HTTPS connections to the management console are not tunneled for the purposes of this test.
Syntax
tunneled=yes|no
Layer and Transaction Notes
Use  in 
<Proxy>
 layers.
Applies to proxy transactions.
Examples
This example denies tunneled transactions except when they originate from the corporate subnet.
define subnet corporate_subnet
10.1.2.0/24
10.1.3.0/24
end
<Proxy>
deny tunneled=yes client.address=!corporate_subnet
See Also
Conditions: 
http.method=
socks.accelerated=
url.scheme=
Properties: 
sock.accelerate()