You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
having to write out a category name is cumbersome (imagine !dnsbl DNS/MX type hostname detected on IRC)
dronebl listings can also take a freeform comment for additional info that should be distinct from category (currently hardcoded to "used by irc spam bot" in Sigyn, which is likely a good overridable default)
having a default category encourages people to list IPs without concern for category (type 3 is often not accurate!)
I'd like to propose switching to category numbers or short names, as well as making categories mandatory: KLINE 1440 *@1.2.3.4 :[...]|!dnsbl 19 vpngate ip KLINE 1440 *@1.2.3.4 :[...]|!dnsbl vpn vpngate ip KLINE 1440 *@1.2.3.4 :[...]|!dnsbl 6
where the format is !dnsbl <category> [comment ...]!dnsbl [<category> [<comment ...>]]
obviously this comes at the cost of making sure everyone is informed about categories, but i don't think it's unreasonable to ask for accurate listing details.
The text was updated successfully, but these errors were encountered:
I think there's a robust debate to be had about mandatory vs optional category - a question of convenience vs accuracy; whether the effort necessary to recall and use categories for each !dnsbl will outweigh the perceived benefit, and thus end up in less use of it.
aside from this, if there must be a default category, type 6 is correct more often than 3 is.
!dnsbl DNS/MX type hostname detected on IRC
)"used by irc spam bot"
in Sigyn, which is likely a good overridable default)having a default category encourages people to list IPs without concern for category (type 3 is often not accurate!)I'd like to propose switching to category numbers or short names, as well as making categories mandatory:
KLINE 1440 *@1.2.3.4 :[...]|!dnsbl 19 vpngate ip
KLINE 1440 *@1.2.3.4 :[...]|!dnsbl vpn vpngate ip
KLINE 1440 *@1.2.3.4 :[...]|!dnsbl 6
where the format is
!dnsbl <category> [comment ...]
!dnsbl [<category> [<comment ...>]]
obviously this comes at the cost of making sure everyone is informed about categories, but i don't think it's unreasonable to ask for accurate listing details.
The text was updated successfully, but these errors were encountered: