mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #258] NS records with that host already exist. (Code: 81056) #131
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sobujbd on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/258
I'm bit confuse about this description - DNS Records
On Cloudflare
I do able to add this,
But, When I'm trying to add this,
I had received NS records with that host already exist. (Code: 81056)
And If I add the DNS record such as way,
And set the config.cfg file
The host acme-dns.example.org could not resolve!
How do you setup this - https://toolbox.googleapps.com/apps/dig/#NS/@ns.auth.acme-dns.io.
@AvrumFeldman commented on GitHub (Feb 28, 2021):
From a quick google it seems that Cloudflare doesn't support glue records. Your alternative should be working. Can you confirm that your acme-dns server is responding to queries when directly queried?
@sobujbd commented on GitHub (Mar 14, 2021):
@AvrumFeldman,
It's something wrong with Cloudflare. As you said, maybe it's that the Cloudflare doesn't support glue records.
This DNS setup instruction works with Namecheap DNS Hosting.
@rodrigodc commented on GitHub (Sep 30, 2021):
It works with Cloudflare if you:
A ns-acme-dnspointing to your public IP address in Cloudflare, andNS acme-dnspointing tons-acme-dnsin Cloudflare, and,config.cfg, andns-prefix) and public IP address.The first and second itens work around Cloudflare's limitation
NS records with that host already exist. (Code: 81056).@gruentee commented on GitHub (Oct 2, 2021):
Nice, thanks for the hint. I'll try that .