mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 03:32:43 +00:00
Add RFC 6598 CGN CIDR block to LAN addresses list
This commit is contained in:
parent
4c407c1662
commit
d05dc731be
@ -16,7 +16,8 @@ namespace net {
|
||||
std::vector<std::tuple<std::uint32_t, std::uint32_t>> lan_ips {
|
||||
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("10.0.0.0/8"sv),
|
||||
ip_block("100.64.0.0/10"sv)
|
||||
};
|
||||
|
||||
std::uint32_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user