@bitbeans
Feature Request
Could you please add an option to let DNSCrypt use SOCKS and HTTP proxies? This is the relevant .toml configuration line.
Examples
# using SOCKS proxy
proxy = "socks5://127.0.0.1:9050"
# using HTTP proxy
proxy = "http://127.0.0.1:3128"
This should go to the Advanced Settings tab.
@bitbeans
Feature Request
Could you please add an option to let DNSCrypt use SOCKS and HTTP proxies? This is the relevant
.tomlconfiguration line.Examples
This should go to the
Advanced Settingstab.