mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
fix: consider link-local addresses as LAN
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user