outline-server
outline-server copied to clipboard
Fix isOverDataLimit logic to stop allowing 0 traffic byte
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.