mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-20 09:19:02 +02:00
Add auth to gerbil calls
This commit is contained in:
parent
e043d0e654
commit
e73383cc79
3 changed files with 67 additions and 7 deletions
|
@ -53,3 +53,10 @@ export function selectBestExitNode(
|
|||
|
||||
return pingResults[0];
|
||||
}
|
||||
|
||||
export async function checkExitNodeOrg(
|
||||
exitNodeId: number,
|
||||
orgId: string
|
||||
) {
|
||||
return false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue