mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-15 12:36:36 +00:00
Add auth to gerbil calls
This commit is contained in:
@@ -53,3 +53,10 @@ export function selectBestExitNode(
|
||||
|
||||
return pingResults[0];
|
||||
}
|
||||
|
||||
export async function checkExitNodeOrg(
|
||||
exitNodeId: number,
|
||||
orgId: string
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user