mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1911] Max ports per client issue ? #1518
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#1518
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 (Jul 20, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1911
I have specified in the server config file :
max_ports_per_client = 1
but I can still run few instances of frp clients on my windows machine and connect to the server..
as a client I'm running http proxy plugin .. below is client config
why ?
@fatedier commented on GitHub (Jul 20, 2020):
max_ports_per_clientmeans limit the max ports one frpc can use.@burkifaso commented on GitHub (Jul 20, 2020):
thanks, but how to do it on the server side, allow client to made max one connection to server.
@fatedier commented on GitHub (Jul 20, 2020):
https://github.com/fatedier/frp/blob/master/doc/server_plugin.md
You can achieve more custom features by
frp server plugin.