Hi,
I tried to use your script on Debian 12, but I detected few issues
- Script must install iptables, package is missing
- Script try to stop "systemctl stop systemd-resolved" and this stop installation on Debian 12
- Debian use BIND and he need to be stopped, and not systemd-resolved : systemctl stop bind9 && systemctl disable bind9
- Iptables for PostUP/PostDown, variable -o for network interface is empty, should be probably -o enp1s0, and because of this service wg don't start
Just few extra if's in your script and it will be perfect :)
Cheers
Hi,
I tried to use your script on Debian 12, but I detected few issues
Just few extra if's in your script and it will be perfect :)
Cheers