+ Add the following to your WireGuard™ configuration file: +
+
[Interface]
PrivateKey = <%= @device.private_key %>
Address = 172.16.99.1/24
@@ -86,10 +87,13 @@ PublicKey = <%= @device.server_public_key %>
PresharedKey = <%= @device.preshared_key %>
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = <%= Application.fetch_env!(:fg_http, :vpn_endpoint) %>
-