diff --git a/floodbl.py b/floodbl.py
index d63fad7..f072537 100644
--- a/floodbl.py
+++ b/floodbl.py
@@ -1,6 +1,9 @@
#!/usr/bin/env python
# FloodBL - Developed by acidvegas in Python (https://git.acid.vegas/proxytools)
+# This script will check a list of proxies aginst DNS Blackhole (DNSBL) lists to see if they are blackholed.
+# Todo: Add support for asynchronous DNSBL lookups and proper IPv6 support.
+
import argparse
import concurrent.futures
import ipaddress
@@ -77,32 +80,41 @@ def check(proxy: str):
if proxy not in bad:
good.append(proxy)
-# Main
-print('#'*56)
-print('#{0}#'.format(''.center(54)))
-print('#{0}#'.format('FloodBL Blackhole Checker'.center(54)))
-print('#{0}#'.format('Developed by acidvegas in Python'.center(54)))
-print('#{0}#'.format('https://git.acid.vegas/proxytools'.center(54)))
-print('#{0}#'.format(''.center(54)))
-print('#'*56)
-parser = argparse.ArgumentParser(usage='%(prog)s