how-to-build-a-tcp-proxy
how-to-build-a-tcp-proxy copied to clipboard
Netifaces don't expected return
Hi! i am implementing this code.
I've a issue with line 92 netifaces, it call this function local_ip = _get_local_ip(IFACE) but when i run the code i get the next error:
And wen i run netifaces.interfaces() i get the next response:
I've 0.10.8 netifaces installed, it's supposed that it will response something like lo0 or something like that, ¿why am i getting? ¿can you help me?
Thanks!