Skip to content

Commit

Permalink
fix: fixes #210
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada authored Oct 28, 2022
1 parent 212ec9d commit fda604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/custom-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ module.exports = {
token: 'password',
sni: 'sni.example.com', // 可选
skipCertVerify: true, // 可选
alps: ['h3'], // 可选,Stash 不支持空值
alpn: ['h3'], // 可选,Stash 不支持空值
'udp-relay': false, // 可选, 仅 Clash 支持更改,Surge 默认开启
}
```
Expand Down

0 comments on commit fda604a

Please sign in to comment.