(program (programItem (section SEND_REQUEST { (sectionBody (conditional (ifStatement if (condition (expression (term (factor (comparison (comparable inbound.ip) in (iprange { (ip (ipv4 192.168.0.0/16)) , (ip (ipv4 10.0.0.0/8)) })))))) (block { (blockItem (statement outbound.req.Client-IP = (value "{inbound.ip}") ;)) (blockItem (statement outbound.req.ATS-Inbound-IP = (value "{inbound.server}") ;)) (blockItem (statement outbound.req.Server-IP = (value "{outbound.ip}") ;)) (blockItem (statement outbound.req.ATS-Outbound-IP = (value "{outbound.server}") ;)) })))) })) <EOF>)
