Skip to content

Commit

Permalink
Update interfaces.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Dec 2, 2023
1 parent d5032e3 commit 896cde3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface Config {
password?: string,
alterId?: number,
cipher?: string,
security?: string,
tls?: boolean,
"skip-cert-verify"?: boolean,
servername?: string,
Expand All @@ -46,6 +47,8 @@ export interface Config {
"protocol-param"?: string,
"obfs-param"?: string,
tfo?: string,
pbk?: string,
headerType?: string,
merged?: boolean,
}

Expand Down

0 comments on commit 896cde3

Please sign in to comment.