Roman Czyborra <[email protected]> wrote:
> Package: wireguard-tools
> Version: 1.0.20200319-1~bpo10+1
> Severity: important
> Tags: a11y patch
> # file:/etc/network/interfaces.d/wg0
> # 2020.04.14.©©-by-sa [email protected]
> auto wg0
> iface wg0 inet6 manual
> up ip link add wg0 type wireguard
> up wg setconf wg0 /etc/wireguard/wg0.conf
> down umask 077 && wg showconf wg0>/etc/wireguard/wg0.conf
> down ip link del wg0
no, make that
auto wg0
iface wg0 inet6 manual
up wg-quick up wg0
down wg-quick down wg0
and ship /etc/wireguard/wg0.conf with
[Interface]