BastionGuard/thirdparty/bastionguard-secure-connection/daemon/data/network_aliases.json
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

14 lines
221 B
JSON

{
"LAN": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",
"127.0.0.0/8",
"::1",
"fc00::/7"
],
"MULTICAST": [
"224.0.0.0/4",
"ff00::/8"
]
}