This commit is contained in:
Den Piligrim
2026-02-01 13:35:32 +03:00
parent ff7b1646b8
commit 10208930ff
8 changed files with 15 additions and 105 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class TunnelsService {
this.logger.log(`Начинаем установку редиректа на ${tunnel.ip} -> ${mainServerIp}`);
const command = `export ORIGIN_IP="${mainServerIp}" && bash <(curl -fsSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/dp-gui/forwarding_install.sh)`;
const command = `export ORIGIN_IP="${mainServerIp}" && bash <(curl -fsSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/main/forwarding_install.sh)`;
try {
const output = await this.sshService.executeCommand({