micw

Results 155 comments of micw

Hello, would be great, if that could be merged! Thank you, Michael.

Wouldn't a suspend/resume of the listeners ake the service unavailable for a period of time (and even terminate existing connections)? Is there a way to use new certs on new...

I think that's acceptable for most cases. So the solution could be to monitor the cert files and suspend/resume the listeners if the file has changed. Ideally that would be...

> The easiest way to allow this to be specified would be to add it to the serverURI. Something like tcp://hostname:port. I don't know if there is a standard notation...

> I think it's better to bind to a IP Adress Why? Both methods are similar but for IP you'd first need to figure out the ip address of a...

> `SO_BINDTODEVICE` needs `CAP_NET_RAW` capabilities for which you need root rights in Linux Kernel based systems. A common aproche is to get the interface IP and bind the IP. This...

Glad to see that you notice the importance of this killer-feature :-D The backtick quoting works, I already used it to create a (single line) moving text animation. Preprocessing in...

I'll try my luck, maybe learn golang today ^^ I had a look to the code. Should be doable by introducing a new scanner, right? The only problem is the...

Hm, read this too late. Meanwhile I got a brief impression of golang and wrote an initial release (see my fork at https://github.com/micw/slacknimate. Basically it works, frame duration is ignored...

Swapping lan/wan _is_ actually what I want. I can do this in the siteconf which requires maintenace of 2 builds. Or I can do it manually in /etc/config/network which is...