fix proto

This commit is contained in:
Den Piligrim
2026-04-08 02:06:16 +03:00
parent 21a8c59d16
commit c1602c07b2
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export class TunnelsService {
`Начинаем установку редиректа на ${tunnel.ip} -> ${mainServerIp}`,
);
const command = `sudo ORIGIN_IP="${mainServerIp}" bash -c "$(curl -sSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/dp-new-release/forwarding_install.sh)"`;
const command = `sudo ORIGIN_IP="${mainServerIp}" bash -c "$(curl -sSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/main/forwarding_install.sh)"`;
try {
const output = await this.sshService.executeCommand(