mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 08:05:06 -05:00
nts: add server support for NTP server negotiation
Add ntsntpserver directive to specify the hostname of the NTP server provided in NTS-KE response to clients.
This commit is contained in:
1
conf.h
1
conf.h
@@ -140,6 +140,7 @@ typedef struct {
|
||||
extern int CNF_GetHwTsInterface(unsigned int index, CNF_HwTsInterface **iface);
|
||||
|
||||
extern char *CNF_GetNtsDumpDir(void);
|
||||
extern char *CNF_GetNtsNtpServer(void);
|
||||
extern char *CNF_GetNtsServerCertFile(void);
|
||||
extern char *CNF_GetNtsServerKeyFile(void);
|
||||
extern int CNF_GetNtsServerPort(void);
|
||||
|
||||
Reference in New Issue
Block a user