Add more localhost entries

This commit is contained in:
Thomas Stromberg 2022-10-13 18:08:03 -04:00
parent 27b9e620f2
commit d164591365
Failed to extract signature
1 changed files with 2 additions and 0 deletions

View File

@ -6,12 +6,14 @@ WHERE
hostnames NOT IN (
'localhost',
'localhost ip6-localhost ip6-loopback',
'localhost localhost.localdomain localhost4 localhost4.localdomain4',
'ip6-allnodes',
'ip6-allrouters',
'kubernetes'
)
AND address NOT IN (
'127.0.1.1',
'127.0.0.1',
'::1',
'ff02::1',
'ff02::2',