" Blocklist Project. It is intended for use with DNS servers and firewalls",
" that support blocklisting of known malicious or unwanted domains.",
"",
- " List : %s" % self.list.name,
+ " List : %s" % self.list.name,
]
# Add the description
]
lines += [
- " License : %s" % self.list.license,
- " Updated : %s" % self.list.updated_at.isoformat(),
+ " License : %s" % self.list.license,
+ " Updated : %s" % self.list.updated_at.isoformat(),
+ " Total Entries : %s" % len(self.list),
"",
" Copyright (C) %s - IPFire Team" % now.strftime("%Y"),
"",