We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45534fd commit 80197a3Copy full SHA for 80197a3
1 file changed
ray2sing/dnstt.go
@@ -27,7 +27,7 @@ func DnsttSingbox(vlessURL string) (*T.Outbound, error) {
27
RecordType: getOneOfN(decoded, "", "record-type"),
28
UTLSClientHelloID: getOneOfN(decoded, "", "utls"),
29
30
- DnsttCompat: toBool(getOneOfN(decoded, "false", "dnstt-compat")),
+ DnsttCompat: toBool(getOneOfN(decoded, "false", "dnstt-compat"), false),
31
ClientIDSize: toIntN(getOneOfN(decoded, "", "clientid-size")),
32
MaxQnameLen: toIntN(getOneOfN(decoded, "", "max-qname-len")),
33
MaxNumLabels: toIntN(getOneOfN(decoded, "", "max-num-labels")),
0 commit comments