From 7aae9083382acf5d484d15ad7db95fbfee3cd5b2 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Tue, 18 Jun 2019 22:25:53 +0800 Subject: [PATCH] Create QuanX-RuleSet.json --- QuanX-RuleSet.json | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 QuanX-RuleSet.json diff --git a/QuanX-RuleSet.json b/QuanX-RuleSet.json new file mode 100644 index 0000000..24cd6eb --- /dev/null +++ b/QuanX-RuleSet.json @@ -0,0 +1,64 @@ +{ + "list": [ + { + "enable": true, + "url": "https://gist.githubusercontent.com/Fndroid/58106962a852aa5c45bd1803b34b8651/raw/aa4649d63190a909a22e1c44fc23bfda382809dc/LAN.list", + "note": "LAN", + "policy": "DIRECT" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Apple.list", + "note": "苹果", + "policy": "Apple" + }, + { + "enable": true, + "url": "https://gist.githubusercontent.com/Fndroid/58106962a852aa5c45bd1803b34b8651/raw/97d927bf19d7b61a7da0c8b305728f958f22b0eb/SYSTEM.list", + "note": "SYSTEM", + "policy": "DIRECT" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list", + "note": "黑名单", + "policy": "REJECT" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Hijacking.list", + "note": "运营商劫持", + "policy": "REJECT" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Global.list", + "note": "代理", + "policy": "PROXY" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Telegram.list", + "note": "Telegram", + "policy": "PROXY" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/ForeignMedia.list", + "note": "国外媒体", + "policy": "PROXY" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/China.list", + "note": "国内", + "policy": "DIRECT" + }, + { + "enable": true, + "url": "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/DomesticMedia.list", + "note": "国内媒体", + "policy": "DIRECT" + } + ] +}