1
0
Fork 0
mirror of https://github.com/de2tla2f/pymaster.git synced 2024-11-27 13:21:28 +00:00

add IPv6 support

This commit is contained in:
ghost 2023-12-26 19:13:30 +02:00
parent e3a2616fd9
commit d576bdfa14

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