From 4b6bcabab43cfe90aa7ee7106c0d71fc9fdbd37d Mon Sep 17 00:00:00 2001 From: lhie1 Date: Wed, 30 Jun 2021 12:27:35 +0800 Subject: [PATCH] Block QUIC --- Surge/Surge 3/Module/Block_QUIC.sgmodule | 5 +++++ Surge/Surge 3/Rule.conf | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 Surge/Surge 3/Module/Block_QUIC.sgmodule diff --git a/Surge/Surge 3/Module/Block_QUIC.sgmodule b/Surge/Surge 3/Module/Block_QUIC.sgmodule new file mode 100644 index 0000000..5627b59 --- /dev/null +++ b/Surge/Surge 3/Module/Block_QUIC.sgmodule @@ -0,0 +1,5 @@ +#!name=Block QUIC Protocol +#!desc=Forced fallback HTTP2/HTTP1.1 + +[Rule] +AND,((PROTOCOL,UDP),(DEST-PORT,443)),REJECT-NO-DROP \ No newline at end of file diff --git a/Surge/Surge 3/Rule.conf b/Surge/Surge 3/Rule.conf index 1f0ef4a..149b53d 100644 --- a/Surge/Surge 3/Rule.conf +++ b/Surge/Surge 3/Rule.conf @@ -1,3 +1,5 @@ +AND,((PROTOCOL,UDP),(DEST-PORT,443)),REJECT-NO-DROP + # Rulesets RULE-SET,https://cdn.jsdelivr.net/gh/lhie1/Rules@master/Surge/Surge%203/Provider/Special.list,DIRECT