revolt_chat_install/step_1.sh

9 lines
98 B
Bash

#! /bin/bash
ufw allow ssh
ufw allow http
ufw allow https
ufw default deny
ufw enable
reboot now