-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I compiled rldp-http-proxy following instuction in HOWTO->TON Sites. But I can run it only in 0.0.0.0 address, not on certain interface.
When I try to run rldp-http-proxy with -a parameter and point IP with a port like this:
rldp-http-proxy -p 8080 -a <my_public_ip>:3333 -C global.config.json
I get error :
[TonlibClient.cpp:2092][!tonlibclient][&!config->ignore_cache_] Unknown LastBlockState: [Error : 0 : Unknown key]
[keys.hpp:221][!PeerTable] Check Unreachable failed
At the same time if I run that way:
rldp-http-proxy -p 8080 -c 3333 -C global.config.json
the proxy starts up and I see it in running processes and listen ports. But when I try to get to http://test.ton I get nothing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels