AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.27k stars 240 forks source link

Add an option named "SkipParsingArgs" for skipping the command line arguments parsing #388

Open dangfan opened 3 months ago

dangfan commented 3 months ago

Parsing the command line can be extremely slow when the config file is large. Therefore, for a large config file, adding this option can skip extra command line parsing.