Closed Ferdudas97 closed 1 year ago
I missed some tests (propably integration). For example how it will work if someone set something like that:
"A", "!B"
? It will allow traffic for everyone exceptB
andA
doesn't matter?
It will accept traffic from users from users which have B and not have A. Negated value works as blackList
Could you give an example how clients should use this feature, to be guest-aware?
I missed some tests (propably integration). For example how it will work if someone set something like that:
"A", "!B"
? It will allow traffic for everyone exceptB
andA
doesn't matter?