mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
make robust ban by MAC options visible, thx Bill Blight
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user