Skip to content

Commit

Permalink
Merge pull request helium#972 from helium/adt/seed-node-cname
Browse files Browse the repository at this point in the history
Switch to CNAME for seed node DNS
  • Loading branch information
Vagabond authored Aug 10, 2021
2 parents 14e0c08 + 30bc0a4 commit b638132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
]},
{libp2p,
[
{use_dns_for_seeds, true},
{seed_dns_cname, "seed.helium.io"},
{similarity_time_diff_mins, 30},
{random_peer_pred, fun miner_util:random_val_predicate/1},
{node_aliases,
Expand All @@ -51,7 +53,6 @@
{onboarding_dir, "/mnt/uboot"},
{num_consensus_members, 16},
{seed_nodes, "/ip4/35.166.211.46/tcp/2154,/ip4/44.236.95.167/tcp/2154,/ip4/3.34.61.168/tcp/2154"},
{seed_node_dns, "seed.helium.foundation"},
{peerbook_update_interval, 900000},
{max_inbound_connections, 6},
{outbound_gossip_connections, 2},
Expand Down

0 comments on commit b638132

Please sign in to comment.