Like described in https://github.com/CupIvan/tinydns/issues/3, I want to add support for having multiple upstream servers. ``` { dns: ["8.8.8.8", "8.8.4.4"] } ```
Like described in CupIvan#3, I want to add support for having multiple upstream servers.