1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

core: set proxy option ipv6 to auto by default when creating a new proxy (issue #2164)

This commit is contained in:
Sébastien Helleu
2024-08-08 12:43:31 +02:00
parent eaf6d33f22
commit 828c498a12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5599,7 +5599,7 @@ COMMAND_CALLBACK(proxy)
if (error && !error[0])
{
/* add proxy */
if (proxy_new (argv[2], argv[3], "disable", argv[4], argv[5],
if (proxy_new (argv[2], argv[3], "auto", argv[4], argv[5],
(argc >= 7) ? argv[6] : NULL,
(argc >= 8) ? argv_eol[7] : NULL))
{