Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New DNS Seeder #559

Open
danrmiller opened this issue Nov 24, 2024 · 3 comments
Open

New DNS Seeder #559

danrmiller opened this issue Nov 24, 2024 · 3 comments

Comments

@danrmiller
Copy link

We are running a dnsseeder using the software from https://github.com/gombadi/dnsseeder
I added our node of 167.114.119.46:8334 to the InitialIPs. I Hope I did this right:

ns.seed.cypherstack.com.     IN   A     167.114.119.46
namecoin.seed.cypherstack.com.    IN   NS    ns.seed.cypherstack.com.
{
 "Name": "NamecoinNet",
 "Desc": "Namecoin Main Net",
 "Id": "0xfeb4bef9",
 "Port": 8334,
 "Pver": 70001,
 "DNSName": "namecoin.seed.cypherstack.com",
 "TTL": 600,
 "InitialIPs": [
  "52.205.29.182", "3.65.143.234", "52.58.158.158", "3.74.254.94", "161.117.239.176", "3.212.41.153", "3.223.106.89", "198.50.223.18", "167.114.119.46"
],
 "Seeders": [
  "nmc.seed.quisquis.de",
  "seed.nmc.markasoftware.com",
  "seed.namecoin.libreisp.se",
  "dnsseed1.nmc.dotbit.zone",
  "dnsseed2.nmc.dotbit.zone",
  "dnsseed.nmc.testls.space"
 ]
}
@JeremyRand
Copy link
Member

Hi Dan! Thanks for running a DNS seed!

I'm getting SERVFAIL when I run any of the following:

dig A namecoin.seed.cypherstack.com
dig AAAA namecoin.seed.cypherstack.com
dig NS namecoin.seed.cypherstack.com

@danrmiller
Copy link
Author

Thanks! try now.

@JeremyRand
Copy link
Member

IPv4 records are now being returned. I don't see any IPv6 records being returned though. I don't think that's currently a blocker for adding your seed, though it would be nice if IPv6 could be fixed at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants