mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-15 04:26:14 +00:00
Change sni proxy url
This commit is contained in:
@@ -137,7 +137,7 @@ export class TraefikConfigManager {
|
||||
if (exitNode) {
|
||||
logger.error("No exit node found");
|
||||
await axios.post(
|
||||
`${exitNode.reachableAt}/full-domains`,
|
||||
`${exitNode.reachableAt}/update-local-snis`,
|
||||
{ fullDomains: Array.from(domains) },
|
||||
{ headers: { "Content-Type": "application/json" } }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user