Change sni proxy url

This commit is contained in:
Owen 2025-08-13 16:02:03 -07:00
parent 3d8869066a
commit ddd8eb1da0
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -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" } }
);