malarky.conf
来自「网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下」· CONF 代码 · 共 25 行
CONF
25 行
## NTP configuration file (ntp.conf)## This is for a broadcast/multicast client. Except for the statistics# stuff, this can be done with only a commmand line of the form## /usr/local/bin/ntpd -a -k /usr/local/bin/ntp.keys -m -t 3#multicastclient # listen on default 224.0.1.1## Miscellaneous stuff#driftfile /etc/ntp.drift # path for drift filestatsdir /malarky/ntpstats/ # directory for statistics filesfilegen peerstats file peerstats type day enablefilegen loopstats file loopstats type day enablefilegen clockstats file clockstats type day enable## Authentication stuff#keys /usr/local/etc/ntp.keys # path for key filetrustedkey 3 4 5 6 14 # define trusted keysrequestkey 14 # key (7) for accessing server variablescontrolkey 14 # key (6) for accessing server variables
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?