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

When using IPv6 proxies, the browser's timezone is not changed #127

Open
devnull0111 opened this issue Sep 11, 2024 · 1 comment
Open

When using IPv6 proxies, the browser's timezone is not changed #127

devnull0111 opened this issue Sep 11, 2024 · 1 comment

Comments

@devnull0111
Copy link

Using IPv6 proxies, the check shows that the browser's timezone is not changed (the PC is set to UTC). Only with IPv6, using the same code and the same profile with IPv4 works fine
image

plugin.useProxy(proxyString, { changeGeolocation: true, changeBrowserLanguage: true, changeTimezone: true, changeWebRTC: true });

@CheshireCaat
Copy link
Owner

Please try to change the ipInfoMethod options for the proxy settings, like this:

plugin.useProxy(proxyString, {
  ipInfoMethod: 'ip-api.com',
  changeGeolocation: true,
});

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

2 participants