Skip to content

Commit

Permalink
Added more DNS options
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Feb 24, 2025
1 parent 2c729bf commit 944349e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion smart_dialer_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 944349e

Please sign in to comment.