Browse Source

Allow more ports for student

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

1
scripts/firewall.sh

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

Loading…
Cancel
Save