home: imp docs

This commit is contained in:
Stanislav Chzhen
2025-10-17 15:01:31 +03:00
parent 7412e28774
commit aa628b27a8

View File

@@ -690,7 +690,8 @@ func parseConfig(ctx context.Context, l *slog.Logger) (err error) {
// logIPHint logs an informational message when the config contains an unquoted
// IP address with a trailing colon. It's a best-effort check for a YAML
// parsing behavior where a list item is decoded as {key: null}.
// parsing behavior where a list item is decoded as {key: null}. l must not be
// nil.
func logIPHint(ctx context.Context, l *slog.Logger, data []byte) {
var conf struct {
DNS struct {