а polipo вроде умеет. Может с tiny отправить траф в polipo?
Upstream
This option allows you to set up a set of rules for deciding whether an upstream proxy server is to be used, based on the host or domain of the site being accessed. The rules are stored in the order encountered in the configuration file and the LAST matching rule wins. The following forms for specifying upstream rules exist:
upstream type host:port turns proxy upstream support on generally.
upstream type user:pass@host:port does the same, but uses the supplied credentials for authentication.
upstream type host:port "site_spec" turns on the upstream proxy for the sites matching site_spec
.
type
can be one of http
, socks4
, socks5
, none
.
upstream none "site_spec" turns off upstream support for sites matching site_spec
, that means the connection is done directly.
The site can be specified in various forms as a hostname, domain name or as an IP range: