def generate_outbound_rule()
outbound_rule = " <ns0:FirewallRule>\n <ns0:IsEnabled>true</ns0:IsEnabled>\n <ns0:Description>OUTGOING</ns0:Description>\n <ns0:Policy>allow</ns0:Policy>\n <ns0:Protocols>\n <ns0:Any>true</ns0:Any>\n </ns0:Protocols>\n <ns0:Port>-1</ns0:Port>\n <ns0:DestinationIp>Any</ns0:DestinationIp>\n <ns0:SourcePort>-1</ns0:SourcePort>\n <ns0:SourceIp>Any</ns0:SourceIp>\n <ns0:Direction>out</ns0:Direction>\n <ns0:EnableLogging>false</ns0:EnableLogging>\n </ns0:FirewallRule>\n"
outbound_rule
end