Sentora Support Forums
Record DNS - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: DNS Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=34)
+---- Thread: Record DNS (/showthread.php?tid=1942)

Pages: 1 2


Record DNS - elsevi - 09-09-2015

I have a question.

I'm testing with a shared subdomain creation withinsentora, and adding a domain, I have noticed thatdomain DNS records are not automatically added.

How do I set it up so that they automatically add?


RE: Record DNS - MarkDark - 09-09-2015

(09-09-2015, 07:32 AM)elsevi Wrote: I have a question.

I'm testing with a shared subdomain creation withinsentora, and adding a domain, I have noticed thatdomain DNS records are not automatically added.

How do I set it up so that they automatically add?

Use AWServer with ZPanelX Big Grin Big Grin


RE: Record DNS - elsevi - 09-09-2015

(09-09-2015, 11:36 AM)MarkDark Wrote:
(09-09-2015, 07:32 AM)elsevi Wrote: I have a question.

I'm testing with a shared subdomain creation withinsentora, and adding a domain, I have noticed thatdomain DNS records are not automatically added.

How do I set it up so that they automatically add?

Use AWServer with ZPanelX Big Grin Big Grin

friend, it seems that your web site is dropped, forinformation on this tool.


RE: Record DNS - TGates - 09-09-2015

His if for Windows only... you are using Sentora/*nix.


RE: Record DNS - elsevi - 09-10-2015

And any solution there is to automate this?


RE: Record DNS - TGates - 09-10-2015

This is not part of the core for several reasons. One being that some people prefer to use external DNS and it is not required to add them to the Sentora DNS, just the domain manager.

There was a custom module out there somewhere, but I have no idea if it was ever updated for Sentora or if it is still available.


RE: Record DNS - elsevi - 09-10-2015

(09-10-2015, 05:50 AM)TGates Wrote: This is not part of the core for several reasons. One being that some people prefer to use external DNS and it is not required to add them to the Sentora DNS, just the domain manager.

There was a custom module out there somewhere, but I have no idea if it was ever updated for Sentora or if it is still available.

I think that I have not explained properly. I am Spanish and I have to use the translator in so many words.

When I add a new with a shared domain "client.domain.tld", adds to his list of domain, but the customer must go to "DNS Manager" then choose the domain to create the "DNS records" all this manually.

So, when you add a shared domain, it will not function until you set what I say above, and most users do not have much knowledge to do this.

Is there any way to automate it?


RE: Record DNS - TGates - 09-11-2015

As I said, No. I understood what you were asking Wink

I also explained why we have designed it that way.


RE: Record DNS - elsevi - 09-11-2015

I have found the solution: https://github.com/sentora/sentora-core/issues/115

I'll try and I commented.


RE: Record DNS - elsevi - 09-11-2015

Found solution, thanks to https://github.com/charan315

Added auto create dns entries once domain/subdomain created:
Update these files in your sentora:

for Domain: https://github.com/charan315/sentora-core/blob/patch-1/modules/domains/code/controller.ext.php
changelog: https://github.com/sentora/sentora-core/pull/147/files

for SubDomain: https://github.com/charan315/sentora-core/blob/master/modules/sub_domains/code/controller.ext.php
changelog: https://github.com/sentora/sentora-core/pull/148/files