cosmostat working

This commit is contained in:
2026-03-29 09:39:43 -07:00
parent 97fdb3d5d8
commit 4c4d9e4d6f
19 changed files with 813 additions and 491 deletions

19
templates/vpn_server.conf Normal file
View File

@ -0,0 +1,19 @@
ifconfig-pool-persist ipp.txt
port {{ vpn_port }}
proto {{ vpn_proto }}
dev tun
tls-crypt {{ psk_key_path }}
server {{ vpn_network }} {{ vpn_netmask }}
topology subnet
push "route {{ private_server_address }} 255.255.255.255"
keepalive 10 120
cipher AES-256-GCM
auth SHA256
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3
explicit-exit-notify 1