Commit 73d15c8c authored by Sam Rushing's avatar Sam Rushing

install the resolver in dns/cache.py

parent f8818c07
......@@ -35,6 +35,10 @@ import os
UNAME = os.uname()[0]
# install default dns resolver
import coro.dns.cache
coro.dns.cache.install()
# ============================================================================
# tracebacks/exceptions
# ============================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment