okTurtles / dnschain

A blockchain-based DNS + HTTP server that fixes HTTPS security, and more!
https://okturtles.com
Other
1.74k stars 169 forks source link

Move configuration reading into BlockchainResolver.config #91

Closed taoeffect closed 9 years ago

taoeffect commented 9 years ago

Using the style that bdns.coffee currently uses for finding configuration files and loading them, have each resolver load its own configuration (yes, that means updating how namecoin currently loads its configs to match the technique that bdns/keyid uses).

Remove the blockchain-specific stuff from config.coffee.

This issue is part of modular effort of #80.