From 87b628ba241c2d519151496c2870bba68cbaa33c Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 27 Oct 2023 08:39:34 -0400 Subject: [PATCH] Fix truncated comment in config.yml (#999) --- examples/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/config.yml b/examples/config.yml index 5c28fea..1cc9449 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -171,7 +171,8 @@ punchy: # and has been deprecated for "preferred_ranges" #preferred_ranges: ["172.16.0.0/24"] -# sshd can expose informational and administrative functions via ssh this is a +# sshd can expose informational and administrative functions via ssh. This can expose informational and administrative +# functions, and allows manual tweaking of various network settings when debugging or testing. #sshd: # Toggles the feature #enabled: true