Enabling backups and swapping timeservers to time.cloudflare.com.
This commit is contained in:
parent
b4ee09fdb2
commit
c5252584f0
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ set service ntp allow-client address '10.0.0.0/8'
|
|||
set service ntp allow-client address '172.16.0.0/12'
|
||||
set service ntp allow-client address '192.168.0.0/16'
|
||||
delete service ntp server
|
||||
set service ntp server north-america.pool.ntp.org
|
||||
set service ntp server time.cloudflare.com
|
||||
|
||||
# SSH server
|
||||
set service ssh disable-password-authentication
|
||||
|
|
|
@ -18,7 +18,7 @@ set system sysctl parameter kernel.pty.max value '24000'
|
|||
# set system syslog host 10.45.0.2 port '6001'
|
||||
|
||||
# Custom backup
|
||||
# set system task-scheduler task backup-config crontab-spec '30 0 * * *'
|
||||
# set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh'
|
||||
set system task-scheduler task backup-config crontab-spec '30 0 * * *'
|
||||
set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh'
|
||||
|
||||
set system time-zone 'America/Chicago'
|
||||
|
|
Reference in a new issue