Skip to content

Commit

Permalink
fix: forgotten sim update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Nov 9, 2023
1 parent 89605b9 commit c3062e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netsim/sims/integration/derper.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit c3062e2

Please sign in to comment.