This commit is contained in:
Rishi556 2026-02-17 16:51:38 -08:00 committed by GitHub
commit 2128cfdcd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
},
}
}