diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 0f9bb4b..726e468 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -568,6 +568,8 @@ | |||
568 | ;; | 568 | ;; |
569 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. | 569 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. |
570 | 570 | ||
571 | ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService] | ||
572 | ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC" | ||
571 | 573 | ||
572 | [MapImageService] | 574 | [MapImageService] |
573 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 575 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
@@ -663,6 +665,8 @@ | |||
663 | ;; Leave blank or commented for no exceptions. | 665 | ;; Leave blank or commented for no exceptions. |
664 | ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002" | 666 | ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002" |
665 | 667 | ||
668 | ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService] | ||
669 | ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC" | ||
666 | 670 | ||
667 | [UserAgentService] | 671 | [UserAgentService] |
668 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | 672 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" |