diff --git a/installation/podman.sh b/installation/podman.sh index 0e4fafa..3cf34c9 100644 --- a/installation/podman.sh +++ b/installation/podman.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "Installing Podman..." -apk add podman iptables podman-compose +apk add podman podman-compose rc-update add cgroups rc-service cgroups start diff --git a/services/firewall/reset-firewall.sh b/services/firewall/reset-firewall.sh deleted file mode 100644 index 71618cf..0000000 --- a/services/firewall/reset-firewall.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -iptables -F -iptables -X -iptables -t nat -F -iptables -t nat -X -iptables -t mangle -F -iptables -t mangle -X -iptables -P INPUT ACCEPT -iptables -P FORWARD ACCEPT -iptables -P OUTPUT ACCEPT - -# Wireguard -# iptables -A FORWARD -i wg0 -j ACCEPT -# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE \ No newline at end of file