[GH-ISSUE #3306] releases frpc_full.ini 示例 socks5 填写账号密码处有误 #2647

Closed
opened 2026-05-05 13:42:31 -06:00 by gitea-mirror · 1 comment
Owner

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示例有问题

image

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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示例有问题 <img width="651" alt="image" src="https://user-images.githubusercontent.com/36469846/218915199-1c5b1eb7-9e6f-4dcf-9b53-5d49f9d8670e.png"> ### 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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:42:31 -06:00
Author
Owner

@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.

<!-- gh-comment-id:1474545338 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2647
No description provided.