From 43f64cf2e5a3da3e32bfc74e7ddc07ba17c11969 Mon Sep 17 00:00:00 2001 From: Salem <39432507+lusalem@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:58:11 +0800 Subject: [PATCH] Create appletv.json --- rules/singbox/appletv.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rules/singbox/appletv.json diff --git a/rules/singbox/appletv.json b/rules/singbox/appletv.json new file mode 100644 index 0000000..a818477 --- /dev/null +++ b/rules/singbox/appletv.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "rules": [ + { + "domain": [ + "hls-amt.itunes.apple.com", + "hls.itunes.apple.com", + "np-edge.itunes.apple.com", + "play-edge.itunes.apple.com", + "tv.applemusic.com", + "uts-api.itunes.apple.com" + ], + "domain_suffix": [ + "tv.apple.com" + ] + } + ] +}