Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2, wrong telemetry servers #10

Open
AntwortEinesLebens opened this issue Nov 11, 2023 · 0 comments
Open

4.2, wrong telemetry servers #10

AntwortEinesLebens opened this issue Nov 11, 2023 · 0 comments

Comments

@AntwortEinesLebens
Copy link

Hi 👋,

After the patch for the 4.2 have been released by krock, I cloned it in my game folder and proceed to a manual patch because the "apply main patch" button is not clickable and the disable telemetry failed (I will check why later, this is not my point).

After blocking 4.2 telemetry servers.
I tried to launch the game, but the "disable telemetry" button was still present. After looking at the log, I figure out that was because of the telemetry.rs file that performs checks to your hosts file.
The telemetry servers are in consts.rs but they are outdated.

Here the new ones:

  1. overseauspider. yu an shen .com
  2. osuspider. yu an shen .com
  3. ys-log-upload-os. ho yo ver se .com

Instead of putting telemetry servers manually, could it be better to fetch them automatically?
By example, we can use this simple regex (possibly not the best) "0.0.0.0 (.*)" to recover all the telemetry servers from the last patch.
Or we can probably use another technique to get them.

Thanks for reading and have a great day! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant