add an option for webDomain

This commit is contained in:
Hamidreza Ghavami
2023-05-31 01:21:14 +04:30
parent a2d8c98b0d
commit 8170b65db4
7 changed files with 14 additions and 5 deletions
+1
View File
@@ -1185,6 +1185,7 @@ func (s *InboundService) GetInboundClientIps(clientEmail string) (string, error)
}
return InboundClientIps.Ips, nil
}
func (s *InboundService) ClearClientIps(clientEmail string) error {
db := database.GetDB()