Skip to content

Commit

Permalink
feat: switching ip resolution to opendns.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 4, 2024
1 parent 7f0deff commit 4616460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement-sdk/services/src/m1/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl ConstructorOperations for Constructor {
r#"
set -e
echo $MOVEMENT_DIR
$MOVEMENT_DIR/bin/avalanchego --network-id=fuji --track-subnets=$(cat $MOVEMENT_DIR/rsc/testnet-id) --plugin-dir=$MOVEMENT_DIR/avalanchego/plugins --http-host=0.0.0.0 --public-ip-resolution-service=ifconfigco
$MOVEMENT_DIR/bin/avalanchego --network-id=fuji --track-subnets=$(cat $MOVEMENT_DIR/rsc/testnet-id) --plugin-dir=$MOVEMENT_DIR/avalanchego/plugins --http-host=0.0.0.0 --public-ip-resolution-service=opendns
"#.to_string(),
vec![
testnet::Constructor::default_with_version(
Expand Down

0 comments on commit 4616460

Please sign in to comment.