OpenVPN Server Configs

These are the cryptostorm server-side configs/scripts for OpenVPN.

If you're looking for the client-side OpenVPN configs, they're at: https://cryptostorm.is/configs/

ecc-udp.conf = The UDP ECC instance
rsa-udp.conf = The UDP RSA instance
auth.sh = Runs at session start and on key renegotiations
session_up.sh = Runs at session start only
session_down.sh = Runs at session end only
dummy.sh = Runs indefinitely, sends dummy API requests for noise

Excluded Configurations

Not included are the TCP configs, since the only difference is minor changes like proto tcp instead of proto udp.

Also not included are the Ed25519, Ed448, or ML-DSA-87 configs, since the only difference is the algorithms the CA/server certificates use (except ML-DSA-87, that one uses AES instead of ChaCha20).

And also excluding the IPv6 configs, since the only difference is the IPs and:

sndbuf 393216
rcvbuf 393216
server-ipv6 fd00:10:60:10b::/64 # (varies per instance)
push "redirect-gateway ipv6"
push "route-ipv6 2000::/3"