28
edits
No edit summary |
|||
Line 94: | Line 94: | ||
|1080 | |1080 | ||
|} | |} | ||
With version 4.4 it is possible to define exceptions for which no proxy should be used. | |||
The exceptions is a comma-separated list of: | |||
* domains: | |||
** "example.com" would match "example.com", "subdomain.example.com" | |||
** ".example.com would match "subdomain.example.com", but not "example.com" | |||
* subnets in CIDR notation (for example "10.0.0.0/8" or "fe80::/10") | |||
* IP addresses (for example "10.0.0.1" or "fe80::1") |
edits