9 lines
323 B
Plaintext
9 lines
323 B
Plaintext
# Trecho de configuração a ser adicionado em /etc/wireguard/wg0.conf da VPS 1 (Hub Central)
|
|
# Adicione este bloco ao final do arquivo para autorizar a conexão da VPS 4
|
|
|
|
[Peer]
|
|
# VPS 4 (Desenvolvimento / Staging)
|
|
PublicKey = ln7phEfm4w//jZJqqlkGAjsXKWQnOw2kYc64ni5PXX0=
|
|
AllowedIPs = 10.99.0.4/32
|
|
PersistentKeepalive = 25
|