add IPv6 support

This commit is contained in:
ghost 2023-12-26 19:13:30 +02:00
parent e3a2616fd9
commit d576bdfa14
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ class ServerEntry:
self.addr = addr
# Shortcuts for generating query
self.queryAddr = b''
for i in addr[0].split('.'):
self.queryAddr += pack('!B', int(i))
self.queryAddr += ipaddress.ip_address(addr[0]).packed
self.queryAddr += pack('!H', int(addr[1]))
# Random number that server must return