mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
Control which types of sites work and tell user
This commit is contained in:
@@ -45,7 +45,7 @@ export async function traefikConfigProvider(
|
||||
}
|
||||
}
|
||||
|
||||
let traefikConfig = await getTraefikConfig(currentExitNodeId, ["newt", "local", "wireguard"]);
|
||||
let traefikConfig = await getTraefikConfig(currentExitNodeId, config.getRawConfig().traefik.site_types);
|
||||
|
||||
traefikConfig.http.middlewares[badgerMiddlewareName] = {
|
||||
plugin: {
|
||||
|
||||
Reference in New Issue
Block a user