[GH-ISSUE #1976] how to ban client? #1571

Closed
opened 2026-05-05 12:59:47 -06:00 by gitea-mirror · 4 comments
Owner

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?

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?
Author
Owner

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

<!-- gh-comment-id:689949239 --> @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.
Author
Owner

@burkifaso commented on GitHub (Sep 10, 2020):

it will be hard since I have never coded in golang..

<!-- gh-comment-id:690302851 --> @burkifaso commented on GitHub (Sep 10, 2020): it will be hard since I have never coded in golang..
Author
Owner

@fatedier commented on GitHub (Sep 10, 2020):

You can write plugin with any language, frp will call this plugin by HTTP.

<!-- gh-comment-id:690311620 --> @fatedier commented on GitHub (Sep 10, 2020): You can write plugin with any language, frp will call this plugin by HTTP.
Author
Owner

@blizard863 commented on GitHub (Sep 15, 2020):

/solve

<!-- gh-comment-id:692430634 --> @blizard863 commented on GitHub (Sep 15, 2020): /solve
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#1571
No description provided.