You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,6 +413,8 @@ Supported proxy schemes are:
413
413
*`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.
414
414
*`ttl` - time to live for cache record. Examples: `15s`, `2m`, `1h`.
415
415
*`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`.
0 commit comments