Hi everyone,
I am trying to create subdomains for several domains I have hosted on cPanel. Every time I create them, they point to the internal IP and don't work. I change them to the external IP, and they do.
My question is, is it possible to change the DNS Zone template to do this automatically? I've tried modifying all 3 templates and adding a wildcard:
; where 66.XX is the external IP.
But the subdomains still are created with the internal IP, and are ignoring that line completely. Any help is greatly appreciated!
I am trying to create subdomains for several domains I have hosted on cPanel. Every time I create them, they point to the internal IP and don't work. I change them to the external IP, and they do.
My question is, is it possible to change the DNS Zone template to do this automatically? I've tried modifying all 3 templates and adding a wildcard:
Code:
*.%domain%. IN A 66.XX.XXX.XX
But the subdomains still are created with the internal IP, and are ignoring that line completely. Any help is greatly appreciated!