Lam Chan
Lam Chan
Maybe we can support Joi extensions like Joi does and make Felicity extensible. Author of a Joi extension can also author a Felicity extension. We can create a new repo...
Does this mean I need to call `unbound-exporter` like this? `unbound-exporter -unbound.host unix:///var/run/unbound/control.sock -unbound.ca="" -unbound.key="" -unbound.cert=""`
Shouldn't [this](https://github.com/letsencrypt/unbound_exporter/blob/main/unbound_exporter.go#L426) bypass the [loading of the certs](https://github.com/letsencrypt/unbound_exporter/blob/main/unbound_exporter.go#L441-L442)? I'm confused on why `u.Scheme == "unix"` condition isn't triggering. Do I need to pass a different socket path format to `-unbound.host`
can you provide a simple example around this?
@dhinklexo can you include the rest of the example such as the definition for `myOtherHandler`
cool, will look at it tonight