add wrapper for running named-compilezone, update README

This commit is contained in:
2024-06-11 15:52:30 -04:00
parent 722f843fe9
commit 21de98c3e5
2 changed files with 10 additions and 1 deletions

View File

@@ -82,3 +82,8 @@ We can find the zone files in `/etc/bind/zones`, although note that your zone m
```bash
named-compilezone -f raw -F text -o - blacka.com /etc/bind/zones/blacka.com.signed
```
If using the script that runs the version in our container, note that you may have to use the paths that work *inside the container*. The current script mounts your current working directory, so you can use `run_named_compilezone.sh ./some.zone`, but not `run_named_compilezone.sh /etc/named/zones/blacka.com`.
That said, we are probably better off just using the version that comes with our OS, and not using the container.