From 944349e3e260f2c5f9c81d1a49886102ade6aa5d Mon Sep 17 00:00:00 2001 From: Adam Fisk Date: Mon, 24 Feb 2025 11:16:15 -0700 Subject: [PATCH] Added more DNS options --- smart_dialer_config.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/smart_dialer_config.yml b/smart_dialer_config.yml index 4d9e226..1f29145 100644 --- a/smart_dialer_config.yml +++ b/smart_dialer_config.yml @@ -6,11 +6,30 @@ dns: - https: name: doh.dns.sb address: cloudflare.net:443 + - https: + name: "2001:4860:4860::8844" + - https: + name: "8.8.4.4" + - https: + name: 223.5.5.5 + - https: + name: "1.0.0.1" + - https: + name: "2606:4700:4700::1001" - https: name: 223.5.5.5 + - https: + name: "2620:119:35::35" + - https: + name: "208.67.220.220" + - https: + name: "2620:119:53::53" + - https: + name: "208.67.222.222" + tls: - "" # Direct dialer - split:1 # TCP stream split at position 1 - split:2,20*5 # TCP stream split at position 2, followed by 20 blocks of length 5. - split:200|disorder:1 # TCP stream split at position 1, and send the second packet (packet #1) with zero TTL at first. - - tlsfrag:1 # TLS Record Fragmentation at position 1 + - tlsfrag:1 # TLS Record Fragmentation at position 1 \ No newline at end of file