diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2ee5186..726e468 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -70,6 +70,17 @@ | |||
70 | ; How many lines of command history should we keep? (default is 100) | 70 | ; How many lines of command history should we keep? (default is 100) |
71 | ConsoleHistoryFileLines = 100 | 71 | ConsoleHistoryFileLines = 100 |
72 | 72 | ||
73 | ; Time stamp commands in history file (default false) | ||
74 | ; ConsoleHistoryTimeStamp = false | ||
75 | |||
76 | ; peers SSL certificate validation options | ||
77 | ; you can allow selfsigned certificates or no official CA with next option set to true | ||
78 | NoVerifyCertChain = true | ||
79 | ; you can also bypass the hostname or domain verification | ||
80 | NoVerifyCertHostname = true | ||
81 | ; having both options true does provide encryption but with low security | ||
82 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. | ||
83 | |||
73 | 84 | ||
74 | [ServiceList] | 85 | [ServiceList] |
75 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 86 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
@@ -292,6 +303,9 @@ | |||
292 | ; Realm = "regions" | 303 | ; Realm = "regions" |
293 | ; AllowDuplicateNames = "" | 304 | ; AllowDuplicateNames = "" |
294 | 305 | ||
306 | ;; Perform distance check for the creation of a linked region | ||
307 | ; Check4096 = "True" | ||
308 | |||
295 | ;; Needed to display non-default map tile images for linked regions | 309 | ;; Needed to display non-default map tile images for linked regions |
296 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" | 310 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" |
297 | 311 | ||
@@ -554,6 +568,8 @@ | |||
554 | ;; | 568 | ;; |
555 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. | 569 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. |
556 | 570 | ||
571 | ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService] | ||
572 | ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC" | ||
557 | 573 | ||
558 | [MapImageService] | 574 | [MapImageService] |
559 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 575 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
@@ -649,6 +665,8 @@ | |||
649 | ;; Leave blank or commented for no exceptions. | 665 | ;; Leave blank or commented for no exceptions. |
650 | ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002" | 666 | ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002" |
651 | 667 | ||
668 | ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService] | ||
669 | ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC" | ||
652 | 670 | ||
653 | [UserAgentService] | 671 | [UserAgentService] |
654 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | 672 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" |