Skip to content

Commit

Permalink
Adjust fluffy start script to select no default bootstrap nodes (ethe…
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored and KolbyML committed Sep 8, 2023
1 parent bd4413d commit c1c7ee3
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 c1c7ee3

Please sign in to comment.