What you are asking for can't be done.
If you load the google.com zone everything you don't load in the zone will be black holed and not resolve.
If you try to load WWW.Google.com you will not be able to make WWW a cname due to the no cname and other data rule.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
bind-users mailing list
bind-...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
This is incorrect. It is illegal to have a cname and any other record on the same name in dns. The ns and soa count as records.
Actually, this can be done.
Create a zone file for "www.google.com", not "google.com". The zone file
should like this (replace THIS_HOSTNAME with the name of your nameserver:
@ IN SOA localhost root@localhost. (
2012041100
7200
1800
1209600
300 )
IN NS THIS_HOSTNAME
IN CNAME nosslsearch.google.com.
----
Matthew Huff | 1 Manhattanville Rd
Director of Operations | Purchase, NY 10577
OTA Management LLC | Phone: 914-460-4039
aim: matthewbhuff | Fax: 914-460-4139
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
> bind-users mailing list
> bind-...@lists.isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
bind-users mailing list
bind-...@lists.isc.org