summary refs log tree commit diff
path: root/src/gateway/util/WebSocket.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-07 23:18:57 +0100
committerRory& <root@rory.gay>2025-12-12 22:56:02 +0100
commitbdbf6d06b25fcdb2e9cbcdd32872ae62bfc8893c (patch)
tree76e769af417dba58a85d53996b3993ea073e2170 /src/gateway/util/WebSocket.ts
parentMerge remote-tracking branch 'BrajamohanDas-afk/refactor/remove-getIpAddress'... (diff)
downloadserver-ts-bdbf6d06b25fcdb2e9cbcdd32872ae62bfc8893c.tar.xz
Fix IP tracking for bans
Diffstat (limited to 'src/gateway/util/WebSocket.ts')
-rw-r--r--src/gateway/util/WebSocket.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gateway/util/WebSocket.ts b/src/gateway/util/WebSocket.ts

index 00ef9e98..d0a42eaf 100644 --- a/src/gateway/util/WebSocket.ts +++ b/src/gateway/util/WebSocket.ts
@@ -33,6 +33,7 @@ export interface WebSocket extends WS { compress?: "zlib-stream" | "zstd-stream"; ipAddress?: string; userAgent?: string; // for cdn request signing + fingerprint?: string; shard_count?: bigint; shard_id?: bigint; deflate?: Deflate;