We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/data/data/com.termux/files/usr/bin/rathole -c /data/data/com.termux/files/home/.config/rathole/client.toml 2024-12-20T02:50:25.609508Z INFO handle{service=foo1}: rathole::client: Starting bb4eca334f61af3b67b5d528907d30285151610200539302f4c8cabe66225b53 2024-12-20T02:50:25.609577Z INFO config_watcher{path="/data/data/com.termux/files/home/.config/rathole/client.toml"}: rathole::config_watcher: Start watching the config 2024-12-20T02:50:30.616111Z ERROR handle{service=foo1}: rathole::client: Failed to run the control channel: failed to lookup address information: Try again. Retry in 551.876965ms... 2024-12-20T02:50:36.179228Z ERROR handle{service=foo1}: rathole::client: Failed to run the control channel: failed to lookup address information: Try again. Retry in 511.815571ms... cat /data/data/com.termux/files/home/.config/rathole/client.toml [client] remote_addr = "t.xxx.com:2334" default_token = "123" [client.services.foo1] local_addr = "127.0.0.1:8022" ``` server: ```shell /usr/bin/rathole /etc/rathole/server_android.toml 2024-12-20T02:57:46.770939Z INFO rathole::server: Listening at 0.0.0.0:2334 2024-12-20T02:57:46.771587Z INFO config_watcher{path="/etc/rathole/server_android.toml"}: rathole::config_watcher: Start watching the config cat /etc/rathole/server_android.toml [server] bind_addr = "0.0.0.0:2334" default_token = "123" [server.services.foo1] bind_addr = "0.0.0.0:5202" ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: