records.append((qname,rtype,value,"(Set by user.)"))
records.append((qname,rtype,value,"(Set by user.)"))
# Add defaults if not overridden by the user's custom settings.
# Add defaults if not overridden by the user's custom settings (and not otherwise configured).
defaults=[
defaults=[
(None,"A",env["PUBLIC_IP"],"Required. May have a different value. Sets the IP address that %s resolves to for web hosting and other services besides mail. The A record must be present but its value does not affect mail delivery."%domain),
(None,"A",env["PUBLIC_IP"],"Required. May have a different value. Sets the IP address that %s resolves to for web hosting and other services besides mail. The A record must be present but its value does not affect mail delivery."%domain),
("www","A",env["PUBLIC_IP"],"Optional. Sets the IP address that www.%s resolves to, e.g. for web hosting."%domain),
("www","A",env["PUBLIC_IP"],"Optional. Sets the IP address that www.%s resolves to, e.g. for web hosting."%domain),