Replies: 1 comment
-
Same question, should you just run it through cron? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure how it currently decides whether or not to update, but I just want it to send a daily update. Nothing more.
I mean, checking the public IP address requires a call anyway, periodically (I still don't know, or control, how often this happens), so it might as well be an update. Whether doing a HTTP call to check the IP-address, or do a HTTP call to update the IP-adress, it's a HTTP call in both cases. So you might as well skip the former and only ever to the latter, daily.
So how do I go about configuring that?
Beta Was this translation helpful? Give feedback.
All reactions