Files
gitea-pages/admin-guide/configuration/basic/ntp_server.md

10 lines
246 B
Markdown

# NTP Server
Your node can serve as NTP server. To allow access you need to configure which networks/hosts are allowed to contact `chrony` in the Hiera list `ntp_server::allow`:
```
ntp_server::allow:
- '129.129.0.0/16'
- '10.10.10.10'
```