From: Mark Wooding Date: Mon, 21 Apr 2014 21:22:18 +0000 (+0100) Subject: hosts.lisp: Move VPN and anycast hosts to ...:1. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/727a746fe9876aaaff8247d8f5273b36b109a001?hp=727a746fe9876aaaff8247d8f5273b36b109a001 hosts.lisp: Move VPN and anycast hosts to ...:1. Linux thinks that host addresses which coincide with network base addresses are `anycast', and that this means that it shouldn't send ICMP errors to them. This is obviously ridiculous. so move hosts to address ...:1 to prevent this stupidity. ---