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