-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote denylists and watching system (proposal) #19
Comments
HTTP polling has been introduced at #22 |
We want to leverage this and switch Did some initial triage today:
|
Hey, nopfs watches denylists and reads any new lines appended to them. Adding updates in append-only fashion allows to do this without having to re-read the whole file. I don't think #38 is a must. If the list upstream is append only, you:
I don't know if you saw, but the badbits list is published in append-only format here: https://denyli.st/badbits.deny.txt and that is what I used for my defunct gateway. I have a github action that reads https://badbits.dwebops.pub/badbits.deny and finds any new lines and turns appends them to https://denyli.st/badbits.deny... so far so good, it's been going for months. So you can use |
The following are my thoughts on how to provide denylists so that they can be subscribed-to.
Server
denylist/<name>
. Must be a signed message.Client
The text was updated successfully, but these errors were encountered: