Skip to content

Commit

Permalink
Add broken config
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Dec 15, 2023
1 parent 16b43aa commit debee71
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions x/examples/smart-proxy/config_broken.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"dns": [
{"udp": {"address": "china.cn"}},
{"udp": {"address": "ns1.tic.ir"}},
{"tcp": {"address": "ns1.tic.ir"}},
{"udp": {"address": "tmcell.tm"}},
{"tls": {"name": "captive-portal.badssl.com", "address": "captive-portal.badssl.com:443"}},
{"https": {"name": "mitm-software.badssl.com"}}
],

"tls": [
"",
"split:1",
"split:2",
"split:5",
"tlsfrag:1"
]
}

0 comments on commit debee71

Please sign in to comment.