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.
|
- wireguard:
- wg0:
- config: |
- [Interface]
- Address = fe80::1/64
- ListenPort = 51820
- PrivateKey = private
- Table = off
- [Peer]
- PublicKey = peer
- AllowedIPs = fe80::2
|