Giter Club home page Giter Club logo

handshake-resolver-jamesstevens's Introduction

handshake-resolver

This is a container running a bind DNS Resolver with a Handshake & ICANN ROOT data to provide a robust and fully RFC compliant DNS resolver service, with full DNSSEC suppport, for all TLDs contained in both the ICANN and Handhsake environments.

Where there are TLDs that exist in both Handshake and ICANN, for backwards compatibility, I give preference to the ICANN one.

ROOT Zone XFR Support

This container will also support making the ROOT zone available by XFR (AXFR / IXFR) to anybody who asks. This is a new fewature in v1.1

NOTE

NOTE: The merged ROOT zone is signed using keys that I hold, so you are effectively trusting me to do a good job.

This is the DS record itself, for the KSK I have used - so this is the DS that this resolver will be validating against. If you want to do a full DNSSEC validation, you will need this DS to validate the ROOT/KSK.

trust-anchors { . static-ds 7482 14 2 "313A31171A3D420E339EFD610CF967FA8F047C19ECAADE151DBF4D78870EEADF"; };

I used this https://github.com/buffrr/hsd-axfr plug-in for hsd to get the merged DNS data out of hsd, then used dynamic signing in bind to sign the zone.

All you need is something like this

zone "." {
	type slave;
	masters { 127.0.0.9; };
	file "/data/zones/ROOT.merged";

	key-directory "/keys";
	auto-dnssec maintain;
	inline-signing yes;
	};

Where your hsd (that has the axfr plug-in) is listening on 127.0.0.9

handshake-resolver-jamesstevens's People

Contributors

james-stevens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.