Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ forward_proxy {
probe_resistance secret-link-kWWL9Q.com # alternatively you can use a real domain, such as caddyserver.com
serve_pac /secret-proxy.pac

dial_timeout 30
dial_timeout 30s

max_idle_conns 50
max_idle_conns_per_host 2
Expand Down Expand Up @@ -204,8 +204,8 @@ forward_proxy {

### Timeouts

- `dial_timeout [integer]`
Sets timeout (in seconds) for establishing TCP connection to target website. Affects all requests.
- `dial_timeout [Duration]`
Sets timeout (with units, e.g. 30s) for establishing TCP connection to target website. Affects all requests.

Default: 30 seconds.

Expand Down