|
| 1 | +{ |
| 2 | + "firewall_rules": { |
| 3 | + "firewall_rule" : [ |
| 4 | + { |
| 5 | + "action" : "accept", |
| 6 | + "destination_address_end" : "", |
| 7 | + "destination_address_start" : "", |
| 8 | + "destination_port_end" : "80", |
| 9 | + "destination_port_start" : "80", |
| 10 | + "direction" : "in", |
| 11 | + "family" : "IPv4", |
| 12 | + "icmp_type" : "", |
| 13 | + "position" : "1", |
| 14 | + "protocol" : "", |
| 15 | + "source_address_end" : "", |
| 16 | + "source_address_start" : "", |
| 17 | + "source_port_end" : "", |
| 18 | + "source_port_start" : "" |
| 19 | + }, |
| 20 | + { |
| 21 | + "action" : "accept", |
| 22 | + "destination_address_end" : "", |
| 23 | + "destination_address_start" : "", |
| 24 | + "destination_port_end" : "22", |
| 25 | + "destination_port_start" : "22", |
| 26 | + "direction" : "in", |
| 27 | + "family" : "IPv4", |
| 28 | + "icmp_type" : "", |
| 29 | + "position" : "2", |
| 30 | + "protocol" : "tcp", |
| 31 | + "source_address_end" : "192.168.1.255", |
| 32 | + "source_address_start" : "192.168.1.1", |
| 33 | + "source_port_end" : "", |
| 34 | + "source_port_start" : "" |
| 35 | + }, |
| 36 | + { |
| 37 | + "action" : "accept", |
| 38 | + "destination_address_end" : "", |
| 39 | + "destination_address_start" : "", |
| 40 | + "destination_port_end" : "22", |
| 41 | + "destination_port_start" : "22", |
| 42 | + "direction" : "in", |
| 43 | + "family" : "IPv6", |
| 44 | + "icmp_type" : "", |
| 45 | + "position" : "3", |
| 46 | + "protocol" : "tcp", |
| 47 | + "source_address_end" : "2a04:3540:1000:aaaa:bbbb:cccc:d001", |
| 48 | + "source_address_start" : "2a04:3540:1000:aaaa:bbbb:cccc:d001", |
| 49 | + "source_port_end" : "", |
| 50 | + "source_port_start" : "" |
| 51 | + }, |
| 52 | + { |
| 53 | + "action" : "accept", |
| 54 | + "destination_address_end" : "", |
| 55 | + "destination_address_start" : "", |
| 56 | + "destination_port_end" : "", |
| 57 | + "destination_port_start" : "", |
| 58 | + "direction" : "in", |
| 59 | + "family" : "IPv4", |
| 60 | + "icmp_type" : "8", |
| 61 | + "position" : "4", |
| 62 | + "protocol" : "icmp", |
| 63 | + "source_address_end" : "", |
| 64 | + "source_address_start" : "", |
| 65 | + "source_port_end" : "", |
| 66 | + "source_port_start" : "" |
| 67 | + }, |
| 68 | + { |
| 69 | + "action" : "drop", |
| 70 | + "destination_address_end" : "", |
| 71 | + "destination_address_start" : "", |
| 72 | + "destination_port_end" : "", |
| 73 | + "destination_port_start" : "", |
| 74 | + "direction" : "in", |
| 75 | + "family" : "", |
| 76 | + "icmp_type" : "", |
| 77 | + "position" : "5", |
| 78 | + "protocol" : "", |
| 79 | + "source_address_end" : "", |
| 80 | + "source_address_start" : "", |
| 81 | + "source_port_end" : "", |
| 82 | + "source_port_start" : "" |
| 83 | + } |
| 84 | + ] |
| 85 | + } |
| 86 | +} |
0 commit comments