Georg Müller
Georg Müller
This would indeed be a nice feature. For example, with cgit (used by kernel.org with highlighting from pygments), function names or Kconfig options could get an anchor so that links...
I ran into the same issue: The tree plugin fails to work if I set `Referer-Policy` to `no-referrer` in my nginx configuration for the host. Reason for this header is...
Is there a reason that there is no output buffering? The --help section states that "-u" for unbuffered is ignored since everything is always unbuffered. To test the speed without...
I will prepare a PR, but I am currently fighting the borrow checker to have `writer` either `&mut Write` or `BufWriter`
Sorry for the delay. I have managed to build it and then compared bat to cat. cat has a special implementation which reads in bigger blocks, but checks with some...
Draft PR is #596.
I solved the problem by wrapping the DialProxy in a ACLDialProxy, doing the subnet matching in HandleConn before calling HandleConn of the DialProxy. Accessing the connection in the match function...
Adding routes only works for an already registered ipPort. The stuff in done in tcpproxy.Start() - looping over configs and calling p.netListen() is not done again. For removal of a...
Fragments are never part of a request. They are only processed at the client and not visible for the server. So this behavior is expected and not a bug
The issue with nftables-nft is a different behavior in the chain check: ``` $ iptables-legacy -t filter -n -L FOO-BAR-TEST iptables: No chain/target/match by that name. $ echo $? 1...