24 lines
424 B
JSON
24 lines
424 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"direction": "in",
|
||
|
|
"protocol": "tcp",
|
||
|
|
"port": "22",
|
||
|
|
"source_ips": ["0.0.0.0/0", "::/0"],
|
||
|
|
"description": "SSH"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"direction": "in",
|
||
|
|
"protocol": "tcp",
|
||
|
|
"port": "80",
|
||
|
|
"source_ips": ["0.0.0.0/0", "::/0"],
|
||
|
|
"description": "HTTP"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"direction": "in",
|
||
|
|
"protocol": "tcp",
|
||
|
|
"port": "443",
|
||
|
|
"source_ips": ["0.0.0.0/0", "::/0"],
|
||
|
|
"description": "HTTPS"
|
||
|
|
}
|
||
|
|
]
|