From: Mark Wooding Date: Thu, 2 May 2024 11:59:14 +0000 (+0100) Subject: lists.m4: Update the IP address lists following server move. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/a9fb4ad2c151532b59fc333edf7ffd180653de2a lists.m4: Update the IP address lists following server move. --- diff --git a/lists.m4 b/lists.m4 index 88ae8c8..70623e6 100644 --- a/lists.m4 +++ b/lists.m4 @@ -27,21 +27,17 @@ hostlist localnet = <; \ 127.0.0.0/8 ; ::1 hostlist thishost = <; \ +localnet ; @[] -hostlist foreign = <; \ - 212.13.198.76 ; 2001:ba8:0:1d9::1:1 +hostlist foreign = <; hostlist border = <; \ ! +foreign ; \ - 62.49.204.144/28 ; 2001:470:1f09:1b98::/64 ; \ - 81.2.113.195 ; 81.187.238.128/28 ; \ - 212.13.198.64/28 ; 2001:ba8:0:1d9::/64 + 81.2.113.195 ; 81.187.238.128/28 ; 217.169.12.64/28 ; \ + 2001:8b0:c92:fff::/64 hostlist trusted = <; \ +localnet ; +border ; \ - 172.29.199.0/24 ; 2001:8b0:c92::/49 ; \ - 2001:ba8:1d9::/49 ; 2001:470:9740::/49 + 172.29.199.0/24 ; 2001:8b0:c92::/49 hostlist allnets = <; \ +localnet ; +border ; \ - 172.29.198.0/23 ; 2001:8b0:c92::/48 ; \ - 2001:ba8:1d9::/48 ; 2001:470:9740::/48 + 172.29.198.0/23 ; 2001:8b0:c92::/48 ## Addresses which are likely to be bogus. These are zero, loopback, ## multicast, broadcast (IPv4), and blocks reserved for documentation.