pub fn parse_config(input: &str) -> OpenvpnConfigExpand description
Parse an OpenVPN-style configuration from key=value lines.
Supported directives: proto, remote, port, dev, cipher, auth, compress, tls-auth (key bytes are not parsed here – set separately).