From 3b1fa2a1a337f8ca06a65ec63dca139a473b009a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Sep 2022 21:30:27 +0000 Subject: [PATCH] commit 2cf26665e0084efcd419e558b9ee7a80a4e4b9fd Author: Robert Kaussow Date: Sun Sep 18 23:27:54 2022 +0200 fix: use client-only mode by default --- index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.md b/index.md index 3db591a..685df68 100644 --- a/index.md +++ b/index.md @@ -15,6 +15,7 @@ Setup chrony NTP. - [chrony_logdir](#chrony_logdir) - [chrony_ntsdumpdir](#chrony_ntsdumpdir) - [chrony_pool](#chrony_pool) + - [chrony_port](#chrony_port) - [chrony_server](#chrony_server) - [Dependencies](#dependencies) @@ -65,6 +66,16 @@ chrony_ntsdumpdir: /var/lib/chrony chrony_pool: 2.pool.ntp.org iburst ``` +### chrony_port + +The port option can be set to 0 to make chrony daemon to never open any listening port for server operation and to operate strictly in a client-only mode. + +#### Default value + +```YAML +chrony_port: 0 +``` + ### chrony_server #### Default value