mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
New multi-router configuration system based on https://hackmd.io/G1KRDEX5T3qyfoBMkIrBew#Methods - Added a new routing type: "custom" - Added specific struct types for different Routers (instead of map[string]interface{}) - Added `Duration` config type, to make easier time string parsing - Added config documentation. - Use the latest go-delegated-routing library version with GET support. - Added changelog notes for this feature. It: - closes #9157 - closes #9079 - closes #9186 |
||
|---|---|---|
| .. | ||
| dist | ||
| util | ||
| .gitignore | ||
| add_migrations.go | ||
| daemon_linux.go | ||
| daemon_other.go | ||
| daemon.go | ||
| debug.go | ||
| dnsresolve_test.go | ||
| init.go | ||
| ipfs.go | ||
| main.go | ||
| pinmfs_test.go | ||
| pinmfs.go | ||
| Rules.mk | ||
| runmain_test.go | ||