wg.conf.j2 176 B

12345678
  1. [Interface]
  2. PrivateKey = {{ wg_private_key }}
  3. Address = {{ wg_address }}
  4. [Peer]
  5. PublicKey = {{ wg_public_key }}
  6. AllowedIPs = {{ wg_allowed_ips }}
  7. Endpoint = {{ wg_endpoint }}