When i create a client Sentora create the dns zone like this:
$TTL 10800
@ IN SOA ns1.clientdomain.com. postmaster.clientdomain.
But i want that the zone when is created put mydomain and not the client domain, like this:
$TTL 10800
@ IN SOA ns1.mydomain. postmaster.mydomain.
is that posible?
Thanks.
$TTL 10800
@ IN SOA ns1.clientdomain.com. postmaster.clientdomain.
But i want that the zone when is created put mydomain and not the client domain, like this:
$TTL 10800
@ IN SOA ns1.mydomain. postmaster.mydomain.
is that posible?
Thanks.