Added wireguard installation and firewalld disaling script

This commit is contained in:
Eliezer Croitoru 2026-02-20 02:58:21 +02:00
parent 8166eaa0b6
commit d31bcedf69
2 changed files with 8 additions and 0 deletions

5
disable-firewalld.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
systemctl disable --now firewalld
dnf install -y iptables-services

3
install-wireguard.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
dnf install -y wireguard-tools