Skip to content

Instantly share code, notes, and snippets.

@rdark
Last active December 23, 2015 22:00
Show Gist options
  • Save rdark/6700650 to your computer and use it in GitHub Desktop.
Save rdark/6700650 to your computer and use it in GitHub Desktop.
fog bouncer icmp
Fog::Bouncer.security :private do
account "AccountName", "000000000001"
group "agroup", "A Security Group" do
source "88.88.88.8/30" do
tcp 22, 80, 443
icmp 8, 0, 3, 11, 12
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment