mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 07:46:36 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -4,7 +4,10 @@ import { eq } from "drizzle-orm";
|
||||
|
||||
const currentBannedPorts: number[] = [];
|
||||
|
||||
export async function pickPort(siteId: number, trx: Transaction | typeof db): Promise<{
|
||||
export async function pickPort(
|
||||
siteId: number,
|
||||
trx: Transaction | typeof db
|
||||
): Promise<{
|
||||
internalPort: number;
|
||||
targetIps: string[];
|
||||
}> {
|
||||
|
||||
Reference in New Issue
Block a user