diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-12-18 15:07:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:53:24 +0200 |
commit | 36d522c725f6815f8683fcd6cd5c33d19b30252a (patch) | |
tree | 5c6b016eb5d2e017f37b5e78018eb712fe9c37b0 /roles/common | |
parent | 0391581df2d716e95a0a2f6d37170e3ece13a416 (diff) |
Enable the use of git:// clients.
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/templates/etc/iptables/services.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index c1a8aa4..7709066 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -5,6 +5,7 @@ # (in|out|inout)[46]? (tcp|udp|..) (port|port:port|port,port) (port|port:port|port,port) out tcp 80,443 # HTTP/HTTPS +out tcp 9418 # GIT out udp 53 # DNS out udp 67 # DHCP {% if 'NTP-master' in group_names %} |