aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorMelanie2013-11-03 21:34:36 +0000
committerMelanie2013-11-03 21:34:36 +0000
commitba203ed94fb9fb27e4da2663dad6cac21d5892e3 (patch)
treec03981fa7b9070af3cec331234b78762c49a8a06 /bin/config-include/StandaloneCommon.ini.example
parentMerge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff)
parentAdd current .NET windows framework requirement to README. (diff)
downloadopensim-SC_OLD-ba203ed94fb9fb27e4da2663dad6cac21d5892e3.zip
opensim-SC_OLD-ba203ed94fb9fb27e4da2663dad6cac21d5892e3.tar.gz
opensim-SC_OLD-ba203ed94fb9fb27e4da2663dad6cac21d5892e3.tar.bz2
opensim-SC_OLD-ba203ed94fb9fb27e4da2663dad6cac21d5892e3.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 12c5b95..a368bb8 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -27,6 +27,12 @@
27 ;StorageProvider = "OpenSim.Data.MSSQL.dll" 27 ;StorageProvider = "OpenSim.Data.MSSQL.dll"
28 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" 28 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
29 29
30 ; PGSQL
31 ; Uncomment these lines if you want to use PGSQL storage
32 ; Change the connection string to your db details
33 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
34 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
35
30[Hypergrid] 36[Hypergrid]
31 ; Uncomment the variables in this section only if you are in 37 ; Uncomment the variables in this section only if you are in
32 ; Hypergrid configuration. Otherwise, ignore. 38 ; Hypergrid configuration. Otherwise, ignore.
@@ -150,6 +156,23 @@
150 ;AllowedClients = "" 156 ;AllowedClients = ""
151 ;DeniedClients = "" 157 ;DeniedClients = ""
152 158
159 ; Basic Login Service Dos Protection Tweaks
160 ; ;
161 ; ; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true
162 ; ; If you set this to true and you don't have a transparent proxy, it may allow attackers to put random things in the X-Forwarded-For header to
163 ; ; get around this basic DOS protection.
164 ; DOSAllowXForwardedForHeader = false
165 ; ;
166 ; ; The protector adds up requests during this rolling period of time, default 10 seconds
167 ; DOSRequestTimeFrameMS = 10000
168 ; ;
169 ; ; The amount of requests in the above timeframe from the same endpoint that triggers protection
170 ; DOSMaxRequestsInTimeFrame = 5
171 ; ;
172 ; ; The amount of time that a specific endpoint is blocked. Default 2 minutes.
173 ; DOSForgiveClientAfterMS = 120000
174 ; ;
175 ; ; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
153 176
154[FreeswitchService] 177[FreeswitchService]
155 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters 178 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters