Software /
code /
prosody
Comparison
net/adns.lua @ 871:642af1bdf74e
net.adns: Load the correct dns lib
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 04 Mar 2009 14:44:28 +0000 |
parent | 870:4fd5d8f1657c |
child | 872:24018ba2f7c0 |
comparison
equal
deleted
inserted
replaced
870:4fd5d8f1657c | 871:642af1bdf74e |
---|---|
1 local server = require "net.server"; | 1 local server = require "net.server"; |
2 local dns = require "net.dns2"; | 2 local dns = require "net.dns"; |
3 | 3 |
4 local log = require "util.logger".init("adns"); | 4 local log = require "util.logger".init("adns"); |
5 | 5 |
6 local coroutine, tostring = coroutine, tostring; | 6 local coroutine, tostring = coroutine, tostring; |
7 | 7 |