MEschenbacher's Wireguard Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
226B

  1. wireguard:
  2. wg0:
  3. config: |
  4. [Interface]
  5. Address = fe80::1/64
  6. ListenPort = 51820
  7. PrivateKey = private
  8. Table = off
  9. [Peer]
  10. PublicKey = peer
  11. AllowedIPs = fe80::2