From afdb51370e557dd80876bb427cf5b9f5e62a8756 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 19 Aug 2021 16:52:53 -0400 Subject: [PATCH] configure the router.updateURL by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 550896d..c3b9d6c 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ src/I2P/config: cp -v $(RES_DIR)/i2ptunnel.config src/I2P/config/ cp -v $(RES_DIR)/wrapper.config src/I2P/config/ #grep -v 'router.updateURL' $(RES_DIR)/router.config > src/I2P/config/router.config - echo router.updateURL=http://nredpqdimaifunjvgmegejjbcgolzup6ryregdyxkvga2el4wgvq.b32.i2p/i2pwinupdate.su3 >> src/I2P/config/router.config + echo router.updateURL=http://ekm3fu6fr5pxudhwjmdiea5dovc3jdi66hjgop4c7z7dfaw7spca.b32.i2p/i2pwinupdate.su3 >> src/I2P/config/router.config cp -v $(RES_DIR)/hosts.txt src/I2P/config/hosts.txt cp -R $(RES_DIR)/certificates src/I2P/config/certificates cp -R $(RES_DIR)/eepsite src/I2P/config/eepsite