Comment on @ Hubzilla Support Forum What's interesting is that in boot.php the value
navigium@grindcore.ch 3 days ago
@Harald Eilertsen Thanks for your reply. That's my database config (modified for public posting):
So there are the same single quotes that surround the other values (and did the ipv4 address). There is also a semicolon.
Currently I didn't set DNS names for the jails. I thought about using a host name. But somehow I think I should rather fix this and make Hubzilla more IPv6 capable.
$db_host = '2001:db8::6666';
$db_port = '0';
$db_user = 'hubzilla';
$db_pass = '*****';
$db_data = 'hubzilla';
$db_type = '1';So there are the same single quotes that surround the other values (and did the ipv4 address). There is also a semicolon.
Currently I didn't set DNS names for the jails. I thought about using a host name. But somehow I think I should rather fix this and make Hubzilla more IPv6 capable.
That would be great! Ideally it should not have to care which protocol version it's using, but that would mean getting rid of implicit assumptions that are only valid on IPv4.
filter_varandFILTER_VALIDATE_IPin the case of PHP.