aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2019-04-07 16:29:31 +0100
committerUbitUmarov2019-04-07 16:29:31 +0100
commit539a3a9273a2777f6a42d739e496da2b74b2efa7 (patch)
treea32b930cb47a7f6a983638572bc219814e1e670e /bin/Robust.HG.ini.example
parentchange a comment (diff)
downloadopensim-SC-539a3a9273a2777f6a42d739e496da2b74b2efa7.zip
opensim-SC-539a3a9273a2777f6a42d739e496da2b74b2efa7.tar.gz
opensim-SC-539a3a9273a2777f6a42d739e496da2b74b2efa7.tar.bz2
opensim-SC-539a3a9273a2777f6a42d739e496da2b74b2efa7.tar.xz
make robust ban by MAC options visible, thx Bill Blight
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example4
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"