Add my testnet DNS seed. It runs sipas crawler, but rather than using its custom nameserver implementation it serves a generated zonefile via bind9.

FWIW, my domains are secured using DNSSEC.
This commit is contained in:
Andreas Schildbach 2014-08-22 00:15:12 +02:00
parent 8e5ab9356c
commit c8c30f8ec1

View File

@ -51,6 +51,7 @@ public class TestNet3Params extends NetworkParameters {
dnsSeeds = new String[] {
"testnet-seed.alexykot.me", // Alex Kotenko
"testnet-seed.bitcoin.schildbach.de", // Andreas Schildbach
"testnet-seed.bitcoin.petertodd.org" // Peter Todd
};
}