I'm a little confused with how the API accepts ports. If I iterate through my current firewalls' inbound rules, I can see this:
[29] pry(#<DigitalOceanAPI>)> @firewalls["PivotSSH"].inbound_rules
=> [<DropletKit::Fire...
So I'm in the process of implementing the droplet_kit gem within my Ruby on Rails application and I'm having issues just performing very basic commands.
I'm following the instructions here for getting started: https:/...
I noticed on here (https://www.digitalocean.com/community/questions/max-inbound-and-outbound-rules) that each rule can only have up to 50 rules incoming and outgoing, and so I'm trying to figure out my options in term...