Don't try to resolve DNS seeds if tor is enabled
This commit is contained in:
parent
0a81885880
commit
175d964d70
|
@ -287,7 +287,7 @@ def main():
|
||||||
if not tor.start_tor_service():
|
if not tor.start_tor_service():
|
||||||
logging.warning('Failed to start tor service.')
|
logging.warning('Failed to start tor service.')
|
||||||
|
|
||||||
if shared.ip_enabled and not shared.trusted_peer:
|
if shared.ip_enabled and not shared.trusted_peer and not shared.tor:
|
||||||
bootstrap_from_dns()
|
bootstrap_from_dns()
|
||||||
|
|
||||||
if shared.i2p_enabled:
|
if shared.i2p_enabled:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user