Gabor Retvari
Gabor Retvari
#### This is another take on #134 #### This is another attempt to address #134, see an earlier attempt in #222 #222 introduces the DeniedPeerRange stanza into the ServerConfig to...
First take at #324. The idea is to make it possible to customize the behavior of the TURN server in order to admit/deny allocation requests (e.g., to implement user quotas)...
Several users requested for a way to enforce a specific NodePort when exposing a Gateway. This can be done by, say, adding the annotation `stunner.l7mp.io/nodeport: ` that would the operator...
### Description Client's TURN connections should remain alive after the baxckend pod they are talking to via STUNner enters graceful shutdown. However, currently connections break as soon as the backend...
### Description If no namespace is given, `stunnerctl config` should automatically use the default namespace. ### Steps to Reproduce 1. Deploy the [UDP greeter](https://github.com/l7mp/stunner?tab=readme-ov-file#configuration) example into the default namesapce: ```...
Currently there is no way to specify a `Target` selector in the case when a `Target` is created inline inside a `VirtualService`. In particular, the below example to route DNS...