Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

feat!: support DNS over HTTPS and DNS-JSON over HTTPS #55

Merged
merged 16 commits into from
Dec 5, 2023

Commits on May 31, 2023

  1. feat: support DNS over HTTPS and DNS-JSON over HTTPS

    Adds support for resoving DNSLink TXT entries from public
    DNS-Over-HTTPS servers (RFC 1035) and also DNS-JSON-Over-HTTPS
    since they are a bit kinder on the resulting browser bundle size.
    
    Fixes #53
    achingbrain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d20f584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b111802 View commit details
    Browse the repository at this point in the history
  3. chore: update comments

    achingbrain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0d9c747 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    14ac953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87b9e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat: update dns-over-https default resolver (#111)

    resolvers/dns-json-over-https.ts:71:22)
    SgtPooki authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1834420 View commit details
    Browse the repository at this point in the history
  2. chore(test): remove ipns/tableflip.io test

    website is down and dig +noall +answer TXT _dnslink.tableflip.io returns empty
    SgtPooki committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    78788f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    188c6ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d3153 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    cac6ba9 View commit details
    Browse the repository at this point in the history
  6. deps: go-ipfs -> kubo

    SgtPooki committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b7bf7bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d8c695 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dc5f8d View commit details
    Browse the repository at this point in the history
  9. feat!: ipns factory function options as args object

    use ipns(helia, {}) instead of ipns(helia, [...routers], [...resolvers])
    
    BREAKING CHANGE: ipns factory function options as args object
    SgtPooki committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5864b31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c3c808 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1fd5150 View commit details
    Browse the repository at this point in the history