From c3062e2bcedda9544c4f36472298c56b21a0f759 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 9 Nov 2023 12:02:38 +0100 Subject: [PATCH] fix: forgotten sim update --- netsim/sims/integration/derper.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netsim/sims/integration/derper.json b/netsim/sims/integration/derper.json index 8892b60..150f135 100644 --- a/netsim/sims/integration/derper.json +++ b/netsim/sims/integration/derper.json @@ -19,7 +19,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -60,7 +60,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "nat", "wait": 10, "connect": { @@ -101,7 +101,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -142,7 +142,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "nat", "wait": 10, "connect": {