bug fixing and deploy and build diagnostics
This commit is contained in:
@@ -10,10 +10,3 @@ pub const DWN_HEALTH_URL: &str = "http://127.0.0.1:3100/health";
|
||||
/// Tor SOCKS5 proxy for outbound onion connections.
|
||||
pub const TOR_SOCKS_PROXY: &str = "socks5h://127.0.0.1:9050";
|
||||
|
||||
/// DNS-over-HTTPS providers for secure DNS resolution.
|
||||
pub const DNS_PROVIDERS: &[&str] = &[
|
||||
"https://cloudflare-dns.com/dns-query",
|
||||
"https://dns.google/dns-query",
|
||||
"https://dns.quad9.net/dns-query",
|
||||
"https://dns.mullvad.net/dns-query",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user