mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 15:53:32 -07:00
default to addr 127.0.0.1:6881
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ type Config struct {
|
||||
}
|
||||
|
||||
var DefaultConfig = Config{
|
||||
Addr: ":6881",
|
||||
Addr: "127.0.0.1:6881",
|
||||
Tracker: DriverConfig{
|
||||
Name: "mock",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user