mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
addd IPv6 support
This commit is contained in:
parent
21229ca010
commit
fd57323a88
@ -15,6 +15,19 @@
|
|||||||
<p>ホスト名が解決できなかったり、レスポンスが得られなければ、<b>false</b>を返します。</p>
|
<p>ホスト名が解決できなかったり、レスポンスが得られなければ、<b>false</b>を返します。</p>
|
||||||
<p>デフォルトでは20秒ごとにpingを送りますが、設定で変更できます。</p>
|
<p>デフォルトでは20秒ごとにpingを送りますが、設定で変更できます。</p>
|
||||||
|
|
||||||
|
<h4>Protocol...</h4>
|
||||||
|
<ul>
|
||||||
|
<li><b>Automatic</b><br>
|
||||||
|
<P>Will use any Protocol, IPv4 or IPv6, to reach host; based on your operating system network settings</P>
|
||||||
|
</li>
|
||||||
|
<li><b>IPv4</b><br>
|
||||||
|
<P>Forces use of IPv4 to reach host. Will fail if no route availibe</P>
|
||||||
|
</li>
|
||||||
|
<li><b>IPv6</b><br>
|
||||||
|
<P>Forces use of IPv6 to reach host. Will fail if no route availibe</P>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h4>モード...</h4>
|
<h4>モード...</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>時間</b><br>
|
<li><b>時間</b><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user