Eric Rodrigues Pires
Eric Rodrigues Pires
You were missing the refcap in the `iftype`. Either way, adding it will still trigger the error. As a workaround for this case, using a temporary variable with explicit type...
Are you using the `main` branch version? When I have that running and try to bind without the TXT being set to the current key, it will bind to a...
The documentation referring to the _sish record is in accordance with [this change](https://github.com/antoniomika/sish/commit/b06d594a5117d7066b8b9bb01ee397fb091b90f1), which hasn't been released in a tagged version yet. I believe you still need to use `sish=SSHFINGERPRINT`...
- It has to be from either of the user's key. Both generate the same fingerprint:  - Yes. - Also yes. A friend who's using sish has run into...
Actually, reading on the documentation for `--bind-hosts`, it seems that you must specify the root host, i.e. "Requested hosts should be subdomains of a host in this list". So perhaps...
You can leave that as is, then.
With the current implementation of [verifyDNS](https://github.com/antoniomika/sish/blob/23ccc593374a2b85fdc9247caa74da108fcd0ed2/utils/utils.go#L678), `_sish.t.wdh.gg` will only apply for `t.wdh.gg`, not any subdomains. The appropriate TXT entries would have to be added for each subdomain as well. Going...
It definitely works for me, as it doesn't let me bind on a subdomain if the TXT is missing. I'm not really sure what else could be causing this issue,...
Another issue I've just noticed is that generated lib docs will also include links to actors/traits/etc. in the related packages (eg. if a function takes `U8` as a parameter, the...
Sorry for the late reply. I think that the entire issue with the official doc pages being updated with each release would warrant different versions of the documentation to be...