From 8df572f914630ed7d9fa8be73e338038ffc3eb29 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 25 Nov 2024 11:02:30 +0700 Subject: [PATCH] feat(wireguard): add remote server peer --- apps/wireguard/values.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/wireguard/values.yaml b/apps/wireguard/values.yaml index d9bbfd48..c207ffc3 100644 --- a/apps/wireguard/values.yaml +++ b/apps/wireguard/values.yaml @@ -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