mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00

Most of the removed options are many years old. In addition, they've all been removed in past iterations of Kubo. Some options were marked as removed in the config.md, but we still had a warning in the code to let users know they have been removed. I think it's been long enough for all of this options, and enough Kubo iterations in order to alert the users. It is good to keep it in the config.md for now so that people can actually check. However, I think it's time to remove them from the code itself.
10 lines
89 B
Go
10 lines
89 B
Go
package config
|
|
|
|
type Discovery struct {
|
|
MDNS MDNS
|
|
}
|
|
|
|
type MDNS struct {
|
|
Enabled bool
|
|
}
|