Skip to content

Debian script don't cover Debian 12 #24

Description

@ZEROF

Hi,

I tried to use your script on Debian 12, but I detected few issues

  1. Script must install iptables, package is missing
  2. Script try to stop "systemctl stop systemd-resolved" and this stop installation on Debian 12
  3. Debian use BIND and he need to be stopped, and not systemd-resolved : systemctl stop bind9 && systemctl disable bind9
  4. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions