Julius Rickert

Results 29 comments of Julius Rickert

It appears to me that your Bitbucket pipeline is manually setting the entrypoint to a shell. The `dnscontrol` image is shipping without a shell and [uses the Go binary as...

Container images have been kind of a mess since Docker Hub removed automated builds for public repositories. I, myself, am building them myself at the moment, but am looking forward...

@jauderho Sure. But DNSControl relied on that for building the images.

It can for sure. But it's not set up yet.

I didn't even know this feature existed. What were the motivations behind including this functionality into DNSControl? I think this should not be the concern of DNSControl. For me, DNSControl...

> Cause self sign cert need extra step to Add root cert manually in every browser! That's not what I was trying to suggest, sorry for causing confusion here. Please...

Sure, this is what I have been using so far: ```js function M365_BUILDER(name, value) { // value is optional if (!value) { value = {}; } if (value.mx !== false)...

I think it's reasonably stable. I'll have to see what I can do. But I'm also implementing a provider (http.net) and the exam period is starting soon 😄

> I am currently using the DMARC_BUILDER with my domains and it is working great. Great! Love to hear that. I don't want to discourage you, but, from my point...

> Should the semantic versioning refer to the dnsconfig.js file format or the code? Semantic versioning is only concerned with the public API. It is all about the impact on...