This commit is contained in:
Den Piligrim
2026-03-21 15:06:13 +03:00
parent 82811645bf
commit 29e776a0ec
3 changed files with 6 additions and 8 deletions
@@ -516,6 +516,6 @@ export class InboundBuilderService {
params.set('obfs', obfs);
params.set('obfs-password', obfsPass);
return `hy2://${auth}@${serverAddress}:${port}/?${params.toString()}#${this.flag}%20${encodeURIComponent(remark)}`;
return `hy2://${auth}@${serverAddress}:${port}/?${params.toString()}#${remark}`;
}
}