bootstrap-rocky-10/disable-firewalld.sh
2026-06-05 17:06:55 +03:00

6 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
dnf install iptstate conntrack iptables-services -y
systemctl disable --now firewalld