Skip to content

Commit ecb4683

Browse files
committed
Change petertodd seeds to petertodd.net
I changed my DNS seeds to .net from .org to avoid issues with DNS blacklisting, that falsely thinks my domain name is pointing to IP addresses with malware and similar things. Right now there are CNAME records, so the .org addresses still work. But eventually, if needed, I'll remove those CNAME's.
1 parent b5a2713 commit ecb4683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kernel/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class CMainParams : public CChainParams {
136136
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org."); // Luke Dashjr
137137
vSeeds.emplace_back("seed.bitcoinstats.com."); // Christian Decker, supports x1 - xf
138138
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch."); // Jonas Schnelli, only supports x1, x5, x9, and xd
139-
vSeeds.emplace_back("seed.btc.petertodd.org."); // Peter Todd, only supports x1, x5, x9, and xd
139+
vSeeds.emplace_back("seed.btc.petertodd.net."); // Peter Todd, only supports x1, x5, x9, and xd
140140
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl."); // Sjors Provoost
141141
vSeeds.emplace_back("dnsseed.emzy.de."); // Stephan Oeste
142142
vSeeds.emplace_back("seed.bitcoin.wiz.biz."); // Jason Maurice
@@ -243,7 +243,7 @@ class CTestNetParams : public CChainParams {
243243
vSeeds.clear();
244244
// nodes with support for servicebits filtering should be at the top
245245
vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch.");
246-
vSeeds.emplace_back("seed.tbtc.petertodd.org.");
246+
vSeeds.emplace_back("seed.tbtc.petertodd.net.");
247247
vSeeds.emplace_back("seed.testnet.bitcoin.sprovoost.nl.");
248248
vSeeds.emplace_back("testnet-seed.bluematt.me."); // Just a static list of stable node(s), only supports x9
249249

0 commit comments

Comments
 (0)