Browse Source

Fix

content-update
Xavier Petit 5 years ago
parent
commit
9cb8f466ff
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 3
      scripts/firewall.sh

3
scripts/firewall.sh

@ -12,5 +12,6 @@ apt-get -y install ufw
ufw logging off
ufw allow in "$SSH_PORT"/tcp
ufw allow in 27960:27969
ufw allow in 27960:27969/tcp
ufw allow in 27960:27969/udp
ufw --force enable

Loading…
Cancel
Save