diff --git a/config/tau.go b/config/tau.go
index 68a6171c..bc2d39d8 100644
--- a/config/tau.go
+++ b/config/tau.go
@@ -59,11 +59,6 @@ type Domains struct {
 	Generated string   `yaml:"generated"`
 }
 
-type DomainsWhiteList struct {
-	Postfix []string
-	Regex   []string
-}
-
 type DVKey struct {
 	Private string `yaml:"private"`
 	Public  string `yaml:"public"`