Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
* 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

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'
```

```
Expand Down Expand Up @@ -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/
Expand Down