dns-proxy-https
dns-proxy-https copied to clipboard
add proxy authentication support
Some SOCKS servers do require username and password for authentication.
From what I can see on the socks5-https-client documentation, it supports this to be specified with the following options: socksUsername and socksPassword.
Can you please expose this options accordingly?