iptracker
iptracker copied to clipboard
[Feature] Add webhook support for IP change notifications
Add the ability to send a user-defined webhook when an IP address is updated
Make available the new IP in the payload
POST [url]
{
"ip": "123.45.67.890"
}