feat(wireguard): add remote server peer

This commit is contained in:
Khue Doan 2024-11-25 11:02:30 +07:00
parent 8c77fb834b
commit 8df572f914

View File

@ -57,10 +57,21 @@ app-template:
# list of peers everywhere.
# https://lists.zx2c4.com/pipermail/wireguard/2018-December/003703.html
# Servers
[Peer]
# homelab
PublicKey = sSAZS1Z3vB7Wx8e2yVqXfeHjgWTa80wnSYoma3mZkiU=
AllowedIPs = 172.16.0.1/32, 192.168.1.224/27
AllowedIPs = 172.16.0.1/32, 192.168.1.100/32, 192.168.1.224/27
[Peer]
# horus
PublicKey = zVwYqwvGn/IL7o6CD84y4/Y/OnRAUl/jw6T7DtNqWGM=
Endpoint = horus.khuedoan.com:51820
PersistentKeepalive = 25
AllowedIPs = 172.16.0.2/32
# Clients
[Peer]
# khuedoan-ryzentower