revert change

reverted change
This commit is contained in:
DrFredPhD 2020-05-14 18:53:56 +01:00 committed by GitHub
parent ad32ece9f5
commit 616bb956da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ EOF
# open firewall
echo "*** Updating Firewall ***"
sudo ufw allow from 192.168.0.0/16 to any port 3000 comment 'RTL'
sudo ufw allow 3000 comment 'RTL'
sudo ufw --force enable
echo ""