Skip to content

Instantly share code, notes, and snippets.

@riptidewave93
Created October 10, 2020 15:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riptidewave93/fc88a7de97abea669bd2d790a1df4c0a to your computer and use it in GitHub Desktop.
Save riptidewave93/fc88a7de97abea669bd2d790a1df4c0a to your computer and use it in GitHub Desktop.
<UpdateFromServer>
<Enable>1</Enable>
<CheckUrl>https://fota.pintracview.com/fota/T9/check_update.php</CheckUrl>
<RetryInterval>300</RetryInterval>
<NextCheckInterval>172800</NextCheckInterval>
</UpdateFromServer>
To something similar to below:
<UpdateFromServer>
<Enable>0</Enable>
<CheckUrl>https://notarealdomain.com/noupdatesforyou</CheckUrl>
<RetryInterval>300</RetryInterval>
<NextCheckInterval>172800</NextCheckInterval>
</UpdateFromServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment