System information
Manual:IP/Proxy
178
Direct Access
Sub-menu: /ip proxy direct
If parent-proxy property is specified, it is possible to tell proxy server whether to try to pass the request to the
parent proxy or to resolve it connecting to the requested server directly. Direct Access List is managed just like
Proxy Access List described in the previous chapter except the action argument.
Unlike the access list, the direct proxy access list has default action equal to deny. It takes place when no rules are
specified or a particular request did not match any rule.
Property Description
action (allow | deny; Default: allow) Specifies the action to perform on matched packets:
• allow - always resolve matched requests directly bypassing the parent router
• deny - resolve matched requests through the parent proxy. If no one is specified this
has the same effect as allow.
dst-address (Ip4[-Ip4 | /0..32] | Ip6/0..128; Default:
)
Destination address of the target server.
dst-host (string; Default: ) IP address or DNS name used to make connection the target server (this is the string user
wrote in browser before specifying port and path to a particular web page
dst-port (integer[-integer[,integer[,...]]]: 0..65535;
Default: )
List or range of ports used by connection to target server.
local-port (integer: 0..65535; Default: ) Specifies the port of the web proxy via which the packet was received. This value should
match one of the ports web proxy is listening on.
method (any | connect | delete | get | head | options |
post | put | trace; Default: )
HTTP method used in the request (see HTTP Methods section in the end of this
document)
path (string; Default: ) Name of the requested page within the target server (i.e. the name of a particular web
page or document without the name of the server it resides on)
src-address (Ip4[-Ip4 | /0..32] | Ip6/0..128; Default:
)
Source address of the connection originator.
Read only properties:
Property Description
hits (integer) Count of requests that were matched by this rule
Cache Management
Sub-menu: /ip proxy cache
Cache access list specifies, which requests (domains, servers, pages) have to be cached locally by web proxy, and
which not. This list is implemented exactly the same way as web proxy access list. Default action is to cache object
(if no matching rule is found).