Browse Source

feat: fix default values

tags/v1.1.0
kkeane 5 years ago
parent
commit
a2a3aa7ede
1 changed files with 3 additions and 8 deletions
  1. +3
    -8
      chrony/defaults.yaml

+ 3
- 8
chrony/defaults.yaml View File

driftfile: /var/lib/chrony/drift driftfile: /var/lib/chrony/drift
otherparams: otherparams:
- 'rtcsync' - 'rtcsync'
- 'makestep 10 3'
- 'stratumweight 0'
- 'makestep 0.1 3'
- 'stratumweight 0.001'
- 'bindcmdaddress 127.0.0.1' - 'bindcmdaddress 127.0.0.1'
- 'bindcmdaddress ::1' - 'bindcmdaddress ::1'
- 'noclientlog'
- 'logchange 0.5'
allow:
- '10/8'
- '192.168/16'
- '172.16/12'
- 'logchange 1'

Loading…
Cancel
Save