1
0
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:
Steve-Mcl 2022-12-04 11:07:52 +00:00
parent 5618227149
commit d66828aaf1
2 changed files with 7 additions and 3 deletions

View File

@ -19,6 +19,8 @@
or accept incoming connections.</p> or accept incoming connections.</p>
<p><b>Note: </b>On some systems you may need root or administrator access <p><b>Note: </b>On some systems you may need root or administrator access
to access ports below 1024.</p> 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>
<script type="text/html" data-help-name="tcp out"> <script type="text/html" data-help-name="tcp out">

View File

@ -19,8 +19,10 @@
Buffer, string, or base64 encoded string. Supports multicast.</p> 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 <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> 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 <p><b>Note: </b>On some systems you may need root or administrator access
ports below 1024 and/or broadcast.</p> 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>
<script type="text/html" data-help-name="udp out"> <script type="text/html" data-help-name="udp out">