Skip to content

Commit f4f228a

Browse files
committed
upd doc
1 parent 4971ee3 commit f4f228a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ Supported proxy schemes are:
413413
* `url` - actual proxy URL. Note that just like any query string parameter this one has to be URL-encoded to be passed as query string value.
414414
* `ttl` - time to live for cache record. Examples: `15s`, `2m`, `1h`.
415415
* `force-resolve` - pseudo-proxy forcing domain name resolve before it will be passed to the next proxy in the chain. Must wrap actual proxy dialer in the chain (i.e. be specified in last `-proxy` argument). Example: `force-resolve://`
416+
* `chain` - pseudo-proxy assembling a chain from other proxy specifications. Query string parameters are:
417+
* `next` - specification of the next proxy in chain. This query string parameter can be specified more than once. Example: `chain://?next=http%3A%2F%2F127.0.0.1%3A57800&next=force-resolve%3A%2F%2F`.
416418

417419
## Configuration files
418420

0 commit comments

Comments
 (0)