projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4919723
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Wed, 22 Nov 2023 22:04:25 +0000
(23:04 +0100)
committer
Roland Häder
<roland@mxchange.org>
Wed, 22 Nov 2023 22:04:25 +0000
(23:04 +0100)
- added dynamic IP address and hostname provider to blacklist
fba/helpers/blacklist.py
patch
|
blob
|
history
diff --git
a/fba/helpers/blacklist.py
b/fba/helpers/blacklist.py
index 4b9fee97aed805188ccbab98015ed5c317ce8dc6..0eede72cfaa7f381518c71e7678ef0137ed5a4da 100644
(file)
--- a/
fba/helpers/blacklist.py
+++ b/
fba/helpers/blacklist.py
@@
-52,6
+52,7
@@
_blacklist = {
"hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)",
"mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here",
"icolectiva.org" : "Parked domain, no fediverse instance",
+ "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances",
}
def is_blacklisted(domain: str) -> bool: