services.tlsdated: use google.com as default host

www.ptb.de returns incorrect dates.
This commit is contained in:
Pascal Wittmann 2015-11-11 12:07:08 +01:00
parent fba69ef35a
commit 14ecf0c7fb

View file

@ -63,7 +63,7 @@ in
}); });
default = [ default = [
{ {
host = "www.ptb.de"; host = "encrypted.google.com";
port = 443; port = 443;
proxy = null; proxy = null;
} }