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.
hetzner-ansible/roles/hcloud/templates/firewall-docker.json.j2

21 lines
322 B
Django/Jinja

{
"name": "docker",
"labels": {
},
"rules": [
{
"direction": "in",
"protocol": "tcp",
"port": "443",
"source_ips": [
"116.203.130.110/32",
"157.90.236.71/32",
"162.55.54.246/32",
"159.69.46.214/32"
],
"destination_ips": [
]
}
]
}