iriscouch / dnsd

Dynamic authoritative name server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defaultable not working?

opened this issue · comments

When i try to do:

var dnsd_easy = require('dnsd')
var dnsd = dnsd_easy.defaults({convenient: false})

y get this error:

var dnsd = dnsd_easy.defaults({convenient: false})
                     ^
TypeError: Object #<Object> has no method 'defaults'

Any ideas on this one - I know it's old but i also just experienced this issue