Skip to content

Instantly share code, notes, and snippets.

@curiousercreative
Created March 19, 2022 20:43
Show Gist options
  • Save curiousercreative/6249ab675eb2780e4859007bfdf9b745 to your computer and use it in GitHub Desktop.
Save curiousercreative/6249ab675eb2780e4859007bfdf9b745 to your computer and use it in GitHub Desktop.
network:
renderer: NetworkManager
version: 2
tunnels:
wg0:
mode: wireguard
addresses:
- 10.10.10.102/32
key: <private key>
peers:
- keys:
public: <public key of peer>
endpoint: <hostname>:<port>
allowed-ips: [10.10.10.0/24]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment