-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi! Thank you so much for prompt responses! Your project works great!
I'm curious if it's possible to store per month stats and limits for traffic?
The reason is that many ISP and VPS or Cloud providers have limits for ingress and egress traffic per month. It would be nice to see stats per month to understand if someone uses the traffic too much or reaches the quota. It would be also nice to see such stats per month for connections and IP limits. For example to see if a secret reached the maximum number of connections this month or not. So I suggest to add a variable like 'max connections reached' and 'max IPs reached' with absolute and percentage values. Both of them per month. The same way to see quota reached per month. And add a parameter to limit quota per month. If the quota is reached the secret can't use this proxy until the start of the next month.
It's just an idea. It's not urgent. I'm already very happy with your project! It's awesome!