hacel
hacel
https://github.com/mholt/caddy-dynamicdns/commit/a0a2581345050f0854626c89ab6d4690b6606dd4 My bad the problem is actually that caddy v2.7.6 uses quic 0.40 but caddy master uses quic 0.42. Go when not specifying a version when you `go get`, downloads...
Why is no one allowed to take over this pull request despite the authors' three month disappearance?
Just adding this line made it work as expected ``` diff --git a/src/update_handler.c b/src/update_handler.c index a90e4095..f1d6f879 100644 --- a/src/update_handler.c +++ b/src/update_handler.c @@ -1250,4 +1250,5 @@ static gboolean untar_image(WfosImage *image, gchar...
> From the manpage it seems that `--xattrs` should be enough. Do you know if this is supported by busybox tar as well? From my testing, while extracting, simply doing...
I see, it's your call of course. I'm going to be using my patched version in the mean time and will report any problems.