mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-27 15:24:00 +00:00
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:
parent
213b9e3cec
commit
8a083287fb
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ class Configuration (dict):
|
||||||
# Therefore we count this variable up to 5 and then we call
|
# Therefore we count this variable up to 5 and then we call
|
||||||
# reduceThreads(). Ok, this is a hack but ItWorksForMe(tm).
|
# reduceThreads(). Ok, this is a hack but ItWorksForMe(tm).
|
||||||
self.reduceCount = 0
|
self.reduceCount = 0
|
||||||
|
# dns configuration
|
||||||
|
self.dnsconfig = bk.net.resolver_config()
|
||||||
|
|
||||||
def reset (self):
|
def reset (self):
|
||||||
"""Reset to default values"""
|
"""Reset to default values"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue