Comment on @ Hubzilla Support Forum What's interesting is that in boot.php the value
@Harald Eilertsen Yes, making a software more IPv6-capable usually means replacing IPv4-isms with the proper built-in functions which handle both protocol versions. Like replacing regexes that check whether something is an IP expecting 4 octets separated by periods with something like
filter_var and FILTER_VALIDATE_IP in the case of PHP.