in lib/dhcp_server.go [24:31]
func NewDHCPServer(hostname string, ip net.IP, port int) *DHCPServer { s := DHCPServer{ Hostname: hostname, Address: ip, Port: port, } return &s }