Skip to content

Commit

Permalink
fix: console
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Mar 5, 2024
1 parent 08b88b9 commit a5f59e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/provider/V2rayNSubscribeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ export const parseJSONConfig = (

break
}
console.log(vmessNode)

return vmessNode
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ Generated by [AVA](https://avajs.dev).
obfsHost: 'gateway-carry.icloud.com',
password: 'password',
port: '443',
skipCertVerify: undefined,
tls13: undefined,
skipCertVerify: false,
tls13: false,
type: 'shadowsocks',
udpRelay: undefined,
udpRelay: false,
},
{
hostname: 'us.example.com',
method: 'chacha20-ietf-poly1305',
nodeName: '🇺🇸US 2',
password: 'password',
port: '443',
skipCertVerify: undefined,
tls13: undefined,
skipCertVerify: false,
tls13: false,
type: 'shadowsocks',
udpRelay: undefined,
udpRelay: false,
},
{
alterId: '64',
Expand Down
Binary file not shown.

0 comments on commit a5f59e9

Please sign in to comment.