mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1976] how to ban client? #1571
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#1571
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 @burkifaso on GitHub (Sep 9, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1976
I'm using frp as a http proxy client in my proxy software , client is setup as http proxy (using proxy plugin) and then connect to the server
how to ban client if he does not share his internet connection as a http proxy ? how to detect it at the server side and ban IP without ability to connect to the server next time?
@fatedier commented on GitHub (Sep 10, 2020):
https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md
You can write your own plugin to ban client that you don't allowed.
@burkifaso commented on GitHub (Sep 10, 2020):
it will be hard since I have never coded in golang..
@fatedier commented on GitHub (Sep 10, 2020):
You can write plugin with any language, frp will call this plugin by HTTP.
@blizard863 commented on GitHub (Sep 15, 2020):
/solve