-
Is it possible to provide a custom url for PUBLICIP_HTTP_PROVIDERS & PUBLICIPV4_HTTP_PROVIDERS address? as i currently run one with nginx. |
Beta Was this translation helpful? Give feedback.
Answered by
qdm12
Apr 1, 2024
Replies: 2 comments 1 reply
-
With |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have tried with command & envfile in systemd and also
env file
edit: error in logs
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, this was fixed a month ago in commit 877531c
I would guess you are running version 2.6.0 which doesn't have the fix unfortunately.
You would need to build the (still unreleased) last version, which you can do by:
go install github.com/qdm12/ddns-updater/cmd/updater@master
and this will install the statically compiled binary program in your path (I think /go/bin/updater by default). Compilation takes about 20 seconds.Or wait for a v2.7.0 release if this isn't pressing 😉