Results 422 comments of Florian Klink

https://github.com/edolstra/nix-serve/commit/4adb63d5a0fca56fe954ca9b1871ec38caafd008 suggests the change was intentional. If that's the case, https://github.com/NixOS/nix/issues/11225 would need to be fixed and backported.

```js D("example.com", REG_AUTODNS, DnsProvider(DNS_AUTODNS), DnsProvider(DNS_BUNNY, 0), {"no_ns": 'true'}); ``` This doesn't seem to have an effect. `DNS_BUNNY` wants to add the NS records created by `DNS_AUTODNS` to the bunny zonefile...

It proceeds with the rest of the changes (and other domains). It however says at the bottom: > completed with errors (not warnings)

`createRecord` never returns this error, these errors are emitted from the other callback function(s) so far. I don't feel comfortable touching the provider, as I don't know how the API...

I don't know, ideally I'd not need to pick any - I was hoping tls-webpki to be more portable. Do you want me to ask upstream what best to do...

Sorry for the delay. I updated the PR, we now default to tls-aws-lc, but allow selecting ring via another feature flag. PTAL.

@liufuyang anything else left with this?

Note Tonic 0.14 also has been released a week ago, which I'd like to work on once this landed: https://github.com/hyperium/tonic/releases/tag/v0.14.0

I assume tonic 0.14 will take a while until it propagated through the ecosystem, so a release with 0.13 would be good, for people to be able to bump to...

It seems it isn't even possible to enable IPv6 for all components. Setting `frontend.instance-interface-names=mycelium` to that interface simply results in an unrecoverable startup error.