Tasmota Wireguard VPN

Tasmota Wireguard VPN – Проверено, работает.

Сервер: (Debian 12)

[Interface]
PrivateKey = <PrivKey>
Address = 10.0.0.1/24
ListenPort = 51820
Table = off

[Peer]
PublicKey = <PubKey>
PresharedKey = <PreKey>
AllowedIPs = 0.0.0.0/0

Клиент File: wireguard.conf ESP32 Tasmota 15.0.1.2

[Interface]
PrivateKey = <PrivKey>
Address = 10.0.0.2/24
DNS = 9.9.9.9

[Peer]
PublicKey = <PubKey>
PresharedKey = <PreKey>
Endpoint = 20.20.20.1:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25

[Tasmota]
Netmask = 0.0.0.0/0
AutoConnect = 1

Через VPN можно зайти на WEB UI Tasmota (Тестировал на ESP32)