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: Multiple hosts #12

Open
roessland opened this issue Mar 17, 2024 · 0 comments · Fixed by #13
Open

Feature request: Multiple hosts #12

roessland opened this issue Mar 17, 2024 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@roessland
Copy link

I have a few subdomains all pointing to my homelab. It would be useful if I could provide multiple hosts, and update them all at once.

For example:

docker run --name server.example.com -d --restart unless-stopped -e NC_HOST='server,another,third' -e NC_DOMAIN='example.com' -e NC_PASS='DynamicDDNSPa2w0rd' linuxshots/namecheap-ddns

and the expected result is that server.example.com, another.example.com and third.example.com should now point to my current IP. My workaround for now is to run 5-6 copies, but this calls getPubIP more than necessary.

@roessland roessland changed the title Feature request: Multiple domains Feature request: Multiple hosts Mar 17, 2024
@navilg navilg self-assigned this Mar 17, 2024
@navilg navilg added the enhancement New feature or request label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants