mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
PR: 280001 Sponsored by: Klara, Inc. Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
4 lines
301 B
Text
4 lines
301 B
Text
There is no easy way to get the address(es) of the machine's network interfaces
|
|
from Python. There is a good reason for this difficulty, which is that it is
|
|
virtually impossible to do so in a portable manner. This package takes care of
|
|
working out the details of doing so on the machine you're using.
|