mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4537] frpc 0.61.0 arm64 still uses ini config file #3583
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3583
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mochechan on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4537
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
@fatedier commented on GitHub (Nov 15, 2024):
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.
@mochechan commented on GitHub (Nov 20, 2024):
However, using -c to specify a toml file appears another errors.
The mentioned problem does not occur if I use x86_64 version.