aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2017-01-09 18:22:39 +0000
committerUbitUmarov2017-01-09 18:22:39 +0000
commitd96bcd8264d52bdd364319e8028ab1f233fecf6f (patch)
tree70414d1568d3d81aa8d665f6ec6d2ae6b45b0eab /bin/OpenSim.ini.example
parenttry to improve option automatic_gods processing (diff)
downloadopensim-SC_OLD-d96bcd8264d52bdd364319e8028ab1f233fecf6f.zip
opensim-SC_OLD-d96bcd8264d52bdd364319e8028ab1f233fecf6f.tar.gz
opensim-SC_OLD-d96bcd8264d52bdd364319e8028ab1f233fecf6f.tar.bz2
opensim-SC_OLD-d96bcd8264d52bdd364319e8028ab1f233fecf6f.tar.xz
add a bit clarification about grid private port protection
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5f1e779..b0777d7 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -59,6 +59,9 @@
59 PublicPort = "8002" 59 PublicPort = "8002"
60 60
61 ;# {PrivatePort} {} {PrivatePort} {8003} "8003" 61 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
62 ; port to access private grid services.
63 ; grids that run all their regions should deny access to this port
64 ; from outside their networks, using firewalls
62 PrivatePort = "8003" 65 PrivatePort = "8003"
63 66
64 67