]> Skullheadx's Git Forge - surf.git/commitdiff
dns prefetch en
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 02:50:09 +0000 (22:50 -0400)
committerSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 02:50:09 +0000 (22:50 -0400)
config.h

index 6cdee4b1e28002f62c0f155358cac4af7419654f..a179efdfce005d793936179d1c87e268f990aef1 100644 (file)
--- a/config.h
+++ b/config.h
@@ -23,7 +23,7 @@ static Parameter defconfig[ParameterLast] = {
        [DarkMode]            =       { { .i = 1 },     },
        [DefaultCharset]      =       { { .v = "UTF-8" }, },
        [DiskCache]           =       { { .i = 1 },     },
-       [DNSPrefetch]         =       { { .i = 0 },     },
+       [DNSPrefetch]         =       { { .i = 1 },     },
        [Ephemeral]           =       { { .i = 0 },     },
        [FileURLsCrossAccess] =       { { .i = 0 },     },
        [FontSize]            =       { { .i = 16 },    },