Indrajit Raychaudhuri
Indrajit Raychaudhuri
> So, I think it would be best to name things to match the name used by the service. To accommodate tooling, we could add a command-line option that lists...
Hi @onc, this should have worked OOTB. Could you please verify if the path `$(brew --prefix)/share/zsh/site-functions` is owned by the logged in user?
Hi @onc, I see what's happening. Almost certainly you are using macOS bundled zsh (`/bin/zsh`) instead of Homebrew provided zsh (`$(brew --prefix)/bin/zsh`) - you can verify that by checking your...
> Are any downstreams running with this? Most don't (Debian, Fedora/RedHat maintain their own copies) but Arch Linux [does](https://gitlab.archlinux.org/archlinux/packaging/packages/ddclient/-/blob/main/PKGBUILD?ref_type=heads#L49). As the name indicates, this file is expected to be a...
I signed up with dnsexit and grabbed a free domain to test this. Here are my observations: - Case 1 (fail): ddclient.conf: ``` usev4=webv4, \ protocol=dnsexit2, \ zone=linkpc.net, \ password='key'...
@jortkoopmans, more details: 1. Please ignore case 3, that's not a 'pass', that errors out with "hostname does not end with the zone". Sorry about that. 2. case 1 indeed...
@rhansen: `foo.linkpc.net` and `bar.linkpc.net` are actual hosts with A records available under `linkpc.net` which is a free domain that dnsexit allowed me to pick up.
@rhansen you are 100% right! `A` records for `foo.linkpc.net`, `bar.linkpc.net` etc. *cannot* be simultaneously updated using DNSExit rest API - even when they belong to the same account and have...