Skip to content

Commit

Permalink
Fix docs for connectIPVersion param
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuellerleile authored and 0xERR0R committed Nov 14, 2022
1 parent c8058e3 commit a04a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ configuration properties as [JSON](config.yml).
| dohUserAgent | string | no | | HTTP User Agent for DoH upstreams |
| minTlsServeVersion | string | no | 1.2 | Minimum TLS version that the DoT and DoH server use to serve those encrypted DNS requests |
| startVerifyUpstream | bool | no | false | If true, blocky will fail to start unless at least one upstream server per group is reachable. |
| connectIPVersion | bool | no | dual | IP version to use for outgoing connections (dual, v4, v6) |
| connectIPVersion | enum (dual, v4, v6) | no | dual | IP version to use for outgoing connections (dual, v4, v6) |

!!! example

Expand Down

0 comments on commit a04a418

Please sign in to comment.