Edit /etc/chrony/chrony.conf or a file ending in .sources in /etc/chrony/sources.d/ and add or edit server or pool lines as appropriate according to local site policy:
Edit the Chrony configuration and add or edit the server and/or pool lines returned by the Audit Procedure as appropriate according to local site policy
<[server|pool]><[remote-server|remote-pool]>
Example script to add a drop-in configuration for the pool directive:
#!/usr/bin/env bash{[!-d"/etc/chrony/sources.d/"]&&mkdir/etc/chrony/sources.d/
printf'%s\n'"""#The maxsources option is unique to the pool directive"\"pooltime.nist.goviburstmaxsources4" >> /etc/chrony/sources.d/60-sources.sourceschronyc reload sources &>/dev/null}
Example script to add a drop-in configuration for the server directive: