fix: forwarding ip, installation

This commit is contained in:
Den Piligrim
2026-02-07 23:34:04 +03:00
parent f05ca55201
commit fee9cd543c
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export class TunnelsService {
if (!tunnel) throw new HttpException('Tunnel not found', HttpStatus.NOT_FOUND);
const hostSetting = await this.settingRepo.findOne({ where: { key: 'xui_host' } });
const hostSetting = await this.settingRepo.findOne({ where: { key: 'xui_ip' } });
if (!hostSetting || !hostSetting.value) {
throw new HttpException(