trust-store-generators/excluded-hosts

26 lines
703 B
Plaintext

# Specific hosts
tofu-tester\.random-projects\.net:1966
localhost(:[0-9]+)?
# Private IP addresses
# https://en.wikipedia.org/wiki/Private_network
# TODO: 100.64.0.0/10, fc00::/8 and fd00::/8
127\.0\.0\.1(:[0-9]+)?
10\.[0-9]+\.[0-9]+\.[0-9]+(:[0-9]+)?
192\.168\.[0-9]+\.[0-9]+(:[0-9]+)?
172\.((1[6-9])|(2[0-9])|(3[0-1]))\.[0-9]+\.[0-9]+(:[0-9]+)?
169\.254\.[0-9]+\.[0-9]+(:[0-9]+)?
::1
\[::1\](:[0-9]+)?
# Reserved TLDs
# https://tools.ietf.org/id/draft-chapin-additional-reserved-tlds-01.html
.*\.test(:[0-9]+)?
.*\.example(:[0-9]+)?
.*\.invalid(:[0-9]+)?
.*\.localhost(:[0-9]+)?
.*\.localdomain(:[0-9]+)?
.*\.domain(:[0-9]+)?
.*\.lan(:[0-9]+)?
.*\.home(:[0-9]+)?
.*\.corp(:[0-9]+)?
.*\.mail(:[0-9]+)?