diff --git a/src/allmydata/util/iputil.py b/src/allmydata/util/iputil.py index 7b012abfb..8eb7f0adc 100644 --- a/src/allmydata/util/iputil.py +++ b/src/allmydata/util/iputil.py @@ -71,6 +71,8 @@ except ImportError: # since one might be shadowing the other. This hack appeases pyflakes. increase_rlimits = _increase_rlimits +def get_local_addresses_sync(): + return _synchronously_find_addresses_via_config() def get_local_addresses_async(target="198.41.0.4"): # A.ROOT-SERVERS.NET """