Skip to content

Commit

Permalink
toml: include updated IPs in known peers
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubiorod committed Oct 5, 2021
1 parent 47c97d7 commit 0b33a8d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions witnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ public_addr = "0.0.0.0:21337"
# them for a list of all the addresses they know. From that moment on, the addresses listed here are not given any
# preference over addresses that have been discovered in any way.
known_peers = [
"52.166.178.145:21337",
"52.166.178.145:22337",
"173.249.8.65:20337",
"173.249.8.65:21337",
"173.249.3.178:21337",
"173.249.3.178:22337",
"51.91.11.234:21338",
"51.91.11.234:21339",
"51.91.11.234:21340",
"23.95.164.163:21337",
"31.25.98.38:21337",
"45.43.30.195:5",
Expand Down Expand Up @@ -104,10 +113,6 @@ known_peers = [
"168.119.5.23:22362",
"168.119.5.24:22344",
"168.119.5.25:22357",
"173.249.3.178:21337",
"173.249.3.178:22337",
"173.249.8.65:20337",
"173.249.8.65:21337",
"178.63.67.40:22350",
"188.40.90.184:22339",
"188.40.123.177:22354",
Expand Down

0 comments on commit 0b33a8d

Please sign in to comment.