From d4497d641b3327a222aea03dbc96f95c5d1728f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Wed, 4 Jun 2025 16:02:49 +0000 Subject: space_server: chrony: update IP prefixes 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 deletions(-) (limited to 'roles/space_server/files') diff --git a/roles/space_server/files/chrony.conf b/roles/space_server/files/chrony.conf index 720577a..b868e7b 100644 --- a/roles/space_server/files/chrony.conf +++ b/roles/space_server/files/chrony.conf @@ -21,23 +21,17 @@ 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 ntsservercert /etc/chrony.cert -- cgit v1.2.1