Socket
Socket
Sign inDemoInstall

h2dns

Package Overview
Dependencies
75
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    h2dns

A DNS Server over Google's HTTPS DNS API in HTTP/2 Protocol


Version published
Weekly downloads
7
Maintainers
1
Install size
4.72 MB
Created
Weekly downloads
 

Readme

Source

DNS Over HTTP/2

Coverity Scan Build Status

A DNS Server over Google's HTTPS DNS API in HTTP/2 Protocol.

QuickStart

npm i h2dns -g

Then start the party:

$ h2dns -h

  Usage: h2dns [options]

  Options:

    -h, --help                         output usage information
    -V, --version                      output the version number
    -i, --edns-client-subnet [subnet]  EDNS Client Subnet
    -p, --port [6666]                  Port to bind
    -l, --listen [127.0.0.1]           Address to listen
    -t, --timeout [5000]               Default Http2 Request Timeout
    -c, --pool [2]                     Concurrent Connections of Pool Size
    --ping-interval [60000]            Interval of ping to keep connection alive.

Tips

Inspired by gdns-go, but do less, I'd like to keep it as pure as possible.

So,

  1. No cache. use it as a backend, dnsmasq or unbound as frontend, or fwdns
  2. No proxy. setup your proxy globally, the script will simply honor it.
  3. Less config. if your public ip is changed, restart the script.

Keywords

FAQs

Last updated on 01 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc