mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #38] anti-abuse: clients updating too often with nochg #39
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#39
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 @ThomasWaldmann on GitHub (Oct 22, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/38
"abuse" api result code should be used for this.
@ThomasWaldmann commented on GitHub (Nov 24, 2013):
counting the faults is implemented by
e9605535b8still missing:
some action when the faults increase too rapidly
periodically resetting the counters
@ThomasWaldmann commented on GitHub (Nov 30, 2013):
faults showing / resetting management script done by
9970e76bb5also updated docs about periodical counter reset
24e107655estill missing: action when counters increase too rapidly
@ThomasWaldmann commented on GitHub (Nov 30, 2013):
abuse (and available) flags added
866ddf3beanow it is trivial to deal with setting the abuse flag in the faults script that is run periodically anyway to reset the fault counters. if the counter is too high, reset the counter, but set the abuse flag.
@ThomasWaldmann commented on GitHub (Dec 1, 2013):
implemented by
2c5e756f15