From e59547bb00ab302969c74e4b0356797876914374 Mon Sep 17 00:00:00 2001 From: Salem <39432507+lusalem@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:21:54 +0800 Subject: [PATCH] Create us.json --- rules/singbox/us.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 rules/singbox/us.json diff --git a/rules/singbox/us.json b/rules/singbox/us.json new file mode 100644 index 0000000..f5741af --- /dev/null +++ b/rules/singbox/us.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "rules": [ + { + #"domain": [ + "crl.t-mobile.com", + "eas3.msg.t-mobile.com", + "mascns.t-mobile.com", + "ns.sipgeo.t-mobile.com", + "epdg.epc.mnc240.mcc310.pub.3gppnetwork.org", + "epdg.epc.mnc260.mcc310.pub.3gppnetwork.org", + "ss.epdg.epc.mnc260.mcc310.pub.3gppnetwork.org" + ], + "domain_keyword": [ + "tmobile", + "t-mobile" + ], + "domain_suffix": [ + "media.starott.com", + "peacocktv.com" + ] + } + ] +}