Jigsaw-Code / outline-ss-server

Outline Shadowsocks server
https://getoutline.org
Apache License 2.0
745 stars 189 forks source link

limit users for one key #224

Closed aposipov closed 5 days ago

aposipov commented 6 days ago

how to limit the number of users per key so that only one user can connect per key.

sbruens commented 5 days ago

Thanks for opening this ticket. Unfortunately, there is no way to limit usage of a key.

You could look into using the Prometheus metrics to inspect the usage of a key and see if it's being shared widely. Here are some instructions to get your started on that: https://stackoverflow.com/q/76869983