pub fn explode_netch_conf(content: &str, nodes: &mut Vec<Proxy>) -> bool
Parse a Netch configuration file into a vector of Proxy objects Matches C++ explodeNetchConf implementation