diff options
author | Justin Clark-Casey (justincc) | 2011-10-08 01:39:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-08 01:39:27 +0100 |
commit | 5551542c286c5db4fa47527c3167bcf539116ada (patch) | |
tree | 0a38a549906a4b41f6b27cbf88452de8075d26ee /bin/OpenSimDefaults.ini | |
parent | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. (diff) | |
download | opensim-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/OpenSimDefaults.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||