bugfix: restored hetzner firewall awx
parent
442d0d90ff
commit
c48f5e0fa9
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "awx",
|
||||||
|
"labels": {
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"direction": "in",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"port": "80",
|
||||||
|
"source_ips": [
|
||||||
|
"159.69.46.214/32",
|
||||||
|
],
|
||||||
|
"destination_ips": [
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue