Allow firewall access to port 5050 for discoverd

This commit is contained in:
Dmitry Tantsur 2014-11-19 16:58:40 +01:00
parent ae4f420de1
commit 8aab48ed79
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
iptables
os-svc-install os-svc-install
os-apply-config os-apply-config
os-refresh-config os-refresh-config

View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eux
add-rule INPUT -p tcp --dport 5050 -j ACCEPT