[Pdns-users] Hi. How to test DNS when not authoritative?

Derrick MacPherson dmacpher at vfs.com
Mon Apr 10 21:35:23 UTC 2006


On Mon, 2006-04-10 at 23:30 +0200, bert hubert wrote:
> On Mon, Apr 10, 2006 at 02:12:41PM -0700, Derrick MacPherson wrote:
> > > Ok, please show a mysqldump of your pdns database.
> 
> And the domains table?

/*!40000 ALTER TABLE `domains` DISABLE KEYS */;
LOCK TABLES `domains` WRITE;
INSERT INTO `domains` VALUES
(1,'studiobproductions.com',NULL,NULL,'NATIVE',NULL,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `domains` ENABLE KEYS */;




More information about the Pdns-users mailing list