Skip to content

Commit

Permalink
add default secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 9, 2024
1 parent aaf0d7e commit 7503d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/utils/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const defaultConfig: IAppConfig = {

export const defaultControledMihomoConfig: Partial<IMihomoConfig> = {
'external-controller': '127.0.0.1:9090',
secret: '',
ipv6: false,
mode: 'rule',
'mixed-port': 7890,
Expand Down

0 comments on commit 7503d1b

Please sign in to comment.