From 88588686bfa4a0a17b483b9cf9ae3d2f2dade6db Mon Sep 17 00:00:00 2001 From: vasnt <117589240+vasnt@users.noreply.github.com> Date: Sat, 13 Jul 2024 01:03:22 +0530 Subject: [PATCH] Deleted deprecated DomainsWhiteList struct #205 (#210) --- config/tau.go | 5 ----- 1 file changed, 5 deletions(-) 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"`