toss icon indicating copy to clipboard operation
toss copied to clipboard

This hacks the token parsing to make it work for localhost as well

Open AlexisTM opened this issue 2 years ago • 0 comments

This fixes #1

It reorganizes the while loop to have interleaving IPv6 and IPv4 (as intended) while fixing the assumption that n_ipv6 == n_ipv4.

The bug can probably be reproduced by installing docker or qemu that creates interfaces without IPv6.

AlexisTM avatar Aug 27 '21 12:08 AlexisTM