about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 778b280..760a2d6 100644
--- a/settings.c
+++ b/settings.c
@@ -26,7 +26,7 @@
 /* globals */
 #if SOUP_CHECK_VERSION(2, 42, 2)
 GProxyResolver	*proxy_uri = NULL;
-gchar		*proxy_exclude[] = { "::1", "127.0.0.1", NULL };
+gchar		*proxy_exclude[] = { "fc00::/7", "::1", "127.0.0.1", NULL };
 #else
 SoupURI		*proxy_uri = NULL;
 #endif