Skip to content

Instantly share code, notes, and snippets.

@laosb
Created October 30, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laosb/7e9eeb4378df538778396fd19addf330 to your computer and use it in GitHub Desktop.
Save laosb/7e9eeb4378df538778396fd19addf330 to your computer and use it in GitHub Desktop.
Make emails (via SMTP & IMAP) go direct.
#!name=Email Protos Go Direct
#!desc=Make emails (via SMTP & IMAP) go direct.
[Rule]
# IMAP
DEST-PORT,585,DIRECT
DEST-PORT,993,DIRECT
DEST-PORT,143,DIRECT
# SMTP
DEST-PORT,465,DIRECT
DEST-PORT,587,DIRECT
DEST-PORT,25,DIRECT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment