Skip to content

Commit

Permalink
initial commit of GOOGLE_PLAY helper
Browse files Browse the repository at this point in the history
  • Loading branch information
fukawi2 committed Aug 6, 2014
1 parent 3918af4 commit f660c77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions helpers/google-play.conf
@@ -0,0 +1,15 @@
#
# Allows access to Google Play
# Source: http://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise/design-zone-security/howto_61_byod_provisioning.pdf
#

define rules GOOGLE_PLAY
accept ip 4 destination address 74.125.00/16 protocol tcp port 5228
accept ip 4 destination address 74.125.00/16 protocol udp port 5228
accept ip 4 destination address 173.194.0.0/16 protocol tcp port 5228
accept ip 4 destination address 173.194.0.0/16 protocol udp port 5228
accept ip 4 destination address 74.125.00/16 protocol tcp port 8889
accept ip 4 destination address 74.125.00/16 protocol udp port 8889
accept ip 4 destination address 173.194.0.0/16 protocol tcp port 8889
accept ip 4 destination address 173.194.0.0/16 protocol udp port 8889
end define

0 comments on commit f660c77

Please sign in to comment.