@binance/connector how to change dns

i have set the dns everywhere on my router, computer, to 8.8.8.8 but anything i do with the conector is trying to use my isp’s dns which blocks the api.binance.com i dont know how force nodejs to use googles dns.

If you recently changed your DNS it’s possible that the old DNS is still cached and hence NodeJS and other applications are still using the old DNS. Verify that you have updated your DNS and then try rebooting your system to clear cache and try again.

It’s likely your operating system, not node.js itself, that cached the DNS lookup for that domain.