Aveline
Aveline
I've made some changes ... Now it can compile successfully with PHP 5.4.x
Golang's [`http.Redirect`](https://github.com/golang/go/blob/d0051be847163f1bedb5a5c68f7827f40b4ef4e4/src/net/http/server.go#L2280) method will only send a `Location` header and a link as body. The `Location` header will only trigger a redirect if the status code is [3XX](https://www.rfc-editor.org/rfc/rfc9110.html#section-10.2.2-4). Unfortunately, Traefik's...
We're currently using a directory inside tmpfs for textfile collectors to reduce possible unnecessary IO usage, and the directory will be removed after a reboot. This PR is to ensure...
This adds support for parsing EDNS client subnet option as it's almost impossible to do it using VRL. I'm currently waiting for the [0.25 release](https://github.com/hickory-dns/hickory-dns/issues/2206) of `hickory-dns` as this feature...