diff options
author | Dahlia Trimble | 2009-02-06 01:25:59 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-02-06 01:25:59 +0000 |
commit | 28820e618502beac65f246e00509d845dbdfe5ba (patch) | |
tree | 1b406beba1250cca9d07d07c18752d4013939e76 /bin | |
parent | * minor: remove mono compiler warning (diff) | |
download | opensim-SC_OLD-28820e618502beac65f246e00509d845dbdfe5ba.zip opensim-SC_OLD-28820e618502beac65f246e00509d845dbdfe5ba.tar.gz opensim-SC_OLD-28820e618502beac65f246e00509d845dbdfe5ba.tar.bz2 opensim-SC_OLD-28820e618502beac65f246e00509d845dbdfe5ba.tar.xz |
Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http requests
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 481cbbf..e950c12 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -7,6 +7,10 @@ | |||
7 | ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) | 7 | ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) |
8 | crash_dir = "crashes" | 8 | crash_dir = "crashes" |
9 | 9 | ||
10 | ; Http proxy support for llHTTPRequest and dynamic texture loading | ||
11 | HttpProxy = "http://proxy.com" | ||
12 | HttpProxyExceptions = ".mydomain.com;localhost" | ||
13 | |||
10 | ; Set this to true if you are connecting your OpenSimulator regions to a grid | 14 | ; Set this to true if you are connecting your OpenSimulator regions to a grid |
11 | ; Set this to false if you are running OpenSimulator in standalone mode | 15 | ; Set this to false if you are running OpenSimulator in standalone mode |
12 | gridmode = false | 16 | gridmode = false |