Last active
December 23, 2015 22:00
-
-
Save rdark/6700650 to your computer and use it in GitHub Desktop.
fog bouncer icmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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