{{Header}}
{{title|title=
Wireguard VPN
}}
{{#seo:
|description=todo
}}
{{intro|
todo
}}
{{stub}}
= Installation =
Note: In Kicksecure 13 and above (Debian trixie based), likely iptables will be no longer required.
{{Install Package|package=
wireguard wireguard-tools iptables resolvconf
}}
= Configuration =
{{Open with root rights|filename=
/etc/wireguard/wg0.conf
}}
Paste.
Note: Adjust.
{{CodeSelect|code=
[Interface]
PrivateKey =
Address =
DNS =
DNS =
[Peer]
PublicKey =
PresharedKey =
AllowedIPs =
Endpoint =
PersistentKeepalive = 25
}}
= Start =
open vpn
{{CodeSelect|code=
sudo wg-quick up wg0
}}
= Stop =
close vpn
{{CodeSelect|code=
sudo wg-quick down wg0
}}
= Autostart =
{{CodeSelect|code=
sudo systemctl enable wg-quick@wg0
}}
{{Footer}}
[[Category:Documentation]]