Closed
Description
The hostname sent in the dhcp request contains an underscore; ESP_123456
This causes DDNS updates to fail, as underscore is not legal in hostname (except as first character)
dhcpd[32702]: Unable to add forward map from ESP_123456.lan. to 192.168.1.152: REFUSED
Solution: Just omit the underscore.