outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Fix isOverDataLimit logic to stop allowing 0 traffic byte

Open cornzzy opened this issue 1 year ago • 0 comments

issue #1515

This if statement is just wrong and doesn't block access when traffic limit is set to 0 byte. This one character fixes it.

Now if we create a new access key, set the limit to 0 before the first usage, the client no longer will be able to connect as expected.

cornzzy avatar Jun 05 '24 06:06 cornzzy