doc: mention localhost exception in cmdallow description

This commit is contained in:
Miroslav Lichvar
2025-02-11 16:25:05 +01:00
parent 1967fbf1f2
commit f7bb283536

View File

@@ -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 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). 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 Note that *chronyd* has to be configured with the
<<bindcmdaddress,*bindcmdaddress*>> directive to not listen only on the <<bindcmdaddress,*bindcmdaddress*>> directive to not listen only on the
loopback interface to actually allow remote access. loopback interface to actually allow remote access.