<p></p>
<p>Perhaps I have not been clear about what this PR fixes - my <code>localhost</code> <em>is</em> 127.0.0.1. InetAddress.getLocalHost() does <em>not</em> (always) return the address for <code>localhost</code>, and is thus not the idiomatic way to get the default loopback address. On my system, for example, it returns the address for my computer's hostname. InetAddress.getLoopbackAddress() returns the IP for localhost.</p>
<pre><code>jshell> InetAddress.getLocalHost()
$1 ==> computername/127.0.1.1

jshell> InetAddress.getLoopbackAddress()
$2 ==> localhost/127.0.0.1
</code></pre>
<p><code>0.0.0.0</code> in the context of the bitcoind configuration file's bind address means listen on all addresses. Other definitions are not applicable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4373#issuecomment-664974028">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNR7BP7C6ANESKJMO2LR52VPXANCNFSM4PGDADPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWPOR2ANOOT6ZNU5WLR52VPXA5CNFSM4PGDADP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE6RLFTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4373#issuecomment-664974028",
"url": "https://github.com/bisq-network/bisq/pull/4373#issuecomment-664974028",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>