mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add note to built-in help RE: "inbound disabled"
This commit is contained in:
parent
5618227149
commit
d66828aaf1
@ -16,9 +16,11 @@
|
||||
|
||||
<script type="text/html" data-help-name="tcp in">
|
||||
<p>Provides a choice of TCP inputs. Can either connect to a remote TCP port,
|
||||
or accept incoming connections.</p>
|
||||
or accept incoming connections.</p>
|
||||
<p><b>Note: </b>On some systems you may need root or administrator access
|
||||
to access ports below 1024.</p>
|
||||
<p><b>Note: </b>If your node shows "inbound connections are disabled", then
|
||||
it has been disabled in the Node-RED settings file.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-help-name="tcp out">
|
||||
|
@ -19,8 +19,10 @@
|
||||
Buffer, string, or base64 encoded string. Supports multicast.</p>
|
||||
<p>It also provides <code>msg.ip</code> and <code>msg.port</code> set to the
|
||||
ip address and port from which the message was received.</p>
|
||||
<p><b>Note</b>: On some systems you may need root or administrator access to use
|
||||
ports below 1024 and/or broadcast.</p>
|
||||
<p><b>Note: </b>On some systems you may need root or administrator access
|
||||
to access ports below 1024.</p>
|
||||
<p><b>Note: </b>If your node shows "inbound connections are disabled", then
|
||||
it has been disabled in the Node-RED settings file.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-help-name="udp out">
|
||||
|
Loading…
Reference in New Issue
Block a user