mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1711] Invisble ratelimit leakage #1190
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mpeter50 on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1711
🐞 Describe the bug
For the past few weeks I was experiencing notification delivery issues. It turned out the reason is that my IP address regularly reaches its message sending quota of 250 messages a day. It surprised me, because I receive far less messages, and I dont use Ntfy notifications for much things.
Perhaps I forgot about a poor project of mine? Maybe, but its not likely.
I have tried to diagnose the issue on my network, but I did not find the cause of the usage increasing.
💻 Components impacted
ntfy server
🔮 Additional context
I have installed blocking firewall rules on my routers, which verifyably block access to ntfy.sh, and yet the usage counter is still increasing.
I blocked it only on the FORWARD chain so that I could still query the statistics. To verify that no other traffic is going to ntfy, e.g. from the router itself, I ran tcpdump, and I was seeing that traffic was only exchanged with the ntfy server when the stat query was running:
https://gist.github.com/mpeter50/718c654a15bb19a5cd8e049a14a58ef3
@mpeter50 commented on GitHub (Apr 20, 2026):
For clarification, I suspect there is a rate accounting bug in Ntfy, but primarily I am here to request some form of assistance, because I am out of ideas. On my side, it seems I am not actually sending notifications when the accounting increases.
wunter8 said in the Matrix room that debugging this might be problematic because there is not much logging on the ntfy.sh instance, but if you have a dev instance, and it would help, I could override the DNS results for my network to redirect traffic to it. But thats probably not too useful because of TLS certs.