Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document new telnet >maxlogage command #656

Merged
merged 2 commits into from
Feb 12, 2022
Merged
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
6 changes: 6 additions & 0 deletions docs/ftldns/telnet-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ Connect via e.g. `telnet 127.0.0.1 4711` or use `echo ">command" | nc 127.0.0.1
53
```

- `>maxlogage`: Get timespan of the statistics shown on the dashboard (in seconds)

```text
86400
```

Note that the port can also be `0` if someone decides to disable the DNS server part of Pi-hole

{!abbreviations.md!}