From 41f4f80a4d22bde3d1d5a8de2b3bb23baf41f506 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 19 Aug 2021 15:14:21 -0400 Subject: [PATCH] configure the router.updateURL by default --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d02815e..9935ba5 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,8 @@ src/I2P/config: cp -v $(RES_DIR)/clients.config 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 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