Skip to content

Commit 6576540

Browse files
feat: Add default xray pattern
1 parent 181af21 commit 6576540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dashboard/src/pages/_dashboard.settings.subscriptions.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ const defaultSubscriptionRules: { pattern: string; target: ConfigFormat }[] = [
292292
pattern: '^(SS|SSR|SSD|SSS|Outline|Shadowsocks|SSconf)',
293293
target: 'outline',
294294
},
295+
{
296+
pattern: '^([Vv]2rayNG|[Vv]2rayN|[Ss]treisand|[Hh]app|[Kk]tor\\-client)',
297+
target: 'xray',
298+
},
295299
{
296300
pattern: '.*',
297301
target: 'links_base64',

0 commit comments

Comments
 (0)