dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Limit traffic user

Open AnonymousWebHacker opened this issue 4 years ago • 4 comments

can control the total traffic of the connecting user. ? In my case I do not want to exceed the traffic of my vps

AnonymousWebHacker avatar Nov 13 '21 02:11 AnonymousWebHacker

Hi @AnonymousWebHacker Could you please describe your use case in more detail?

The connections between machines are peer-to-peer meaning the traffic isn't going through a central VPN server (there are some exceptions, when relay is utilized).

braginini avatar Nov 13 '21 09:11 braginini

The idea is that you can configure the traffic of a created user, I mean the vpn

AnonymousWebHacker avatar Nov 13 '21 09:11 AnonymousWebHacker

Do you mean bandwidth control for every users wireguard?

can control the total traffic of the connecting user. ? In my case I do not want to exceed the traffic of my vps

You may check your vps panel is any bandwidth control from isp vps panel

malikshi avatar Nov 13 '21 09:11 malikshi

@AnonymousWebHacker currently you can control traffic speed for the relay service. This is supported in Coturn by changing the values for the session and total server capacity, see the documentation here:

max-bps bps-capacity

This won't limit total bandwidth but with slower speed will give you room to cut the connections before hitting your VPS limits. Also, if you are in Europe, you may want to have a look at Scaleway as its Instances don't have transfer limits other than speed.

mlsmaycon avatar Nov 13 '21 10:11 mlsmaycon