diff options
author | mores | 2010-11-02 21:46:45 -0400 |
---|---|---|
committer | Melanie | 2010-11-03 01:09:38 +0000 |
commit | d5d0e81df2415203711fc418ac901b007f1e6607 (patch) | |
tree | feae1dd7914996525d87055671f70bb1c584e1d4 /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-d5d0e81df2415203711fc418ac901b007f1e6607.zip opensim-SC_OLD-d5d0e81df2415203711fc418ac901b007f1e6607.tar.gz opensim-SC_OLD-d5d0e81df2415203711fc418ac901b007f1e6607.tar.bz2 opensim-SC_OLD-d5d0e81df2415203711fc418ac901b007f1e6607.tar.xz |
Admin Server can now bind to a private ip address
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9d34854..669f534 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -326,6 +326,9 @@ | |||
326 | ;; Set this to a nonzero value to have remote admin use a different port | 326 | ;; Set this to a nonzero value to have remote admin use a different port |
327 | ; port = 0 | 327 | ; port = 0 |
328 | 328 | ||
329 | ;; Set this to the ip address that you want the admin server to bind to | ||
330 | ; bind_ip_address = 127.0.0.1 | ||
331 | |||
329 | ;# {access_password} {enabled:true} {Password for the remote admin interface} {} | 332 | ;# {access_password} {enabled:true} {Password for the remote admin interface} {} |
330 | ;; This password is required to make any XMLRPC call (should be set as | 333 | ;; This password is required to make any XMLRPC call (should be set as |
331 | ;; the "password" parameter) | 334 | ;; the "password" parameter) |