Skip to content

Commit

Permalink
Write about zonegen in the present tense in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed Jun 5, 2024
1 parent 76dcc0f commit fb1cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## A simple but configurable web server for dynamic DNS updates.
It's a small webserver that receives DNS update requests and uses an external tool like `nsupdate` to talk to the authoritative DNS server.

The dyndnsd program is written in such a way that it can interface with the `nsupdate` program but I'll be using [zonegen](https://github.com/Luflosi/zonegen) which will allow me to not hand complete control of the Zone file over to the DNS server so that I can still manually edit the non-dynamic parts of the Zone file.
The dyndnsd program is written in such a way that it can interface with the `nsupdate` program but I'm using [zonegen](https://github.com/Luflosi/zonegen) which allows me to not hand complete control of the Zone file over to the DNS server so that I can still manually edit the non-dynamic parts of the Zone file.

## Setup on NixOS
Take a look at `nix/e2e-test.nix` for an example. You need to import the module and overlay provided by this flake.
Expand Down

0 comments on commit fb1cb00

Please sign in to comment.