Skip to content

Commit

Permalink
Update the default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Dec 16, 2024
1 parent 5062ce6 commit d0d5ca7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions frontend/src/constant/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,28 +243,28 @@ export const DefaultRouteRuleset = (): IRuleSet => ({

export const DefaultRoute = (): IRoute => ({
rules: [
{
id: sampleID(),
type: RuleType.Inbound,
payload: DefaultInboundIds.MixedIn,
invert: false,
action: RuleAction.Resolve,
outbound: '',
sniffer: [],
strategy: Strategy.Default,
server: ''
},
// {
// id: sampleID(),
// type: RuleType.Inbound,
// payload: DefaultInboundIds.MixedIn,
// invert: false,
// action: RuleAction.Sniff,
// action: RuleAction.Resolve,
// outbound: '',
// sniffer: [],
// strategy: Strategy.Default,
// server: ''
// },
{
id: sampleID(),
type: RuleType.Inbound,
payload: DefaultInboundIds.Tun,
invert: false,
action: RuleAction.Sniff,
outbound: '',
sniffer: [],
strategy: Strategy.Default,
server: ''
},
{
id: sampleID(),
type: RuleType.Protocol,
Expand Down

0 comments on commit d0d5ca7

Please sign in to comment.