heroku outbound-rules:add

Add outbound rules to a Private Space

Options

NameDescription
--space <arg>Space to add rule to
--confirm <arg>Set to space name to bypass confirm prompt
--dest <arg>Target CIDR block dynos are allowed to communicate with
--protocol <arg>The protocol dynos are allowed to use when communicating with hosts in destination CIDR block. Valid protocols are "tcp", "udp", "icmp", "0-255" and "any"
--port <arg>The port dynos are allowed to use when communicating with hosts in destination CIDR block. Accepts a range in `<lowest port>-<highest port>` format. 0 is the minimum. The maximum port allowed is 65535, except for ICMP with a maximum of 255