Checkpoint

This commit is contained in:
2025-10-01 15:37:55 +02:00
parent 4a60059ff2
commit 03352e3312
31 changed files with 2611 additions and 384 deletions

5
dataset/domain_data.go Normal file
View File

@@ -0,0 +1,5 @@
package dataset
var Domains = map[string]*DomainTree{
"example": NewDomainList("example.org", "example.net", "example.com"),
}