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

Not work rldp-http-proxy mode proxy-all #1097

Open
ton-devops opened this issue Aug 8, 2024 · 0 comments
Open

Not work rldp-http-proxy mode proxy-all #1097

ton-devops opened this issue Aug 8, 2024 · 0 comments

Comments

@ton-devops
Copy link

Not work rldp-http-proxy mode proxy-all

Describe the issue

When running the rldp-http-proxy with the following command:
rldp-http-proxy -p 8080 -a 1.2.3.4:3333 -C global.config.json -A u6s___skip___vg2p7 -v3 --proxy-all YES

Websites in the .ton domain open correctly, but other websites, such as https://google.com, do not open. The following error is encountered:

[ 3][t 6][2024-08-08 05:24:51.557003677][rldp-http-proxy.cpp:558][!outboundreq]    aborting http over rldp query: [Error : 0 : failed to resolve: no DNS entries]
[ 3][t 1][2024-08-08 05:24:52.282731084][rldp-http-proxy.cpp:558][!outboundreq]    aborting http over rldp query: [Error : 0 : failed to resolve: no DNS entries]

What behavior did you expect?

The proxy should correctly resolve and open websites outside the .ton domain, such as https://google.com.

What was the actual behavior?

The proxy fails to resolve non-.ton domain websites and throws DNS resolution errors.

How reliably can you reproduce the issue, what are the steps to do so?

1.	Start the rldp-http-proxy with the specified command.
2.	Attempt to open a .ton domain website http://foundation.ton/ - it works.
3.	Attempt to open a non-.ton domain website (e.g., https://google.com) - it fails with the DNS resolution error.

What version of TON are you using, where did you get it (github actions, self-compiled, etc)?
v2024.06 - https://github.com/ton-blockchain/ton/releases/tag/v2024.06

What type of machine are you observing the error on (OS/CPU and disk type)?
ubuntu 24.04, ubuntu 22.04

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