tangled
alpha
login
or
join now
pds.ls
/
pdsls
399
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
399
fork
atom
overview
issues
1
pulls
pipelines
use race strategy for handle resolution
handle.invalid
3 days ago
a7420ccf
1d13b663
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
utils
api.ts
+1
-1
src/utils/api.ts
···
34
34
);
35
35
36
36
export const handleResolver = new CompositeHandleResolver({
37
37
-
strategy: "dns-first",
37
37
+
strategy: "race",
38
38
methods: {
39
39
dns: new DohJsonHandleResolver({ dohUrl: "https://dns.google/resolve?" }),
40
40
http: new WellKnownHandleResolver(),