From 9662140b414f0e45061822eb1231160d2ac79489 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 4 Aug 2010 18:04:15 -0400 Subject: fix MX priority --- config/tinydns/tinydns.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tinydns/tinydns.inc b/config/tinydns/tinydns.inc index 0659168f..e299cf1c 100644 --- a/config/tinydns/tinydns.inc +++ b/config/tinydns/tinydns.inc @@ -713,7 +713,7 @@ function tinydns_get_rowline_data($recordip, $recordtype, $ttl, $hostname, $rdns // @fqdn:ip:x:dist:ttl:timestamp:lo if(!$dist) $dist = "10"; // default to 10 if no preference has been defined. 0 is ugly. - $record_data = "@{$hostname}:{$recordip}::{$dist}{$ttl_string}"; + $record_data = "@{$hostname}:{$recordip}:{$dist}{$ttl_string}"; break; case "PTR": /* "^" creates "PTR" record only to allow reverse DNS */ -- cgit v1.2.3