This is to make sure chronyd will see the remote address as 127.0.0.1
and allow access even when localhost resolves to an address of a
non-loopback interface.
.TP
\fB\-h\fR \fIhostname\fR
-specify hostname
+specify hostname (default 127.0.0.1)
.TP
\fB\-p\fR \fIport-number\fR
specify port-number
{
char *line;
const char *progname = argv[0];
- const char *hostname = "localhost";
+ const char *hostname = "127.0.0.1";
const char *conf_file = DEFAULT_CONF_FILE;
int quit = 0, ret = 1, multi = 0, auto_auth = 0, short_timeout = 1;
int port = DEFAULT_CANDM_PORT;