Nico D'Cotta

Results 13 issues of Nico D'Cotta

I am trying to make colmena work with [nixd](https://github.com/nix-community/nixd) for a better IDE experience. Nixd expects some config specific to each nix project so that it can resolve the attribute...

I recently migrated from Morph to Colmena (everything worked fine with Morph) and _some_ machines I had the following error when performing `colmena apply`: ``` ... elvis | Activating system...

Hi! My understanding is this lib should support RFC-4592 (wildcard domains, as stated in the README). I am trying to use wildcard domains RRs with the following example: ```go //...

**Describe the bug** The following panic on filer start: ``` I0125 21:58:50.993467 filer_grpc_server_sub_meta.go:36 [email protected]:52240 starts to subscribe / from 2024-01-25 21:10:29.022901885 +0000 UTC I0125 21:58:51.076594 webdav.go:104 connected to filer 10.10.0.1:8888...

With the following custom records config (other config params mostly defaults): ``` customdnsrecords = [ "example.memez 3600 IN A 0.0.0.1", "example.different 3600 IN CNAME example.memez", ] ``` It seems when...

#### Feature Description Allow using [Expose Paths](https://developer.hashicorp.com/consul/docs/connect/proxies/proxy-config-reference#expose-paths-configuration-reference) with HTTPS, in addition to the existing `http` and `http2` modes. #### My alternatives - I downgrade the server I want to expose...

As in allow leng to perform DoT queries to upstream resolvers, much like it does for DoH. I think this is a nice to have only, as we are already...

enhancement

See [Cloudflare docs](https://developers.cloudflare.com/dns/cname-flattening) for the what and the why

enhancement

Implement simple wildcard DNS matching. For a server with ``` example.com. 3600 IN A 2.2.2.2 *.example.com. 3600 IN A 1.1.1.1 ``` You will now get `1.1.1.1` when querying for `www.example.com`...