[GH-ISSUE #484] socks5代理插件用户名密码设置 #367

Closed
opened 2026-05-05 12:10:54 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @axelburks on GitHub (Oct 18, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/484

麻烦问一下
socks5插件
设置代理用户名和密码的参数是什么?
按照http代理插件的设置方式不行
plugin = socks5
plugin_socks5_user = abc
plugin_socks5_passwd = deffff

Originally created by @axelburks on GitHub (Oct 18, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/484 麻烦问一下 socks5插件 设置代理用户名和密码的参数是什么? 按照http代理插件的设置方式不行 plugin = socks5 plugin_socks5_user = abc plugin_socks5_passwd = deffff
gitea-mirror 2026-05-05 12:10:54 -06:00
  • closed this issue
  • added the
    todo
    label
Author
Owner

@fatedier commented on GitHub (Oct 19, 2017):

目前尚不支持用户名和密码设置。

<!-- gh-comment-id:337842333 --> @fatedier commented on GitHub (Oct 19, 2017): 目前尚不支持用户名和密码设置。
Author
Owner

@axelburks commented on GitHub (Oct 20, 2017):

还有 使用socks5插件无法穿透访问路由器的web管理界面,使用http代理插件倒是可以……

<!-- gh-comment-id:338255120 --> @axelburks commented on GitHub (Oct 20, 2017): 还有 使用socks5插件无法穿透访问路由器的web管理界面,使用http代理插件倒是可以……
Author
Owner

@jeffli678 commented on GitHub (Dec 31, 2017):

@fatedier 建议能添加这个功能~如果我没记错,socks5的认证不是很复杂。有了用户名密码会安全一些,不然设置了代理会被扫到,然后挂在网上。

@axelburks 可以先用gost(简单)或者3proxy(功能强)设置有认证的socks5代理,然后用frp转发。

<!-- gh-comment-id:354595781 --> @jeffli678 commented on GitHub (Dec 31, 2017): @fatedier 建议能添加这个功能~如果我没记错,socks5的认证不是很复杂。有了用户名密码会安全一些,不然设置了代理会被扫到,然后挂在网上。 @axelburks 可以先用gost(简单)或者3proxy(功能强)设置有认证的socks5代理,然后用frp转发。
Author
Owner

@shellus commented on GitHub (Jan 10, 2018):

为socks5插件增加账号密码认证+1
我在网件路由上使用frp,使用gost之类的socks5再用frp转发,对我来说比较困难。

<!-- gh-comment-id:356512265 --> @shellus commented on GitHub (Jan 10, 2018): 为socks5插件增加账号密码认证+1 我在网件路由上使用frp,使用gost之类的socks5再用frp转发,对我来说比较困难。
Author
Owner

@jeffli678 commented on GitHub (Jan 10, 2018):

@shellus 估计作者会添加的。你现在可以暂时用frp本身的功能做一个socks代理,比如vps:port1。然后在vps上设置iptables禁止port1被外网访问。然后在vps:port2用gost或者其他工具设置一个有认证的socks5代理forward到port1上。这样外网可以通过socks://user:passwd@vps:port2访问

<!-- gh-comment-id:356643532 --> @jeffli678 commented on GitHub (Jan 10, 2018): @shellus 估计作者会添加的。你现在可以暂时用frp本身的功能做一个socks代理,比如vps:port1。然后在vps上设置iptables禁止port1被外网访问。然后在vps:port2用gost或者其他工具设置一个有认证的socks5代理forward到port1上。这样外网可以通过socks://user:passwd@vps:port2访问
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#367
No description provided.