Skip to content

Commit

Permalink
Merge pull request #479 from mia0x75/master
Browse files Browse the repository at this point in the history
  • Loading branch information
troglobit committed Apr 8, 2024
2 parents 0c17eca + 4aa8af5 commit 4a12547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dyndns.c
Expand Up @@ -530,7 +530,7 @@ PLUGIN_INIT(plugin_init)
plugin_register(&googledomains, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register_v6(&googledomains, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register(&dynu, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register_v6(&dynu, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register_v6(&dynu, DYNDNS_UPDATE_IPV6_HTTP_REQUEST);
plugin_register(&dyfi, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register_v6(&dyfi, DYNDNS_UPDATE_IP_HTTP_REQUEST);
plugin_register(&dode, DYNDNS_UPDATE_IP_HTTP_REQUEST);
Expand Down

0 comments on commit 4a12547

Please sign in to comment.