Skip to content

Commit

Permalink
Adjust fluffy start script to select no default bootstrap nodes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored Jul 20, 2023
1 parent f432ab5 commit 225369f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/fluffy/fluffy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e

IP_ADDR=$(hostname -i | awk '{print $1}')

fluffy --rpc --rpc-address="0.0.0.0" --nat:extip:"$IP_ADDR" --log-level="debug"
fluffy --rpc --rpc-address="0.0.0.0" --nat:extip:"$IP_ADDR" --network=none --log-level="debug"

0 comments on commit 225369f

Please sign in to comment.