@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
32 lines • 609 B
JSON
{
"rules": [
{
"name": "Service behind NAT",
"lanIp": "192.168.128.22",
"publicIp": "146.12.3.33",
"uplink": "internet1",
"allowedInbound": [
{
"protocol": "tcp",
"destinationPorts": [
"80"
],
"allowedIps": [
"10.82.112.0/24",
"10.82.0.0/16"
]
},
{
"protocol": "udp",
"destinationPorts": [
"8080"
],
"allowedIps": [
"10.81.110.5",
"10.81.0.0/16"
]
}
]
}
]
}