瀏覽代碼

Try using Google as a TLS time source

Bob Mottram 10 年之前
父節點
當前提交
12f80195dd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

@@ -1018,7 +1018,7 @@ Add the following:
1018 1018
 #+BEGIN_SRC: bash
1019 1019
 #!/bin/bash
1020 1020
 
1021
-TIMESOURCE=www.ptb.de
1021
+TIMESOURCE=google.com
1022 1022
 LOGFILE=/var/log/tlsdate.log
1023 1023
 DATE_BEFORE=$(date)
1024 1024
 YEAR_BEFORE=$(echo $DATE_BEFORE | awk -F ' ' '{print $6}')