mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Chore: use mixed-port instead of port when initial config (#1319)
This commit is contained in:
parent
109bfcb0f9
commit
1f593d37fb
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func Init(dir string) error {
|
|||
if err != nil {
|
||||
return fmt.Errorf("can't create file %s: %s", C.Path.Config(), err.Error())
|
||||
}
|
||||
f.Write([]byte(`port: 7890`))
|
||||
f.Write([]byte(`mixed-port: 7890`))
|
||||
f.Close()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue