Created
October 30, 2021 17:15
-
-
Save laosb/7e9eeb4378df538778396fd19addf330 to your computer and use it in GitHub Desktop.
Make emails (via SMTP & IMAP) go direct.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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