From fa78cb8b8bcae8daf5db798604c72389e4e5a423 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 17 Mar 2008 20:05:52 +0000 Subject: [PATCH] localhost DNS record --- gpl-virtual-server/CHANGELOG | 2 ++ gpl-virtual-server/newfeatures-lib.pl | 1 + 2 files changed, 3 insertions(+) create mode 120000 gpl-virtual-server/newfeatures-lib.pl diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 2766a3583..51e7ca4f8 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -412,3 +412,5 @@ Added a check for Sendmail not accepting email on the external interface, which When a sub-domain is created with the same name as a record in the parent domain, the record is not removed whem the domain is deleted. When using Qmail, domains with the same name as the system's primary hostname (typically from the control/me file) are not longer allowed, as they break Virtualmin's use of the virtualdomains file. When email is disabled for a domain, only MX and mail records pointing to the Virtualmin system or known secondaries are removed. +---- Changes since 3.54 ---- +New DNS domains have the localhost A record added, with an IP of 127.0.0.1. diff --git a/gpl-virtual-server/newfeatures-lib.pl b/gpl-virtual-server/newfeatures-lib.pl new file mode 120000 index 000000000..93726126b --- /dev/null +++ b/gpl-virtual-server/newfeatures-lib.pl @@ -0,0 +1 @@ +../virtual-server/newfeatures-lib.pl \ No newline at end of file