mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Experimental Surfboard support
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Span } from '../../trace';
|
||||
import { ClashClassicRuleSet } from '../writing-strategy/clash';
|
||||
import { LegacyClashPremiumClassicRuleSet } from '../writing-strategy/legacy-clash-premium';
|
||||
import { SingboxSource } from '../writing-strategy/singbox';
|
||||
import { SurfboardRuleSet } from '../writing-strategy/surfboard';
|
||||
import { SurgeRuleSet } from '../writing-strategy/surge';
|
||||
import { FileOutput } from './base';
|
||||
|
||||
@@ -13,6 +14,7 @@ export class RulesetOutput extends FileOutput {
|
||||
new SurgeRuleSet(type),
|
||||
new ClashClassicRuleSet(type),
|
||||
new LegacyClashPremiumClassicRuleSet(type),
|
||||
new SurfboardRuleSet(type),
|
||||
new SingboxSource(type)
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user