make robust ban by MAC options visible, thx Bill Blight

0.9.1.0-post-fixes
UbitUmarov 2019-04-07 16:29:31 +01:00
parent 442ef1cc9e
commit 539a3a9273
2 changed files with 6 additions and 0 deletions

View File

@ -568,6 +568,8 @@
;;
;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
@ -663,6 +665,8 @@
;; Leave blank or commented for no exceptions.
; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
[UserAgentService]
LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"

View File

@ -495,6 +495,8 @@
;;
;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
;; Allow banning via hashed MAC
;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"