Skip to content

Commit 828d265

Browse files
committed
pytricia add support for ipv6
1 parent c4dfc10 commit 828d265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aikido_zen/helpers/ip_matcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class IPMatcher:
44
def __init__(self, networks=None):
5-
self.trie = pytricia.PyTricia()
5+
self.trie = pytricia.PyTricia(128)
66
if networks is not None:
77
for s in networks:
88
self.add(s)

0 commit comments

Comments
 (0)