mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4246] [功能请求]Commands 支持多代理运行 #3348
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#3348
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 @lintent on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4246
Describe the feature request
支持多代理使用参数加载,可以减少frps相关内容泄露,起码不是明文在配置文件中了。
字典+列表 的参数进行加载
如:
frpc -D {“token”:"fatedierAAAfrp",“server_addr”:"8.8.8.8",“server_port”:7000,"proxies":[{"name":"server1", type:"tcp","secretKey":"google","local_ip":"127.0.0.1","local_port"3389},{"name":"server2",type:"tcp","secretKey":"google","local_ip":"127.0.0.1","local_port"3389}]}
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (May 29, 2024):
没有这方面的计划。