block myself from triggering analytics pings

This commit is contained in:
TheWanderingCrow 2025-02-16 00:17:56 -05:00
parent 0ecd71574c
commit e258a749a5

View file

@ -43,6 +43,11 @@ in
proxyPass = "http://10.88.0.6:3000";
proxyWebsockets = true;
};
locations."/script.js" = {
extraConfig = ''
deny 24.179.20.202;
'';
};
};
};
};