Michael Bisbjerg
Michael Bisbjerg
Hi, I've setup a slave, but it's on a server with a lot of IP adresses, so I'd like to use one specific IP in the listen-configuration. Currently, Cronicle has...
Hey, Does anybody have a systemd service file that can be used to control the Cronicle daemon? The idea is to be able to start, stop, restart on failure etc....
Make sure these boxes are checked( - [x] ) before submitting an issue. - [x] Running latest npm and node? (Run `npm --version` and `node --version`). Get the latest nodejs...
Occasionally I will get "NXDOMAIN" responses in my browser, for domains I'm quite sure works, and sure enough after a little while the browser loads the page (I guess edge...
I have a curious situation. I'm trying to use my DNS server for other things as well, so I want technitium DNS to listen to `192.168.1.2` (port 80), while the...
I've created a CFZ that hijacks a single record from my target zone, and places it locally - but I've observed that if the record originally has other record types...
@qmfrederik, I noticed that the recent packages in github packages are named f.ex. `0.16.10`. Should there be a prerelease label to ensure that it is known to be that? E.g.:...
Fixes #175
Seems some placeholder code is missing to open files and perform the copy stream functionality. See #189
In [this code](https://github.com/DiscUtils/DiscUtils/blob/17988ab7ecd6592b51db30c1f50d8fe89b508297/Library/DiscUtils.Core/Internal/Utilities.cs#L433-L436), DiscUtils makes a regex out of the Search Pattern provided (ususally `*.*`). However, we're using it with a filter of `*`, and that doesn't really work. It...