summaryrefslogtreecommitdiff
path: root/cpp/config/icegridnode.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/config/icegridnode.cfg')
-rw-r--r--cpp/config/icegridnode.cfg14
1 files changed, 11 insertions, 3 deletions
diff --git a/cpp/config/icegridnode.cfg b/cpp/config/icegridnode.cfg
index 2a25264b264..ebe66b25aaf 100644
--- a/cpp/config/icegridnode.cfg
+++ b/cpp/config/icegridnode.cfg
@@ -14,10 +14,18 @@ Ice.Default.Locator=SampleIceGrid/Locator:tcp -h localhost -p 4061
IceGrid.Node.Name=node1
#
-# The node object adapter listens on all interface using an OS-
-# assigned port
+# The node object adapter listens on the loopback interface using an
+# OS-assigned port
#
-IceGrid.Node.Endpoints=tcp
+# These endpoints must be accessible to IceGrid registries.
+#
+# To listen on an additional interface add an additional endpoint with
+# -h <name | IP address> or remove -h localhost to listen on all
+# interfaces. Note that access to these endpoints can pose a security
+# risk (remote code execution) and therefore these endpoints should be
+# secured. See the Ice manual for more information.
+#
+IceGrid.Node.Endpoints=tcp -h localhost
#
# The directory where the IceGrid node maintains its data