diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 54 |
1 files changed, 20 insertions, 34 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 36025d5..82eaf1f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -184,6 +184,26 @@ | |||
184 | ;; This is a default that can be overwritten in some sections. | 184 | ;; This is a default that can be overwritten in some sections. |
185 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 185 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
186 | 186 | ||
187 | [AccessControl] | ||
188 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | ||
189 | ;; Bar (|) separated list of viewers which may gain access to the regions. | ||
190 | ;; One can use a substring of the viewer name to enable only certain | ||
191 | ;; versions | ||
192 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
193 | ;; - "Imprudence" has access | ||
194 | ;; - "Imprudence 1.3" has access | ||
195 | ;; - "Imprudence 1.3.1" has no access | ||
196 | ; AllowedClients = "" | ||
197 | |||
198 | ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {} | ||
199 | ;; Bar (|) separated list of viewers which may not gain access to the regions. | ||
200 | ;; One can use a Substring of the viewer name to disable only certain | ||
201 | ;; versions | ||
202 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
203 | ;; - "Imprudence" has no access | ||
204 | ;; - "Imprudence 1.3" has no access | ||
205 | ;; - "Imprudence 1.3.1" has access | ||
206 | ; DeniedClients = "" | ||
187 | 207 | ||
188 | [DatabaseService] | 208 | [DatabaseService] |
189 | ; PGSQL | 209 | ; PGSQL |
@@ -482,23 +502,6 @@ | |||
482 | SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 502 | SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
483 | SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 503 | SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
484 | 504 | ||
485 | ;; Regular expressions for controlling which client versions are accepted/denied. | ||
486 | ;; An empty string means nothing is checked. | ||
487 | ;; | ||
488 | ;; Example 1: allow only these 3 types of clients (any version of them) | ||
489 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | ||
490 | ;; | ||
491 | ;; Example 2: allow all clients except these | ||
492 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | ||
493 | ;; | ||
494 | ;; Note that these are regular expressions, so every character counts. | ||
495 | ;; Also note that this is very weak security and should not be trusted as a reliable means | ||
496 | ;; for keeping bad clients out; modified clients can fake their identifiers. | ||
497 | ;; | ||
498 | ;; | ||
499 | ;AllowedClients = "" | ||
500 | ;DeniedClients = "" | ||
501 | |||
502 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | 505 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" |
503 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | 506 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time |
504 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | 507 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. |
@@ -595,23 +598,6 @@ | |||
595 | ; If you run this gatekeeper server behind a proxy, set this to true | 598 | ; If you run this gatekeeper server behind a proxy, set this to true |
596 | ; HasProxy = false | 599 | ; HasProxy = false |
597 | 600 | ||
598 | ;; Regular expressions for controlling which client versions are accepted/denied. | ||
599 | ;; An empty string means nothing is checked. | ||
600 | ;; | ||
601 | ;; Example 1: allow only these 3 types of clients (any version of them) | ||
602 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | ||
603 | ;; | ||
604 | ;; Example 2: allow all clients except these | ||
605 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | ||
606 | ;; | ||
607 | ;; Note that these are regular expressions, so every character counts. | ||
608 | ;; Also note that this is very weak security and should not be trusted as a reliable means | ||
609 | ;; for keeping bad clients out; modified clients can fake their identifiers. | ||
610 | ;; | ||
611 | ;; | ||
612 | ;AllowedClients = "" | ||
613 | ;DeniedClients = "" | ||
614 | |||
615 | ;; Are foreign visitors allowed? | 601 | ;; Are foreign visitors allowed? |
616 | ;ForeignAgentsAllowed = true | 602 | ;ForeignAgentsAllowed = true |
617 | ;; | 603 | ;; |