web_route
Route a domain and its subdomains through a proxy or pool to bypass fingerprinting walls or country locks; test exits for liveness, latency, and DNS leaks.
Instructions
Send one domain (subdomains inherit) through a proxy from now on, or through a pool with proxies and countries; remove drops the route, no arguments lists routes, check=true tests the exits for liveness, latency and DNS leak. Use when a fingerprinting wall never yields at any tier, or a site is locked to a country. Give country so the browser's timezone and language match the exit.web_status shows each exit's health per domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | No | Test the exits configured for `domain` instead of changing them: did each answer, how fast, any DNS leak or scheme problem. | |
| proxy | No | Proxy URL, e.g. "socks5h://user:pass@host:1080" (socks5h resolves DNS at the exit). | |
| domain | No | The domain to route; subdomains inherit. Omit everything to list the routes. | |
| remove | No | Remove the route for `domain`. | |
| country | No | ISO country the proxy exits from, e.g. "DE", so the browser announces a matching timezone and language. Declared, never detected: that would need a geolocation service. | |
| proxies | No | Several exits instead of one: the domain sticks to the first that works and moves on when that one is blocked twice. | |
| check_url | No | The URL a `check` fetches through each exit. Default: a small neutral page. | |
| countries | No | ISO country of each entry in `proxies`, by position; `country` covers the rest. |