Fix docs for connectIPVersion param

This commit is contained in:
Tobias Muellerleile 2022-11-14 20:29:57 +01:00 committed by Dimitri Herzog
parent c8058e3ec7
commit a04a4180c3
1 changed files with 1 additions and 1 deletions

View File

@ -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