feat: adicionadas configuracoes de rede Wireguard e ssh keys da vps1, vps3 e vps4

This commit is contained in:
Rui
2026-05-10 04:34:37 +02:00
parent e511281f64
commit faa0ed8e3d
8 changed files with 322 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
# /etc/wireguard/wg0.conf - VPS 3 (Banco de Dados Dedicado)
# IP Privado VPN: 10.99.0.3
[Interface]
Address = 10.99.0.3/24
PrivateKey = <Chave_Privada_VPS3_Omitida_Por_Seguranca>
ListenPort = 52830
[Peer]
# VPS 1 (Hub Central / Gateway de Entrada)
PublicKey = jUWnuc+82vQ6kLMSI7W1i7hBRBgQKcaSZ8yJy56QSUw=
AllowedIPs = 10.99.0.0/24
Endpoint = 158.220.109.237:51820
PersistentKeepalive = 25