make robust ban by MAC options visible, thx Bill Blight
parent
442ef1cc9e
commit
539a3a9273
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue