dotfiles/home/private_dot_wireguard/adjudicator.conf.tmpl

12 lines
387 B
Cheetah
Raw Normal View History

2023-10-08 20:43:23 -07:00
[Interface]
# your own IP on the wireguard network
2023-10-08 20:59:04 -07:00
Address = 192.168.3.2/24
2023-10-08 20:43:23 -07:00
PrivateKey = {{ (secret "Wireguard - Adjudicator Secret" "NOTES") }}
[Peer]
PublicKey = bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ=
# restrict this to the wireguard subnet if you don't want to route everything to the tunnel
AllowedIPs = 0.0.0.0/0, ::/0
# ip and port of the peer
Endpoint = 66.218.43.87:51820