SEND_REQUEST {
    if outbound.url.host ~ /foo|bar/ {
        outbound.req.X-Valid = "{outbound.url.port}";
    }
}
