Skip to content

Commit 80197a3

Browse files
committed
fix
1 parent 45534fd commit 80197a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ray2sing/dnstt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func DnsttSingbox(vlessURL string) (*T.Outbound, error) {
2727
RecordType: getOneOfN(decoded, "", "record-type"),
2828
UTLSClientHelloID: getOneOfN(decoded, "", "utls"),
2929

30-
DnsttCompat: toBool(getOneOfN(decoded, "false", "dnstt-compat")),
30+
DnsttCompat: toBool(getOneOfN(decoded, "false", "dnstt-compat"), false),
3131
ClientIDSize: toIntN(getOneOfN(decoded, "", "clientid-size")),
3232
MaxQnameLen: toIntN(getOneOfN(decoded, "", "max-qname-len")),
3333
MaxNumLabels: toIntN(getOneOfN(decoded, "", "max-num-labels")),

0 commit comments

Comments
 (0)