Giter Site home page Giter Site logo

jdnss's Introduction

Build Status

JDNSS

An authoritative-only, DNSSEC/TLS/DoH capable, leaf DNS server in Java. See the issues for the known problems with DNSSEC.

It was written to be both more portable and more secure. It is currently intended for use as a "leaf" server as it does not do iterative or recursive lookups for clients, nor does it do any caching. It reads zone files listed on the command line. The other command line arguments are as follows:

Argument Use
--IPaddresses Where to listen in the form of "protocol@address@port" where protocol can be TLS, TCP, UDP, MC, and HTTPS.
--threads=# The maximum number of threads to allow (default: 10).
--keystoreFile The path to the file with the TLS or HTTPS keystore.
--keystorePassword The password for the keystore.
--version Display the JDNSS version number and exit.
--serverSecret Define Server Cookie Secret used.

mvn install

should build it for you.

You can then run it via:

java -jar target/jdnss-2.1.jar [options...] zone..."

where zone... are zone files you want to serve. For a quick test, run JDNSS with:

java -jar target/jdnss-2.1.jar --IPaddresses="[email protected]@5300" test.com

You should be able to run the following queries (from a different window):

  • nslookup -port=5300 test.com localhost
  • nslookup -port=5300 www.test.com localhost
  • nslookup -port=5300 -type=SOA test.com localhost
  • nslookup -port=5300 -type=NS test.com localhost
  • nslookup -port=5300 -type=MX test.com localhost
  • nslookup -port=5300 -type=AAAA www.test.com localhost
  • nslookup -port=5300 -type=TXT one.test.com localhost
  • dig @localhost test.com
  • dig @localhost test.com +cookie="0123456789abcdef"
  • dig @localhost www.test.com AAAA
  • dig @localhost www.test.com +noedns

jdnss's People

Contributors

drsjb80 avatar wwhitecar avatar cblanto7 avatar sal2993 avatar codem3up avatar ebjohnston avatar sheet-t avatar drb80 avatar noyhrynban avatar dependabot[bot] avatar cargiris avatar spartanaco 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.