OpenVPN / openvpn

OpenVPN is an open source VPN daemon
http://openvpn.net
Other
10.25k stars 2.92k forks source link

--preresolve is not documented #532

Open cron2 opened 2 months ago

cron2 commented 2 months ago

we have an option --preresolve which change DNS resolution behaviour from "on demand" to "resolve all at startup" (if I read the code right, @schwabe ?). This is not a new option, but it escaped documentation so far... neither --help nor man page list it.

cron2 commented 2 months ago

commit e719a0535345db8f0781c0b80408ca5417597469 Author: Arne Schwabe arne@rfc2549.org Date: Sun Mar 23 13:13:06 2014 +0100

Introduce an option to resolve dns names in advance for --remote, --local and --http-proxy