mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3306] releases frpc_full.ini 示例 socks5 填写账号密码处有误 #2647
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#2647
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 @we1h0 on GitHub (Feb 15, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3306
Bug Description
https://github.com/fatedier/frp/releases 从这里下载的文件,解压后得到frpc_full.ini,配置
[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5
plugin_user = abc
plugin_passwd = abc
plugin_user = abc
plugin_passwd = abc
并没有生效,
重新配置
plugin_socks5_user = abc
plugin_socks5_passwd = abc
配置文件才生效可以通过该账号密码访问socks5代理,frpc_full.ini示例有问题
frpc Version
0.47
frps Version
0.47
System Architecture
linux/amd64
Configurations
//frpc
[common]
server_addr = 127.0.0.1
server_port = 7777
enable logs
log_file = ./frpc.log
log_level = info
log_max_days = 3
[plugin_socks5]
type = tcp
remote_port = 2333
plugin = socks5
plugin_user = abc
plugin_passwd = abc
//frps
[common]
bind_addr = 127.0.0.1
bind_port = 7777
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Mar 18, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.