Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http requests

This commit is contained in:
Dahlia Trimble
2009-02-06 01:25:59 +00:00
parent f8c372721b
commit 28820e6185
3 changed files with 39 additions and 0 deletions

View File

@@ -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