mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-22 18:29:19 +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) {
|
||||
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" } }
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue