Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

How about some creative volume mappings? Like mounting `/var/spool/cron/crontabs/myuser` (host) to `/var/spool/cron/crontabs/root` (container) ?

Thanks - I figured as much - that's just life.. Oh well :) It would in theory be possible to do something like: * When looking up a domain *...

Hi, It won’t - I need the zone to function as normal, except for this one record where I want A/AAAA to resolve to a local address. While I can...

Awesome :) For reference, I think a checkbox like "use this server", but "no value / no reply" would be the way to go. This way, you could still allow...

I think I found the culprit. If the listen IP is `any`, the server will listen to `http://+/..` while in my case it will listen to `http://192.168.1.2/..` https://github.com/TechnitiumSoftware/DnsServer/blob/d61f31162f0969721180d03b4a41f3fab71e0e18/DnsServerCore/DnsWebService.cs#L4088-L4115 I can't...

It's also a big change - I noticed a number of other possible refactorings, like using JsonSerializer (Newtonsoft or System.Text.Json), instead of writeproperty/writevalue calls. Is there a reason you made...

Else .. there _are_ benefits to strongly typed models, especially for settings where you know all the values that can be.. This helps identify errors where you rename or remove...

Would it be possible to add to the list of prefixes being listened to? I imagine that we could change `_webServiceLocalAddresses` to a `List`, and then use that as hostnames....

We could add you as a member, @LTRData - then packages could be pushed on the official nuget feed.