update README.md, add named-compilezone wrapper

This commit is contained in:
2023-12-02 17:06:45 -05:00
parent 7942b583a7
commit 169631ac4c
2 changed files with 26 additions and 14 deletions

4
run_named-compilezone.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
[ -x "$(which docker 2>/dev/null)" ] && DOCKER=docker
[ -x "$(which podman 2>/dev/null)" ] && DOCKER=podman
$DOCKER exec bind9 named-compilezone "$@"