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
When I trying to start frpc arm64 version in termux, the error message shows: ./frpc open ./frpc.ini: no such file or directory
0.61.0
0.60.0
android/termux/arm64
user = "{{.Envs.FRPC_HOSTNAME}}"
serverAddr = "{{.Envs.FRPS_ADDR}}" serverPort = 7000
loginFailExit = true
auth.method = "token" auth.token = ""
includes = ["./client/*.toml"]
No response
The text was updated successfully, but these errors were encountered:
https://github.com/fatedier/frp?tab=readme-ov-file#access-your-computer-in-a-lan-network-via-ssh
Please refer to the command startup in the document.
Sorry, something went wrong.
No branches or pull requests
Bug Description
When I trying to start frpc arm64 version in termux, the error message shows:
./frpc
open ./frpc.ini: no such file or directory
frpc Version
0.61.0
frps Version
0.60.0
System Architecture
android/termux/arm64
Configurations
user = "{{.Envs.FRPC_HOSTNAME}}"
serverAddr = "{{.Envs.FRPS_ADDR}}"
serverPort = 7000
loginFailExit = true
auth.method = "token"
auth.token = ""
includes = ["./client/*.toml"]
Logs
No response
Steps to reproduce
Affected area
The text was updated successfully, but these errors were encountered: