From 630e90ed5e144b71d00f5126aae11e25295e2933 Mon Sep 17 00:00:00 2001 From: Salem <39432507+lusalem@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:33:17 +0800 Subject: [PATCH] Create viu.json --- rules/singbox/viu.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 rules/singbox/viu.json diff --git a/rules/singbox/viu.json b/rules/singbox/viu.json new file mode 100644 index 0000000..6f3c7c8 --- /dev/null +++ b/rules/singbox/viu.json @@ -0,0 +1,21 @@ +{ + "version": 2, + "rules": [ + { + "domain": [ + "api.viu.now.com", + "dfp6rglgjqszk.cloudfront.net", + "d1k2us671qcoau.cloudfront.net", + "d2anahhhmp1ffz.cloudfront.net", + "cognito-identity.us-east-1.amazonaws.com", + "mobileanalytics.us-east-1.amazonaws.com" + ], + "domain_suffix": [ + "viu.tv", + "viu.com", + "viu.now.com" + ], + "domain_regex": "^ewcdn[0-9]+\\.nowe\\.com$" + } + ] +}