wireguard.client.j2 224 B

12345678910
  1. [Interface]
  2. PrivateKey = {{ vpn_client_private_key }}
  3. Address = {{ vpn_client_address }}
  4. [Peer]
  5. PublicKey = {{ vpn_server_public_key }}
  6. Endpoint = {{ vpn_server_wan_address }}:{{ vpn_server_port }}
  7. AllowedIPs = 0.0.0.0/0