diff --git a/index.js b/index.js index 116744c..d0a9595 100644 --- a/index.js +++ b/index.js @@ -123,7 +123,7 @@ setInterval(processRetryQueue, 1000); // Connect to process.env.IEM_WS_SERVER const wsClient = new ws(process.env.IEM_WS_SERVER, { headers: { - "User-Agent": "ntfy-pusher/1.0", + "User-Agent": "IEM-Alerter-NTFYPusher/1.0 (+https://git.chrischro.me/iem-alerter/ntfy-pusher; contact: me@ko4wal.radio)", }, });