aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
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
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 '')
-rw-r--r--bin/OpenSim.ini.example1
-rw-r--r--bin/OpenSimDefaults.ini1
2 files changed, 2 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
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index a2542da..8660f4f 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -803,6 +803,7 @@
803 access_password = unknown 803 access_password = unknown
804 804
805 ; List the IP addresses allowed to call RemoteAdmin 805 ; List the IP addresses allowed to call RemoteAdmin
806 ; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin.
806 ; access_ip_addresses = 0.0.0.0, 0.0.0.0 ... 807 ; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
807 ; access_ip_addresses = 808 ; access_ip_addresses =
808 809