You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1013 B
Django/Jinja
56 lines
1013 B
Django/Jinja
{
|
|
"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": [
|
|
"149.233.6.129/32",
|
|
"212.121.131.106/32",
|
|
"87.150.34.206/32"
|
|
],
|
|
"destination_ips": [
|
|
]
|
|
},
|
|
{
|
|
"direction": "in",
|
|
"protocol": "tcp",
|
|
"port": "80",
|
|
"source_ips": [
|
|
"149.233.6.129/32",
|
|
"212.121.131.106/32",
|
|
"87.150.34.206/32"
|
|
],
|
|
"destination_ips": [
|
|
]
|
|
},
|
|
{
|
|
"direction": "in",
|
|
"protocol": "tcp",
|
|
"port": "443",
|
|
"source_ips": [
|
|
"149.233.6.129/32",
|
|
"212.121.131.106/32",
|
|
"87.150.34.206/32"
|
|
],
|
|
"destination_ips": [
|
|
]
|
|
}
|
|
],
|
|
"applied_to": "{{ firewall_default_servers | default([]) }}"
|
|
}
|