Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2387 from LiskHQ/2347-seeds-second-dns-domain
Browse files Browse the repository at this point in the history
Use two different DNS domains for seed nodes - Closes #2347
  • Loading branch information
MaciejBaj authored Sep 13, 2018
2 parents beced0e + b92095a commit 5197e94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/betanet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"wsPort": 5001
},
{
"ip": "betanet-seed-02.lisk.io",
"ip": "betanet-seed-02.lisk-nodes.net",
"wsPort": 5001
},
{
"ip": "betanet-seed-03.lisk.io",
"wsPort": 5001
},
{
"ip": "betanet-seed-04.lisk.io",
"ip": "betanet-seed-04.lisk-nodes.net",
"wsPort": 5001
},
{
Expand Down
10 changes: 5 additions & 5 deletions config/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"wsPort": 8001
},
{
"ip": "mainnet-seed-02.lisk.io",
"ip": "mainnet-seed-02.lisk-nodes.net",
"wsPort": 8001
},
{
"ip": "mainnet-seed-03.lisk.io",
"wsPort": 8001
},
{
"ip": "mainnet-seed-04.lisk.io",
"ip": "mainnet-seed-04.lisk-nodes.net",
"wsPort": 8001
},
{
"ip": "mainnet-seed-05.lisk.io",
"wsPort": 8001
},
{
"ip": "mainnet-seed-06.lisk.io",
"ip": "mainnet-seed-06.lisk-nodes.net",
"wsPort": 8001
},
{
"ip": "mainnet-seed-07.lisk.io",
"wsPort": 8001
},
{
"ip": "mainnet-seed-08.lisk.io",
"ip": "mainnet-seed-08.lisk-nodes.net",
"wsPort": 8001
},
{
"ip": "mainnet-seed-09.lisk.io",
"wsPort": 8001
},
{
"ip": "mainnet-seed-10.lisk.io",
"ip": "mainnet-seed-10.lisk-nodes.net",
"wsPort": 8001
}
]
Expand Down
4 changes: 2 additions & 2 deletions config/testnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"wsPort": 7001
},
{
"ip": "testnet-seed-02.lisk.io",
"ip": "testnet-seed-02.lisk-nodes.net",
"wsPort": 7001
},
{
"ip": "testnet-seed-03.lisk.io",
"wsPort": 7001
},
{
"ip": "testnet-seed-04.lisk.io",
"ip": "testnet-seed-04.lisk-nodes.net",
"wsPort": 7001
},
{
Expand Down

0 comments on commit 5197e94

Please sign in to comment.