cpanel #320

Open
opened 2025-11-20 04:22:42 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @ITMan101 on GitHub (Oct 17, 2023).

The IP is updated by accessing a link cPanel provides.

ex. https://examplewebsite.com/cpanelwebcall/secret-code

It returns "ipv4: New IP Address"

Originally created by @ITMan101 on GitHub (Oct 17, 2023). The IP is updated by accessing a link cPanel provides. ex. https://examplewebsite.com/cpanelwebcall/secret-code It returns "ipv4: New IP Address"
saavagebueno added the Category: New provider 🆕 label 2025-11-20 04:22:42 -05:00
Author
Owner

@ingoratsdorf commented on GitHub (Jun 17, 2024):

Not sure if there's really a requirement for a new provider. I use this:

{
	"settings":[
	  {
		"provider": "custom",
		"domain": "example.net",
		"host": "host",
		"url": "https://example.net/cpanelwebcall/abcdefghijklmnopqrtuvwxyz",
		"ipv4key": "ipv4",
		"ipv6key": "ipv6",
		"success_regex": "ipv4: \\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}",
		"ip_version": "ipv4",
		"ipv6_suffix": ""
	  }
     ]
}
@ingoratsdorf commented on GitHub (Jun 17, 2024): Not sure if there's really a requirement for a new provider. I use this: ``` { "settings":[ { "provider": "custom", "domain": "example.net", "host": "host", "url": "https://example.net/cpanelwebcall/abcdefghijklmnopqrtuvwxyz", "ipv4key": "ipv4", "ipv6key": "ipv6", "success_regex": "ipv4: \\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#320