Remove DNS names on NTP client as they are incompatible with rosv7

This commit is contained in:
Pothi Kalimuthu 2022-01-03 20:37:28 +05:30
parent 77c3a09a13
commit da3bd256f2
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@
# Configure NTP Client
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
/system ntp client set secondary-ntp=[ :resolve time.cloudflare.com ];
/system ntp client set server-dns-names=time.google.com,time.apple.com;
# Enable mode-button
:global modeButtonScriptName "wifi-enable";

View file

@ -55,7 +55,6 @@
# Configure NTP Client
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
/system ntp client set secondary-ntp=[ :resolve time.cloudflare.com ];
/system ntp client set server-dns-names=time.google.com,time.apple.com;
/system ntp client set enabled=yes;
### ------------------------------------------------------------------------------------ ###