mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
switch to prefering ipv6 by default
This commit is contained in:
parent
c06be88d8f
commit
9a29bf1022
@ -764,7 +764,7 @@ static void sig_chat_protocol_deinit(CHAT_PROTOCOL_REC *proto)
|
||||
|
||||
void servers_init(void)
|
||||
{
|
||||
settings_add_bool("server", "resolve_prefer_ipv6", FALSE);
|
||||
settings_add_bool("server", "resolve_prefer_ipv6", TRUE);
|
||||
lookup_servers = servers = NULL;
|
||||
|
||||
signal_add("chat protocol deinit", (SIGNAL_FUNC) sig_chat_protocol_deinit);
|
||||
|
Loading…
Reference in New Issue
Block a user