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

How about adding a redirect for xbox authorization requests #438

Open
nyakokitsu opened this issue Aug 14, 2023 · 7 comments
Open

How about adding a redirect for xbox authorization requests #438

nyakokitsu opened this issue Aug 14, 2023 · 7 comments
Labels
enhancement New feature or request

Comments

@nyakokitsu
Copy link

nyakokitsu commented Aug 14, 2023

Is your feature request related to a problem? Please describe.
I have a problem with authorization in xbox live, so I use dns with such redirect rules

user.auth.xboxlive.com^$dnsrewrite=50.7.87.83
xsts.auth.xboxlive.com^$dnsrewrite=50.7.87.83

However, I want to play Minecraft with xbox live, is it possible to add request forwarding in your software.

@nyakokitsu nyakokitsu added the enhancement New feature or request label Aug 14, 2023
@RyanHakurei
Copy link

If the issue is you have to use your own DNS server, and are thus unable to use Bedrock Connect's DNS server, have you tried adding in the rewrites yourself?

https://github.com/Pugmatt/BedrockConnect#using-your-own-dns-server

@nyakokitsu
Copy link
Author

nyakokitsu commented Aug 15, 2023

If the issue is you have to use your own DNS server, and are thus unable to use Bedrock Connect's DNS server, have you tried adding in the rewrites yourself?

https://github.com/Pugmatt/BedrockConnect#using-your-own-dns-server

I do not understand the principle of dns servers, can you explain how I can do this?

@RyanHakurei
Copy link

RyanHakurei commented Aug 15, 2023

You would just modify the DNS redirect rules you already have. So how you have user.auth Xboxlive.com redirecting to 50.7.87.83:

user.auth.xboxlive.com^$dnsrewrite=50.7.87.83

You'd add more rules that redirect the built-in bedrock servers to 104.238.130.180 here I used Hive as an example:

geo.hivebedrock.network^$dnsrewrite=104.238.130.180

@nyakokitsu
Copy link
Author

nyakokitsu commented Aug 15, 2023

You would just modify the DNS redirect rules you already have. So how you have user.auth Xboxlive.com redirecting to 50.7.87.83:

user.auth.xboxlive.com^$dnsrewrite=50.7.87.83

You'd add more rules that redirect the built-in bedrock servers to 104.238.130.180 here I used Hive as an example:

geo.hivebedrock.network^$dnsrewrite=104.238.130.180

Okay, then what do I need to change in the code and where?

@RyanHakurei
Copy link

I think we're misunderstanding, you said you use a DNS with those rules? Do you not control the DNS server (Bind, Adguard Home, PiHole, etc)?

@nyakokitsu
Copy link
Author

I think we're misunderstanding, you said you use a DNS with those rules? Do you not control the DNS server (Bind, Adguard Home, PiHole, etc)?

Yes, i use adguard

@TechGamer49
Copy link

Hello, I haven’t used adguard yet. How do you have your DNS Settings in adguard?

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

No branches or pull requests

3 participants