From: Dave Page Date: Tue, 2 Dec 2008 17:25:41 +0000 (+0000) Subject: Update hostname for the new server X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c4e778e04a1cdfbe361578bb53f69bb38928977e;p=automirror.git Update hostname for the new server git-svn-id: https://pgweb.postgresql.org/svn/trunk@2327 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- diff --git a/autodnscheck.pl b/autodnscheck.pl index cbecfe4..1aa5f76 100644 --- a/autodnscheck.pl +++ b/autodnscheck.pl @@ -6,7 +6,7 @@ use Net::DNS; my $DEBUG=0; my $DOMAIN="mirrors.postgresql.org"; -my $MASTER="nagios.pgadmin.org"; +my $MASTER="dominion.postgresql.org"; my $errors = '';