diff --git a/rules/singbox/wificall.json b/rules/singbox/wificall.json new file mode 100644 index 0000000..51e9078 --- /dev/null +++ b/rules/singbox/wificall.json @@ -0,0 +1,30 @@ +{ + "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": [ + "tv.apple.com" + ], + "ip_cidr": [ + "66.94.0.0/19", + "206.29.177.36/32", + "208.54.159.227/32", + "208.54.2.163/32", + "208.54.0.0/16" + ] + } + ] +}