File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ update_ca_root_data:
126
126
rm ca-roots/certdata.txt
127
127
128
128
test_run :
129
- ./src/tlsdate-helper www.ptb.de 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-clock showtime no-fun holdfast none
129
+ ./src/tlsdate-helper google.com 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-clock showtime no-fun holdfast none
130
130
131
131
BUILT_SOURCES+ = src/configmake.h
132
132
noinst_HEADERS+ = src/configmake.h
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ wait-between-tries 10
18
18
19
19
# Host configuration.
20
20
source
21
- host www.ptb.de
21
+ host google.com
22
22
port 443
23
23
proxy none
24
24
end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Print the help message
25
25
.IP " \- s | \-\- skip\- verification"
26
26
Skip certificate verification
27
27
.IP " \- H | \-\- host [hostname|ip]"
28
- Set remote hostname (default: 'www.ptb.de ')
28
+ Set remote hostname (default: 'google.com ')
29
29
.IP " \- n | \-\- dont\- set\- clock"
30
30
Do not set the system clock to the time of the remote server
31
31
.IP " \- p | \-\- port [port]"
Original file line number Diff line number Diff line change 24
24
25
25
#include "src/rtc.h"
26
26
27
- #define DEFAULT_HOST "www.ptb.de "
27
+ #define DEFAULT_HOST "google.com "
28
28
#define DEFAULT_PORT "443"
29
29
#define DEFAULT_PROXY "none"
30
30
#define DEFAULT_PROTOCOL "tlsv1"
You can’t perform that action at this time.
0 commit comments