⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

parse_config

Function parse_config 

Source
pub fn parse_config(input: &str) -> OpenvpnConfig
Expand 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).