From 28820e618502beac65f246e00509d845dbdfe5ba Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Fri, 6 Feb 2009 01:25:59 +0000 Subject: Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http requests --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') 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 @@ ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) crash_dir = "crashes" + ; Http proxy support for llHTTPRequest and dynamic texture loading + HttpProxy = "http://proxy.com" + HttpProxyExceptions = ".mydomain.com;localhost" + ; Set this to true if you are connecting your OpenSimulator regions to a grid ; Set this to false if you are running OpenSimulator in standalone mode gridmode = false -- cgit v1.1