mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
Merge 8b4dfc897a into 77ed3dd0ef
This commit is contained in:
commit
8f0c5bd620
@ -114,8 +114,14 @@ func addressesConfig() Addresses {
|
||||
Announce: []string{},
|
||||
AppendAnnounce: []string{},
|
||||
NoAnnounce: []string{},
|
||||
API: Strings{"/ip4/127.0.0.1/tcp/5001"},
|
||||
Gateway: Strings{"/ip4/127.0.0.1/tcp/8080"},
|
||||
API: []string{
|
||||
"/ip4/127.0.0.1/tcp/5001",
|
||||
"/ip6/::/tcp/5001",
|
||||
},
|
||||
Gateway: []string{
|
||||
"/ip4/127.0.0.1/tcp/8080",
|
||||
"/ip6/::/tcp/8080",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user