Added wireguard installation and firewalld disaling script
This commit is contained in:
parent
8166eaa0b6
commit
d31bcedf69
5
disable-firewalld.sh
Executable file
5
disable-firewalld.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
systemctl disable --now firewalld
|
||||||
|
|
||||||
|
dnf install -y iptables-services
|
||||||
3
install-wireguard.sh
Executable file
3
install-wireguard.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dnf install -y wireguard-tools
|
||||||
Loading…
x
Reference in New Issue
Block a user