Question : is my named.conf file missing anything?

Hi to all,

The BIND server I am using will service authoritative names for external and internal users plus recursion for internal user.  I used view to separate each request.  Looking at the configuration below could you tell me if I am missing something or need to add, change settings concerning for a better configuration and security?

thank you

Answer : is my named.conf file missing anything?

Sorry slight correction,


$result = mysql_query("
      SELECT
            `ordering`.`user_id`,`ordering`.`first_name`, `ordering`.`last_name`, `ordering`.`total`,
                  sum(`ordering`.`total`) as `total`
            FROM
                  `ordering`

            GROUP BY   `ordering`.`user_id
            ORDER BY `total` DESC    
;");
Random Solutions  
 
programming4us programming4us