From 36a5e140c643842d7722ca43cc737653bc2a808a Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 17 Dec 2024 15:58:12 -0500 Subject: [PATCH] increase tor bw --- hosts/chunk/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chunk/tor.nix b/hosts/chunk/tor.nix index 820b138..a5cadb1 100644 --- a/hosts/chunk/tor.nix +++ b/hosts/chunk/tor.nix @@ -9,7 +9,7 @@ settings = { ORPort = 9001; Nickname = "chunk"; - MaxAdvertisedBandwidth = "10MBytes"; + MaxAdvertisedBandwidth = "20MBytes"; }; }; }