mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.
Also adds password check to some functions where this was missing and fixes some parameter checking. This is a patch from http://opensimulator.org/mantis/view.php?id=5715 with a few small unrelated spacing tweaks from me. Thanks Michelle Argus.
This commit is contained in:
@@ -405,6 +405,10 @@
|
||||
;; the "password" parameter)
|
||||
; access_password = ""
|
||||
|
||||
;# List the IP addresses allowed to call RemoteAdmin
|
||||
;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
|
||||
; access_ip_addresses =
|
||||
|
||||
;# {create_region_enable_voice} {enabled:true} {Enable voice for newly created regions?} {true false} false
|
||||
;; set this variable to true if you want the create_region XmlRpc
|
||||
;; call to unconditionally enable voice on all parcels for a newly
|
||||
|
||||
Reference in New Issue
Block a user