À venir
Depuis la console SSH
# opkg update # opkg install kmod-wireguard luci-app-wireguard luci-proto-wireguard wireguard wireguard-tools
mkdir -p /etc/wireguard # wg genkey | tee /etc/wireguard/server-privatekey | wg pubkey > /etc/wireguard/server-publickey # wg genkey | tee /etc/wireguard/client-privatekey | wg pubkey > /etc/wireguard/client-publickey