diff --git a/src/request.ts b/src/request.ts index e426468..7d569a2 100644 --- a/src/request.ts +++ b/src/request.ts @@ -29,8 +29,8 @@ export class Request extends InteractsWithHeaders { */ getClientIp (): string | undefined { return this.fromHeaders() ?? - this.fromConnection() ?? this.fromSocket() ?? + this.fromConnection() ?? this.fromInfo() ?? this.fromRaw() ?? this.fromRequestContext()