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

[Feature Request]: Keeping a DNS config domain list #265

Closed
PovilasID opened this issue Dec 26, 2023 · 3 comments
Closed

[Feature Request]: Keeping a DNS config domain list #265

PovilasID opened this issue Dec 26, 2023 · 3 comments
Labels
enhancement New feature or request stale

Comments

@PovilasID
Copy link

🚀 Feature Summary

Keeping a list of domains that were added

📝 Detailed Description

Another drop down with a list of DNS and IPs assigned to it.

🎯 Use Case

If you configure DNS and a domain in "Search Domain in IP" the list of domains that are added are not preserved, so you can not check if that domain was already added. DNS config and propagation can take a while, so after configuring and returning to the panel there maybe an issue that particular domain was not added. Also if you want to remove one DNS entry or change it you have clear all of it and if you do not have a list reassigning it may result in some missed domains.

💡 Willing to Contribute

Yes, I could help with testing

@PovilasID PovilasID added the enhancement New feature or request label Dec 26, 2023
@sinamics
Copy link
Owner

Zerotier only supports a single search domain.
https://discuss.zerotier.com/t/multiple-dns-search-domains/2749/6

api refrence.
https://docs.zerotier.com/service/v1/#tag/network/operation/getNetworks

Allowed structure:

"dns": {
  "domain": "zt.example.com",
    "servers": [
    "10.147.20.3"
    ]
},

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 27, 2024
Copy link

This issue was closed because it has been inactive for 3 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

2 participants