mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-23 18:56:07 +02:00
Change sni proxy url
This commit is contained in:
parent
3d8869066a
commit
ddd8eb1da0
1 changed files with 1 additions and 1 deletions
|
@ -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" } }
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue