mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1592] Socks5 plugin support access ip & port filter #1263
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#1263
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 @rainbend on GitHub (Jan 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1592
@fatedier 你好, 我想为
socks5 plugin增加ip/port过滤功能。想法如下:
plugin_target_hosts & plugin_target_ports参数filterChan根据配置参数过滤访问链接存在问题:
armon/go-socks5已经不接收PR是否可以一起讨论一下, 期待回复!
@fatedier commented on GitHub (Jan 5, 2020):
复杂的需求场景还是建议使用自己实现的 socks5 的应用来做,frp 内置的只作为一个简单的实现,方便大多数场景下的使用,否则把太多这些插件的细节功能都放在这个项目里维护,会非常臃肿,也缺乏精力去持续跟进。