You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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?
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
The text was updated successfully, but these errors were encountered: