Skip to content

Commit

Permalink
chore: config consts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 3, 2024
1 parent c25d7f2 commit 02139f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ import (
"strings"
)

var (
const (
DefaultAcceleratedDHTClient = false
DefaultLoopbackAddressesOnLanDHT = false
)

var (
// Default HTTP routers used in parallel to DHT when Routing.Type = "auto"
DefaultHTTPRouters = getEnvOrDefault("IPFS_HTTP_ROUTERS", []string{
"https://cid.contact", // https://github.com/ipfs/kubo/issues/9422#issuecomment-1338142084
Expand Down

0 comments on commit 02139f6

Please sign in to comment.