M.J. Fieggen (Joni)
M.J. Fieggen (Joni)
What is the current status, for this? As far as I can tell, importing a list of `noop` entries does not do anything, at the moment, which means that processing...
> @mejofi if you've rails console access, you could run: `DomainBlocks.delete_all` to archive this: > > > Or perhaps a 'clear all entries' button that allows the administrator to reset...
> Oh wait, I made a mistake: `DomainBlock.delete_all` it's singular class name Thanks, that worked :) In case anyone else comes through here and needs to know how to do...
I ran into this just now, and it was the order of the `HostKey` statements in our configuration. This passes; ``` HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_ed25519_key ``` This doesn't; ``` HostKey...
In case anyone arrives here looking for a resolution for `Group exchange (diffie-hellman-group-exchange-sha256) modulus sizes did not match` error, and wants to know what changes happened in v3, see the...
Apparently this is intentional, for some reason; https://github.com/validator/validator/issues/1592#issuecomment-1550483437
When testing with the dev test build, the archive is created with a `.exe` suffix, instead of `.7z`? It expands, and I can rename it if needs be, but this...
Ah, never mind, apparently 'Self extracting archive for Windows' is a new option in 1.4.0, and turned on by default? Off by default may be a better choice 😄 Looks...
No longer seems to turn on when switching between the current MAS release and the beta 👍🏻 This build seems to have an odd UI issue with overlapping fields, though?...
Running `check-creds` in debug mode does not seem to enlighten either; ``` % dnscontrol --debug check-creds CF_MAIN CLOUDFLAREAPI failed GetZone LZ: failed fetching domain list from cloudflare(""): Invalid request headers...