Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: run script on successful IP update #88

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

ste94pz
Copy link

@ste94pz ste94pz commented Oct 30, 2023

Added the ability to run an external script if the service plugin reports a successful IP update.
Only the cloudflare plugin has been updated to support this feature.
The script file can be specified in the config file, or passed as argument on the command line.
The script will be run with the following command line:
$ /path/to/script/file.sh "hostname" "New IPv4 or None" "New IPv6 or None"

ste94pz added 3 commits October 30, 2023 22:59
Added the ability to run an external script if the service plugin reports a successful IP update.
Only the cloudflare plugin has been updated to support this feature.
The script file can be specified in the config file, or passed as argument on the command line.
The script will be run with the following command line:
$ /path/to/script/file.sh "hostname" "New IPv4 or None" "New IPv6 or None"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant