From 1431ea86102fb90b9cb518797077d66f597a06d5 Mon Sep 17 00:00:00 2001
From: OskarStenberg <01ste02@gmail.com>
Date: Fri, 1 Dec 2023 16:16:25 +0000
Subject: [PATCH] Update types for txt num

---
 types.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/types.go b/types.go
index 05bf7ad..40cd0ef 100644
--- a/types.go
+++ b/types.go
@@ -30,6 +30,7 @@ type general struct {
 	Nsadmin       string
 	Debug         bool
 	StaticRecords []string `toml:"records"`
+	TxtRecordsCount int    `toml:"txt_records_count"`
 }
 
 type dbsettings struct {
-- 
GitLab