pub fn parse_srv_name(fqdn: &str, zone: &str) -> (String, String, String)
Parses an SRV record name into (remaining record name, service, protocol).