mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
feat: add SCREEGO_TURN_DENY_PEERS
Deny/ban peers within specific CIDRs to prevent TURN server users from accessing machines reachable by the TURN server but not from the internet, useful when the server is behind a NAT. By default denies local addresses.
This commit is contained in:
@@ -2,3 +2,4 @@ SCREEGO_SECRET=secure
|
||||
SCREEGO_LOG_LEVEL=debug
|
||||
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000
|
||||
SCREEGO_USERS_FILE=./users
|
||||
SCREEGO_TURN_DENY_PEERS=
|
||||
|
||||
Reference in New Issue
Block a user