mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-28 17:00:06 +02:00
Remove DNS names on NTP client as they are incompatible with rosv7
This commit is contained in:
parent
77c3a09a13
commit
da3bd256f2
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@
|
||||||
# Configure NTP Client
|
# Configure NTP Client
|
||||||
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
|
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
|
||||||
/system ntp client set secondary-ntp=[ :resolve time.cloudflare.com ];
|
/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
|
# Enable mode-button
|
||||||
:global modeButtonScriptName "wifi-enable";
|
:global modeButtonScriptName "wifi-enable";
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
# Configure NTP Client
|
# Configure NTP Client
|
||||||
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
|
/system ntp client set primary-ntp=[ :resolve pool.ntp.org ];
|
||||||
/system ntp client set secondary-ntp=[ :resolve time.cloudflare.com ];
|
/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;
|
/system ntp client set enabled=yes;
|
||||||
|
|
||||||
### ------------------------------------------------------------------------------------ ###
|
### ------------------------------------------------------------------------------------ ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue