feature: Implement WebSocket backend for passyfire.
Co-authored-by: dess <devessa@users.noreply.github.com>
This commit is contained in:
parent
59f66cbe5b
commit
535b8cde9a
5 changed files with 142 additions and 5 deletions
|
@ -3,7 +3,7 @@ import type { PassyFireBackendProvider } from "./index.js";
|
|||
|
||||
export function route(instance: PassyFireBackendProvider) {
|
||||
const { fastify } = instance;
|
||||
|
||||
|
||||
const proxiedPort: number = instance.options.publicPort ?? 443;
|
||||
|
||||
const unsupportedSpoofedRoutes: string[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue