@cryptotaxi247 / kubo / commits / 9866c13bd

use {} as default for DNS.Resolvers in config

vyzo committed Apr 14, 2021 at 10:03 UTC 9866c13bdad67e1033f80765f9bb0e874352fb68
1 file changed +1 -1
docs/config.md
+1 -1
@@ -1459,6 +1459,6 @@ Example:
1459 }
1460 ```
1461
1462 -Default: `null`
1462 +Default: `{}`
1463
1464 Type: `object[string -> string]`