]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: mention localhost exception in cmdallow description
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 11 Feb 2025 15:25:05 +0000 (16:25 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 12 Feb 2025 14:41:10 +0000 (15:41 +0100)
doc/chrony.conf.adoc

index b1dbbf79651709d32671c3edf29958b55c946b16..f56f21e76cd949d9504a6a7782f817797dcabb6d 100644 (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
 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
 <<bindcmdaddress,*bindcmdaddress*>> directive to not listen only on the
 loopback interface to actually allow remote access.