chore: cleanup
parent
c63d557861
commit
b741b5872a
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"name": "default",
|
||||||
|
"labels": {
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "icmp",
|
||||||
|
"port": null,
|
||||||
|
"source_ips": [
|
||||||
|
"0.0.0.0/0",
|
||||||
|
"::/0"
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"port": "22",
|
||||||
|
"source_ips": [
|
||||||
|
"212.121.131.106/32",
|
||||||
|
"5.9.148.23/32"
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"port": "80",
|
||||||
|
"source_ips": [
|
||||||
|
"0.0.0.0/0",
|
||||||
|
"::/0"
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"port": "443",
|
||||||
|
"source_ips": [
|
||||||
|
"0.0.0.0/0",
|
||||||
|
"::/0"
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"port": "9080-9085",
|
||||||
|
"source_ips": [
|
||||||
|
"212.121.131.106/32",
|
||||||
|
"5.9.148.23/32"
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"applied_to": [
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue