modernben / iptracker

Desktop tool to keep track of your IP address and update you when it changes
MIT License
52 stars 6 forks source link

[Feature] Add webhook support for IP change notifications #8

Open modernben opened 1 year ago

modernben commented 1 year ago

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"
}