diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-30 23:51:14 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-30 23:51:14 +0300 |
| commit | 8170b65db4d38002f81825ea876dd3e4c9292931 (patch) | |
| tree | 06e20a3835bf953f17cc50aafd48d367574e5357 /web/service/inbound.go | |
| parent | a2d8c98b0df39216787d2c77af6e499857510e9e (diff) | |
add an option for webDomain
Diffstat (limited to 'web/service/inbound.go')
| -rw-r--r-- | web/service/inbound.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go index 6a182fcf..11522ad2 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -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() |
