Skip to content

Commit

Permalink
chore: update IPv6 ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Nov 1, 2024
1 parent 70a682d commit ab3a221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class ScanThread(QThread):
]

ipv6_extend = [
IPv6Network('2404:6800:4008:c15::0/112'),
IPv6Network('2a00:1450:4001:802::0/112'),
IPv6Network('2a00:1450:4001:803::0/112')
IPv6Network('2607:f8b0:4000:80a::/112'),
IPv6Network('2607:f8b0:4005:801::/112'),
IPv6Network('2a00:1450:4010:c0d::/112')
]

def __init__(self, parent, max_ips=5, num_workers=80, timeout=2.5,
Expand Down

0 comments on commit ab3a221

Please sign in to comment.