txthinking / brook

A cross-platform programmable network tool
https://brook.app
GNU General Public License v3.0
14.64k stars 2.4k forks source link

--dialWithDNS #1147

Closed txthinking closed 1 year ago

txthinking commented 1 year ago

And DNS is the first setp to connect to wsserver, I think it's useful to add a global DNS option which support DoH.

txthinking commented 1 year ago

such as

--dialWithDNS
txthinking commented 1 year ago

try

brook --dialWithDNS
brook --dialWithDNSPrefer

build from source

git clone https://github.com/txthinking/brook.git
cd brook/cli/brook
./build.sh dev
txthinking commented 1 year ago

v20230404.5.1