From a517d429ab790d962ba0635ebb45372bc5c70157 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 12 Aug 2022 18:37:42 +0800 Subject: [PATCH] work around Google DNS geolocation fuckup --- nixbld-etc-nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 474bbaa..849fa98 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -252,6 +252,11 @@ in # uTCA MCH from NAT address=/tschernobyl/192.168.1.80 + + # Google can't do DNS geolocation correctly and slows down websites of everyone using + # their shitty font cloud hosting. In HK, you sometimes get IPs behind the GFW that you + # cannot reach. + address=/fonts.googleapis.com/142.250.207.74 ''; };