mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-04-23 08:59:18 -04:00

Fixes the problem where if a target host has both an IPv6 and IPv4 address, RNS only connects to the IPv6 address, even if it is down. (target_ip here is sourced from the config file target_host entry, so could also be a hostname, but socket.create_connection will resolve it) Signed-off-by: Kevin Steen <code at kevinsteen.net>