Change UA

This commit is contained in:
Christopher Cookman 2025-09-23 18:58:25 -06:00
parent 19cb052930
commit 3af732816d

View file

@ -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)",
},
});