mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 13:56:39 +00:00
Traefik config & gerbil config working?
This commit is contained in:
@@ -104,7 +104,7 @@ export async function getConfig(
|
||||
|
||||
// STOP HERE IN HYBRID MODE
|
||||
if (config.isHybridMode()) {
|
||||
return proxyToRemote(req, res, next, "gerbil/get-config");
|
||||
return proxyToRemote(req, res, next, "hybrid/gerbil/get-config");
|
||||
}
|
||||
|
||||
const configResponse = await generateGerbilConfig(exitNode[0]);
|
||||
|
||||
Reference in New Issue
Block a user