aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2019-04-07 16:29:31 +0100
committerUbitUmarov2019-04-07 16:29:31 +0100
commit539a3a9273a2777f6a42d739e496da2b74b2efa7 (patch)
treea32b930cb47a7f6a983638572bc219814e1e670e
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 '')
-rw-r--r--bin/Robust.HG.ini.example4
-rw-r--r--bin/Robust.ini.example2
2 files changed, 6 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"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 3222a94..50986de 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -495,6 +495,8 @@
495 ;; 495 ;;
496 ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. 496 ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
497 497
498 ;; Allow banning via hashed MAC
499 ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
498 500
499[MapImageService] 501[MapImageService]
500 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 502 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"