From c914618444a5f5b9d9d62d125e49f75ff1c86e4b Mon Sep 17 00:00:00 2001 From: johnrosen <48143913+johnrosen1@users.noreply.github.com> Date: Wed, 27 Jan 2021 10:33:31 +0800 Subject: [PATCH] make floodfill enabled by default --- contrib/i2pd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/i2pd.conf b/contrib/i2pd.conf index 5ef39bc9..7e350933 100644 --- a/contrib/i2pd.conf +++ b/contrib/i2pd.conf @@ -84,7 +84,7 @@ ipv6 = false # notransit = true ## Router will be floodfill -# floodfill = true +floodfill = true [http] ## Web Console settings @@ -237,4 +237,4 @@ verify = true # avx = true ## Force usage of CPU instructions set, even if they not found ## DO NOT TOUCH that option if you really don't know what are you doing! -# force = false \ No newline at end of file +# force = false