Host Name in NET+OS 7.X

Is there a way to set the Connect ME with a host name for easy access to the web server?

I have found stuff pointing to the aceCallbacks.c which is for NET+OS 6.X.

Add DHCP option 12 (which, if the DHCP Server you’re talking to supports it, passes the hostname to the DHCP server, and the DHCP server updates the DNS Server): http://ftp1.digi.com/support/documentation/adding_dhcp_options_to_netos_7x.pdf

Otherwise you’d have to write your own DNS hostname update API.