From d98f8f2fc16c57701e9f5f19b790ffc69571a777 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 22 Nov 2025 15:57:08 +0100 Subject: [PATCH] Make minor README tweaks --- .github/workflows/linter.yaml | 2 +- README.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index ce95083..21f4356 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -85,4 +85,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Markdown lint README - run: markdownlint --disable MD012 MD013 MD014 MD040 -- README.md + run: markdownlint --disable MD012 MD013 MD040 -- README.md diff --git a/README.md b/README.md index f5359ad..be9cd1c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ * You want to provide your DNS tenants with a bit of debugging self-service? * You like SSH, but you don't want to grant people not-you full shell access? -If so, then this might just be the tool for you. +If so, then this might just be the tool for you. It supports dumping +out zone content, viewing server logs as well as triggering full AXFR +zone (re)transfers. ## Usage @@ -12,11 +14,11 @@ If so, then this might just be the tool for you. Usage example, based on local [Multipass][1] setup. ``` -$ make vm-create +make vm-create ``` ``` -$ alias ssh='ssh -F devel/.dynamic/ssh_conf' +alias ssh='ssh -F devel/.dynamic/ssh_conf' ``` ``` @@ -97,6 +99,7 @@ Match User zones ## Known limitations * Might be Debian/Ubuntu distro specific +* Currently only supports BIND 9 and Knot [1]: https://documentation.ubuntu.com/multipass/