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

use a separate nameserver for subdomain #109

Open
nclr opened this issue Apr 29, 2018 · 1 comment
Open

use a separate nameserver for subdomain #109

nclr opened this issue Apr 29, 2018 · 1 comment

Comments

@nclr
Copy link

nclr commented Apr 29, 2018

This is probably obvious but I have trouble in setting a nameserver for subdomain (geo.< mydomain >.com).
My setup is this:

filename: < mydomain >.com

{
	"serial": 1,
	"ttl": 30,
	"max_hosts": 10,
	"data": {
		"": {
			"ns": {
				"ns1.<mydomain>.": "<ip>",
				"ns2.<mydomain>": "<ip>"
			}
		},
		"geo": {
			"ns": [ "ns-876.awsdns-45.net", "ns-1767.awsdns-29.co.uk" ]
		}
	}
}
@abh
Copy link
Owner

abh commented Apr 29, 2018 via email

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