output.print_error("""Your box's reverse DNS is currently %s, but it should be %s. Your ISP or cloud provider will have instructions
output.print_error("""Your box's reverse DNS is currently %s, but it should be %s. Your ISP or cloud provider will have instructions
on setting up reverse DNS for your box at %s."""%(existing_rdns,domain,env['PUBLIC_IP']))
on setting up reverse DNS for your box."""%(existing_rdns_v4,domain))
else:
output.print_error("""Your box's reverse DNS is currently %s (IPv4) and %s (IPv6), but it should be %s. Your ISP or cloud provider will have instructions
on setting up reverse DNS for your box."""%(existing_rdns_v4,existing_rdns_v6,domain))