From 966b6b9394cf531db8c3c75fc016fe54aa5a3c54 Mon Sep 17 00:00:00 2001 From: Logan oos Even <46396513+Logan007@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:37:41 +0545 Subject: [PATCH] updated Scratchpad.md --- doc/Scratchpad.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Scratchpad.md b/doc/Scratchpad.md index e5bd839..35acdea 100644 --- a/doc/Scratchpad.md +++ b/doc/Scratchpad.md @@ -35,6 +35,7 @@ rpmbuild -bb ./n2n.spec - Optionally bind edge to one local IP address only (extension to `-p`) - A preferred local socket can be advertised to other edges for better local peer-to-peer connections (`-e`) - Optional edge user and password authentication (`-J`, `-P`, `doc/Authentication.md`) +- Optional json format at management allows for machine-driven handling such as `.html` page generation (`scripts/n2nhttpd`) or script-based evaluation (`scripts/n2nctl`) ### Improvements