- Add PHP ini management classes (Access, IniDirective, IniKey, PhpIni) - Update deployment configurations (Wireguard, Traefik, Monitoring) - Add DNS stack and Ansible role - Add deployment debugging playbooks - Update framework components (FilePath, RedisConnectionPool) - Update .gitignore and documentation
28 lines
669 B
Plaintext
28 lines
669 B
Plaintext
# WireGuard Client Configuration for grafana-test
|
|
# Generated by Ansible - DO NOT EDIT MANUALLY
|
|
|
|
[Interface]
|
|
# Client private key
|
|
PrivateKey = sE81MBr64fP8YBDlhRWngwHHmlrVzIhs9NT7Dh7XbVs=
|
|
|
|
# Client IP address in VPN network
|
|
Address = 10.8.0.7/24
|
|
|
|
# DNS server (VPN internal resolver)
|
|
DNS = 10.8.0.1
|
|
|
|
[Peer]
|
|
# Server public key
|
|
PublicKey = hT3OCWZ6ElX79YdAdexSsZnbWLzRM/5szk+XNEBUaS8=
|
|
|
|
# Server endpoint
|
|
Endpoint = 94.16.110.151:51820
|
|
|
|
# Allowed IPs (routes through VPN)
|
|
# IMPORTANT: Only VPN network is routed through VPN by default
|
|
# SSH access via normal IP (94.16.110.151) remains available
|
|
AllowedIPs = 10.8.0.0/24
|
|
|
|
# Keep connection alive
|
|
PersistentKeepalive = 25
|