fp-multiuser icon indicating copy to clipboard operation
fp-multiuser copied to clipboard

Limit the number of tunnels, rather than restricting a user to only one online session.

Open Relief156 opened this issue 1 year ago • 0 comments

When I start a tunnel on one device as user1, I am unable to start another tunnel on another device using user1's province, showing that user1 already exists. Is it possible to modify the configuration file to:

user1: [token="lbwnb", "max_tunnels"="5"] # That is, the username user1, token=lbwnb, maximum number of tunnels is 5, meaning up to 5 frpc clients can be opened, each with one tunnel. When the number of tunnels exceeds the corresponding amount, it will not be possible to successfully start frp. Of course, in the future, it might even be possible to set other related user data like [data="100GB", bandwidth_limit="10M"]

Relief156 avatar Aug 22 '24 12:08 Relief156