fix: consider link-local addresses as LAN

This commit is contained in:
aetheryx 2023-07-06 19:41:19 +02:00 committed by Cameron Gutman
parent 810945f5bf
commit c972fa880f

View File

@ -19,7 +19,8 @@ namespace net {
ip_block("192.168.0.0/16"sv),
ip_block("172.16.0.0/12"sv),
ip_block("10.0.0.0/8"sv),
ip_block("100.64.0.0/10"sv)
ip_block("100.64.0.0/10"sv),
ip_block("169.254.0.0/16"sv)
};
std::uint32_t