Adam Schultz

Results 6 issues of Adam Schultz

The +short method of dig may return outputs in the case of an error. For example, if no IPv6 DNS server is available: ``` / # dig +short @2606:4700:4700::1111 -6...

**Describe the bug** [ncdc]: Seg fault after recent updates ``` user@host:~$ ncdc Segmentation fault (core dumped) ``` Since there are no debug symbols I can do very little to figure...

bug

The example ProxySpec has DivertPort before DivertAddr. The code actually only processes DivertAddr when DivertPort is processed so order matters. It would be easiest to fix the docs, but more...

I'm working on a modification to sslproxy to use addresses provided using the haproxy PROXY v1 protocol from the initial client TCP connection to allow easier redirection and load distribution...