- 下载
- 编译openssl
LINUX下载编译OpenSSL_openssl-1.0.2u编译-CSDN博客
- 编译
DEST_DIR=/home/toybrick/ntp_server
if [ -d ${DEST_DIR} ]; then
rm -rf ${DEST_DIR}
fi
./configure \
--prefix=${DEST_DIR} \
--enable-all-clocks \
--enable-parse-clocks
make
make install
- 配置
具体何意吾亦不知
#restrict default nomodify notrap noquery
restrict 127.0.0.1