From: Miroslav Lichvar Date: Tue, 11 Feb 2025 15:25:05 +0000 (+0100) Subject: doc: mention localhost exception in cmdallow description X-Git-Tag: 4.7-pre1~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7bb28353653537d23ed83e0e778cac3e05d54c4;p=thirdparty%2Fchrony.git doc: mention localhost exception in cmdallow description --- diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index b1dbbf79..f56f21e7 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -2102,6 +2102,9 @@ The syntax is identical to the *allow* directive. There is also a *cmdallow all* directive with similar behaviour to the *allow all* directive (but applying to monitoring access in this case, of course). + +Addresses _127.0.0.1_ and _::1_ (i.e. the loopback interface) are always +allowed. ++ Note that *chronyd* has to be configured with the <> directive to not listen only on the loopback interface to actually allow remote access.