From ff9d73add02b793f4bfd0686b1ccdf5c30f7b681 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 7 Apr 2022 11:04:56 +0200 Subject: [PATCH] qutebrowser: enable dns prefetching --- .config/qutebrowser/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 920b442..dc5a04b 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -112,6 +112,10 @@ c.content.default_encoding = 'utf-8' # - ask c.content.desktop_capture = 'ask' +# Try to pre-fetch DNS entries to speed up browsing. +# Type: Bool +c.content.dns_prefetch = True + # Allow websites to request geolocations. # Type: BoolAsk # Valid values: