From 9b8dc8219d0381b0e3d6856729e101f2f3bbd284 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 4 May 2006 00:37:01 +0000 Subject: MFC DYNDNS fixes --- usr/local/www/services_dyndns.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php index 8dde7f8..3528fc5 100755 --- a/usr/local/www/services_dyndns.php +++ b/usr/local/www/services_dyndns.php @@ -136,9 +136,9 @@ function enable_change(enable_change) { endis = !(document.iform.enable.checked || enable_change); document.iform.host.disabled = endis; - //document.iform.mx.disabled = endis; + document.iform.mx.disabled = endis; document.iform.type.disabled = endis; - //document.iform.wildcard.disabled = endis; + document.iform.wildcard.disabled = endis; document.iform.username.disabled = endis; document.iform.password.disabled = endis; @@ -197,6 +197,22 @@ function enable_change(enable_change) { + MX + + +
+ Note: With DynDNS service you can only use a hostname, not an IP address. +
+ Set this option only if you need a special MX record. Not + all services support this. + + + Wildcards + + > + Enable Wildcard + + Username -- cgit v1.1