dns config

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1401 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-07-26 14:07:22 +00:00
parent 213b9e3cec
commit 8a083287fb

View file

@ -90,6 +90,8 @@ class Configuration (dict):
# Therefore we count this variable up to 5 and then we call
# reduceThreads(). Ok, this is a hack but ItWorksForMe(tm).
self.reduceCount = 0
# dns configuration
self.dnsconfig = bk.net.resolver_config()
def reset (self):
"""Reset to default values"""