sudo ufw reload

This commit is contained in:
devdatt 2025-12-27 18:02:51 +05:30
parent 3d9da5f01c
commit 38bd9fa4d6
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
exec("sudo ufw allow from 172.16.111.112 to 172.16.111.111 port 8080");
exec("sudo ufw --force enable");
exec("sudo ufw reload");
}
?>