The default value of the -h option is now
/var/run/chrony/chronyd.sock,127.0.0.1,::1.
.TP
\fB\-h\fR \fIhostname\fR
-specify hostname or comma-separated list of addresses (default 127.0.0.1,::1)
+specify hostname or comma-separated list of addresses
+(default @CHRONYSOCKDIR@/chronyd.sock,127.0.0.1,::1)
.TP
\fB\-p\fR \fIport-number\fR
specify port-number
DNS_SetAddressFamily(family);
if (!hostnames) {
- hostnames = "127.0.0.1,::1";
+ hostnames = DEFAULT_COMMAND_SOCKET",127.0.0.1,::1";
#ifdef FEAT_ASYNCDNS
initial_timeout /= 10;
#endif