diff --git a/types.go b/types.go
index 05bf7ad5d733e693d9339bc743e10d4bbcabf821..40cd0ef265fcd530fa73f85757102560ba0857af 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 {