mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 09:34:48 +02:00
Basic relay working!
This commit is contained in:
parent
bebe40c8e8
commit
afd87d07a3
8 changed files with 125 additions and 17 deletions
|
@ -35,6 +35,7 @@ internalRouter.use("/gerbil", gerbilRouter);
|
|||
gerbilRouter.post("/get-config", gerbil.getConfig);
|
||||
gerbilRouter.post("/receive-bandwidth", gerbil.receiveBandwidth);
|
||||
gerbilRouter.post("/update-hole-punch", gerbil.updateHolePunch);
|
||||
gerbilRouter.post("/get-all-relays", gerbil.getAllRelays);
|
||||
|
||||
// Badger routes
|
||||
const badgerRouter = Router();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue