This commit is contained in:
Rishi556 2026-02-02 07:25:13 +00:00 committed by GitHub
commit 8f0c5bd620
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",
},
}
}