From a2f562a5f8c97c4e7d7a63f309eaa321ae459bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sun, 27 Apr 2025 17:28:18 +0000 Subject: space_server: chrony: add new addresses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/files/chrony.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles') diff --git a/roles/space_server/files/chrony.conf b/roles/space_server/files/chrony.conf index a26568d..720577a 100644 --- a/roles/space_server/files/chrony.conf +++ b/roles/space_server/files/chrony.conf @@ -20,17 +20,23 @@ driftfile /var/lib/chrony/drift hwclockfile /etc/adjtime # Make requests from space.labitat.dk public addresses +bindacqaddress 45.145.93.0 bindacqaddress 185.38.175.0 +bindacqaddress 2a00:fbe4:1ab:: bindacqaddress 2a01:4262:1ab:: # Listen to NTP on space.labitat.dk public addresses +bindaddress 45.145.93.0 bindaddress 185.38.175.0 +bindaddress 2a00:fbe4:1ab:: bindaddress 2a01:4262:1ab:: # Allow NTP access only from local network deny all +allow 45.145.93.0/24 allow 185.38.175.0/24 allow 10.42.0.0/16 +allow 2a00:fbe4:1ab::/48 allow 2a01:4262:1ab::/48 # NTS server certificate and key -- cgit v1.2.1