Project

General

Profile

Bug #3784

Updated by Chris Buechler over 9 years ago


 We want the hostname name of our server to be server.sub.domain.com, but pfsense doesn't recognise server.sub as a valid hostname 

 pfsense / usr / local / www / services_dhcp_edit.php 

 <pre> 
 if (strpos($_POST['hostname'],'.')) { 
	 $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); 
 } 
 </pre> 

 version 2.1.4-RELEASE (amd64)  

Back