We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb998f commit 67d8c81Copy full SHA for 67d8c81
openapi.yaml
@@ -9552,8 +9552,8 @@ paths:
9552
"inbound": [
9553
{
9554
"protocol": "TCP",
9555
- "ports": "22, 80, 8080, 443"
9556
- "addresses": {
+ "ports": "22, 80, 443",
+ "addresses": {
9557
"ipv4": [
9558
"192.0.2.1",
9559
"192.0.2.0/24"
@@ -9565,8 +9565,9 @@ paths:
9565
}
9566
],
9567
"outbound": [
9568
+ {
9569
- "ports": "49152-65535"
9570
+ "ports": "49152-65535",
9571
"addresses": {
9572
9573
@@ -9578,7 +9579,7 @@ paths:
9578
9579
9580
9581
]
- }' \
9582
+ }' \
9583
https://api.linode.com/v4beta/networking/firewalls/123/rules
9584
- lang: CLI
9585
source: >
0 commit comments