mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
WireGuard for esp8266 (#3708)
This commit is contained in:
parent
416a7edd80
commit
7263d0b157
@ -6,12 +6,12 @@ WireGuard Component
|
|||||||
|
|
||||||
.. seo::
|
.. seo::
|
||||||
:description: Instructions to setup WireGuard for your ESP board.
|
:description: Instructions to setup WireGuard for your ESP board.
|
||||||
:keywords: WireGuard, VPN, ESP32
|
:keywords: WireGuard, VPN
|
||||||
|
|
||||||
|wireguard|_ is an extremely simple yet fast and modern VPN that utilizes
|
|wireguard|_ is an extremely simple yet fast and modern VPN that utilizes
|
||||||
state-of-the-art cryptography. This component uses a **custom**
|
state-of-the-art cryptography. This component uses a **custom**
|
||||||
implementation not developed by original authors and currently
|
implementation not developed by original authors and currently
|
||||||
available for **ESP32 platform only**.
|
available for ESP32 and ESP8266 platforms *only*.
|
||||||
|
|
||||||
Please note that *"WireGuard" and the "WireGuard" logo are
|
Please note that *"WireGuard" and the "WireGuard" logo are
|
||||||
registered trademarks of Jason A. Donenfeld.* See
|
registered trademarks of Jason A. Donenfeld.* See
|
||||||
@ -145,7 +145,7 @@ Configuration variables
|
|||||||
Static routes and outgoing connections
|
Static routes and outgoing connections
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
Currently there is no way on ESP32 devices to configure static routes for
|
Currently there is no way on ESP devices to configure static routes for
|
||||||
network interfaces, so the ``peer_allowed_ips`` list is used only to allow
|
network interfaces, so the ``peer_allowed_ips`` list is used only to allow
|
||||||
(or drop) packets that pass through the VPN tunnel, not to define static
|
(or drop) packets that pass through the VPN tunnel, not to define static
|
||||||
routes for remote hosts.
|
routes for remote hosts.
|
||||||
|
Loading…
Reference in New Issue
Block a user