mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
switch to prefering ipv6 by default
This commit is contained in:
parent
c06be88d8f
commit
9a29bf1022
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue