We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b18f96 commit 527737eCopy full SHA for 527737e
src/modules/subscription/subscription.service.ts
@@ -136,6 +136,7 @@ export class SubscriptionService {
136
response.headers.announce = `base64:${Buffer.from(
137
this.configService.getOrThrow<string>('HWID_MAX_DEVICES_ANNOUNCE'),
138
).toString('base64')}`;
139
+ response.headers['x-hwid-limit'] = 'true'; // v2rayTUN
140
141
return response;
142
}
@@ -292,6 +293,7 @@ export class SubscriptionService {
292
293
headers.announce = `base64:${Buffer.from(
294
295
296
+ headers['x-hwid-limit'] = 'true'; // v2rayTUN
297
298
isHwidLimited = true;
299
0 commit comments