Skip to content

Instantly share code, notes, and snippets.

@riptidewave93
Created October 10, 2020 15:09
<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