This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
feat!: support DNS over HTTPS and DNS-JSON over HTTPS #55
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d20f584
feat: support DNS over HTTPS and DNS-JSON over HTTPS
achingbrain b111802
chore: add abort signal to http queue job
achingbrain 0d9c747
chore: update comments
achingbrain 14ac953
Merge branch 'main' into feat/support-dns-over-https
SgtPooki b87b9e3
chore: fix extra rebase deps
SgtPooki 1834420
feat: update dns-over-https default resolver (#111)
SgtPooki 78788f6
chore(test): remove ipns/tableflip.io test
SgtPooki 188c6ed
chore: resolveDns calls defaultResolver() once
SgtPooki f8d3153
test: abort test doesn't use cache
SgtPooki cac6ba9
feat: allow passing custom default resolvers
SgtPooki b7bf7bc
deps: go-ipfs -> kubo
SgtPooki 2d8c695
deps: import updated @types/dns-packet
SgtPooki 5dc5f8d
feat: combine ipfsPath and findTTL
SgtPooki 5864b31
feat!: ipns factory function options as args object
SgtPooki 7c3c808
test(dns-resolver): increase chance for cache to be used
SgtPooki 1fd5150
deps: bump aegir and remove from subpackages
SgtPooki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be left in place. Each package in a monorepo should declare all of it's dependencies, otherwise we have some deps here, some deps there, and then it becomes hard to reason about where things are coming from and why.