aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-08 01:39:27 +0100
committerJustin Clark-Casey (justincc)2011-10-08 01:39:27 +0100
commit5551542c286c5db4fa47527c3167bcf539116ada (patch)
tree0a38a549906a4b41f6b27cbf88452de8075d26ee /bin/OpenSim.ini.example
parentAdd option to allow only explicitly listed IPs to access RemoteAdmin facilities. (diff)
downloadopensim-SC_OLD-5551542c286c5db4fa47527c3167bcf539116ada.zip
opensim-SC_OLD-5551542c286c5db4fa47527c3167bcf539116ada.tar.gz
opensim-SC_OLD-5551542c286c5db4fa47527c3167bcf539116ada.tar.bz2
opensim-SC_OLD-5551542c286c5db4fa47527c3167bcf539116ada.tar.xz
Improve explanation of access_ip_addresses in [RemoteAdmin] to say that there are no restrictions if not set
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d7c3a64..44da31c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -406,6 +406,7 @@
406 ; access_password = "" 406 ; access_password = ""
407 407
408 ;# List the IP addresses allowed to call RemoteAdmin 408 ;# List the IP addresses allowed to call RemoteAdmin
409 ;; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin.
409 ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ... 410 ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
410 ; access_ip_addresses = 411 ; access_ip_addresses =
411 412