the domain name is kaixinduole.com

Querying the SOA record for kaixinduole.com shows the SOA serial number
is less than what you showed in the screenshot:

;; ANSWER SECTION:
kaixinduole.com.        21600 IN SOA ns1.kaixinduole.com. 
shawn.kaixinduole.com. (
                                2022041566 ; serial
                                3600       ; refresh (1 hour)
                                900        ; retry (15 minutes)
                                604800     ; expire (1 week)
                                86400      ; minimum (1 day)
                                )
I just create a cname record for testing, which is www cname to
www.baidu.com. please see the below :

When you update the zone file and add the CNAME, you must increase
the SOA serial number to anything higher than what it currently
is. The zone seems to use YYYYMMDDnn format, but you can also just
increment the current number.

After storing the zone file, I recommend you use

        named-checkconf -z

to make sure you see no error messages, and then you should be
able to load the zone with an

        rndc reload kaixinduole.com

Good luck,

        -JP

--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to