Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Stevens committed Dec 3, 2020
1 parent 5280a96 commit c87ab86
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# named-resolver

This is an ISC `bind` (named) DNS slave. As an exomaple, it mirrors the ROOT zone.
This is cwcontainer to run an ISC `bind` (named) DNS slave. As an exomaple, it mirrors the ROOT zone.
To get it to mirror the zones you want, simply change the `extra.conf` file.

It runs in a `chroot` which is a little unnecessary, but its not hard, so why not.
Expand Down Expand Up @@ -30,3 +30,20 @@ To re-enabled IPv6, remove the `-4` in the `inittab` file, and change the line
to

listen-on-v6 { any; };


# Scripts #

There are three scripts supplied with this comtainer.

`dkmk` - remake the container

`dkrun_live` - run the container port forwarding TCP & UDP ports 53 into the container

`dkrun_tst` - run the container port forwarding TCP & UDP ports 5300 to ports 53 in the container

When run in test mode, you can query it by using

dig -p 5300 @127.0.0.1 somedomain.com

or shell into the container & query it on port 53

0 comments on commit c87ab86

Please sign in to comment.