mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 04:45:52 +03:00
[PR #155] [CLOSED] Implement Rate Limit per remote #162
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/155
Author: @webfrank
Created: 4/19/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
836f599Implement Rate Limit per remote📊 Changes
8 files changed (+80 additions, -11 deletions)
View changed files
➕
.gitignore(+2 -0)➕
Dockerfile(+22 -0)📝
README.md(+4 -2)📝
go.mod(+5 -1)📝
go.sum(+4 -0)📝
main.go(+1 -1)📝
remotes.go(+32 -7)📝
smtp.go(+10 -0)📄 Description
I've added a rate limiter per remote configuration with an optional url parameter.
I've also added a Dockerfile to build a container image.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.