This plugin allows you to dynamically exclude a IP using DDNS update.
This plugin allows the Matomo users to dynamically exclude their IP address using DDNS update.
Matomo 5.0.0-b1 or higher is required.
View and download this plugin for a specific Matomo version:
Which update method should I use, DDNS Update or DDNS Hostname?
If available, DDNS Update is recommended. This method is a bit more complicated to set up, but it leads to immediately updated IP's, as the client will trigger the update whenever a new IP is assigned. But it may not be viable for all users, eg. * Not all DDNS clients allow custom update-URL's. * The client may be already serving another server and have no ability to talk to multiple servers at the same time.
So, the DDNS Hostname can be an alternative. Use a DDNS service that is compatible with your client and enter the hostname from there to have the plugin resolve your dynamic IP. The downside: Updating happens via a scheduled task every hour, so there might be small windows with the new IP still being tracked, but not the old one.
What data do I need to set for DDNS Update
You need to set a custom URL to be triggered for an update. Your personal update-URL is shown in your Matomo installation (user-menu > Personal > DDNS Settings).
The URL has the following scheme:
http{s}://{matomo.url}/index.php?module=ExcludeByDDNS&action=update&token_auth={token_auth}
There is no need to set user, password or domain name.
View and download this plugin for a specific Matomo version: