Path : /opt/ds_agent/lib/
File Upload :
Current File : //opt/ds_agent/lib/iaurelay.cfg

<iaurelay_configuration version="1.0">
  <network>
    <interval>1</interval>
    <buffer_size>1024</buffer_size>
    <retry_times>3</retry_times>
    <connect_timeout>20</connect_timeout>
    <proxy_connection>Keep-Alive</proxy_connection>
    <x_akamai_head>true</x_akamai_head>
    <user_agent>Trend Micro Update Service</user_agent>
  </network>

  <index>
    <proxy_cache>false</proxy_cache>
    <is_keep_alive>true</is_keep_alive>
    <timeout>60</timeout><!-- seconds -->
    <diff_count>14</diff_count>
    <entity_count>20</entity_count>
    <fallback_id></fallback_id>
    <serverini_id></serverini_id>
  </index>

  <download>
    <proxy_cache>true</proxy_cache>
    <is_keep_alive>true</is_keep_alive>
    <timeout>120</timeout><!-- seconds -->
    <max_merge_count>7</max_merge_count><!-- the value shoud be int and between 1 and 99. Invalid value will be set as default value:1-->
    <use_tls1_2_only>true</use_tls1_2_only>
  </download>
  
  <log><!-- Caution: Log settings only take effect after restarting the iAU module.
            Changing settings through the context or while the module is running
            will not change the log behaviorThe Log configuration. -->

    <max_file_size>5242800</max_file_size><!-- log file size is 5MB -->
    <directory>iaulogs</directory>
    <level>300</level>
    <!--
       For the log level:
       all = -1, Enable all logs
       disable = 0, Disable logging completely 
       err = 100, Only output error logs
       app = 300, Output application level logs
       dbg = 400, Output detailed logs for debugging
       vbs = 500, Output verbose logs including err, app, and dbg 
      -->
  </log>
  
  <support>
  	<keep_files>false</keep_files> <!-- For SEG support, keep all files that iAU duplicate process generated -->
  </support>
  
  <feedback>
    <enabled>false</enabled>
  </feedback>

  <mergediff><!-- Just for linux -->
    <retry>3</retry>
    <timeout>1200</timeout>
  </mergediff>

  <security>
    <check_file_signature>false</check_file_signature>
    <!--
      check PE file signature, if set true.
    -->
    <check_digital_signature>1</check_digital_signature>
    <!--
      to check digital signature
	  current it only support 0/1/2, if you set other value, it will use 0 as default.
    -->
    <duplicate_digital_signature>true</duplicate_digital_signature>
    <!--
      to duplicate the sig file, if set true.
    -->
  </security>
  
</iaurelay_configuration>