Avoid using customers can use our ns and domains into DA

astra

Verified User
Joined
Mar 4, 2009
Messages
94
Hello,

Is there a way to avoid the use of our domains like nameserver names and our own domains in customers there DA?

Because today have had a problem with a customer that add our ns servers to his Domain Pointers and add our domain-name by Domain Setup.

Gladly we see the mistake on time and remove it, but we wanna avoid this in the further.

Thx for your feedback.
 
Hello,

Programm custom scripts:

domain_change_pre.sh
domain_change_post.sh
domain_pointer_create_pre.sh
domain_pointer_create_post.sh
domain_create_pre.sh
domain_create_post.sh

other

to control the actions. You can hire me to do the scripting.
 
Hi zEitEr,

Thats not exactly what i mean.

What i wont is that customers cant use our domain names on there hosting into pointers of domains etc, so there cant mesh our dns.

Thx
 
Last edited:
If you want to forbid your customers to add any specific domain into his or her account, you might want to use this:

Copy /usr/local/directadmin/data/templates/forbidden_domains.list to
/usr/local/directadmin/data/templates/custom/forbidden_domains.list
and update it to fit your needs.

Details on the feature can be found here: http://www.directadmin.com/features.php?id=752

If you want to forbid your customers to use your domains as NS server for their domains, it can be accomplished in the following way.

1. Change default NS servers (that will be used for new added domains) at admin/reseller level to something meaningless.
2. Use custom POST/PRE scripts to deny adding your NS servers for any existed zones.

Or you mean anything else other? If so provide us with an example.
 
Back
Top