Marc

Results 2 comments of Marc

Hi @TDFKAOlli, your fix works very well. But I have still the problem that either IPv4 or IPv6 works but not both together. Unfortunately my provider forces to set IPv6...

Hi @TDFKAOlli, you are great! Thanks for pointing this out. I change the line to `if((strcmp(ifa->ifa_name, o_int) == 0 || strcmp("any", o_int) == 0) && (ifa->ifa_addr->sa_family == AF_INET || (ifa->ifa_addr->sa_family...