default to addr 127.0.0.1:6881
This commit is contained in:
parent
fb528b1fc3
commit
3cc4679454
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ type Config struct {
|
|||
}
|
||||
|
||||
var DefaultConfig = Config{
|
||||
Addr: ":6881",
|
||||
Addr: "127.0.0.1:6881",
|
||||
Tracker: DriverConfig{
|
||||
Name: "mock",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue