This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/wireguard/templates/home.conf.j2

11 lines
262 B
Text
Raw Normal View History

2023-01-09 18:43:01 +00:00
[Interface]
Privatekey={{ private_key }}
2023-01-19 21:30:28 +00:00
Address = 10.73.223.4/24,fd11:5ee:bad:c0de::4/64
2023-01-09 18:43:01 +00:00
DNS=192.168.10.1
[Peer]
2023-01-19 21:30:28 +00:00
Publickey=mMyZiwZnFZ+7utQi2w55kYdDUT/qPeNqaGQChKj7hyE=
2023-01-09 18:43:01 +00:00
PresharedKey={{ preshared_key }}
2023-01-19 21:30:28 +00:00
Endpoint=84.245.14.149:51820
AllowedIPs = 0.0.0.0/0, ::0/0