mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 20:32:42 +00:00
Compare commits
111 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27c3b10b04 | ||
|
|
5cd8827bd4 | ||
|
|
849483fd43 | ||
|
|
1b6e877724 | ||
|
|
6c2192b4f8 | ||
|
|
6ff431ef10 | ||
|
|
8fe8dcbe86 | ||
|
|
0eaec3a162 | ||
|
|
4958e30657 | ||
|
|
844c68df9a | ||
|
|
4dbb9ef983 | ||
|
|
5d144c32a4 | ||
|
|
8ed0a620fd | ||
|
|
24ef7f9e9e | ||
|
|
782caaf082 | ||
|
|
fa06e8def9 | ||
|
|
f01b7b6d2d | ||
|
|
9bf13e792b | ||
|
|
ac0dedecf0 | ||
|
|
c51affc3cc | ||
|
|
3364ae38c2 | ||
|
|
812f936f5e | ||
|
|
3efd22a1f3 | ||
|
|
e3726192dd | ||
|
|
0527f1ddd4 | ||
|
|
6eb06837c6 | ||
|
|
aaffdbf3fc | ||
|
|
c686fa449a | ||
|
|
b4e18e831b | ||
|
|
c6920fbbc3 | ||
|
|
452c9299f1 | ||
|
|
19742630f5 | ||
|
|
8bbc163d08 | ||
|
|
ccd623e07e | ||
|
|
3db6ae9214 | ||
|
|
036ce9e6bc | ||
|
|
85c8fb93ff | ||
|
|
d6b4ef95a6 | ||
|
|
f1198f9954 | ||
|
|
e2aacf853c | ||
|
|
0e7ba4e401 | ||
|
|
b0b2546d93 | ||
|
|
54a17413bc | ||
|
|
e1a7eb3829 | ||
|
|
41b9f97d4c | ||
|
|
16092f6946 | ||
|
|
c798918f40 | ||
|
|
700fbc5d8d | ||
|
|
e8624a7d25 | ||
|
|
f6a09670be | ||
|
|
9c8a8d8268 | ||
|
|
b950260e68 | ||
|
|
b818df6ac8 | ||
|
|
78b4fec7d9 | ||
|
|
794370004e | ||
|
|
f9bd9cc1ce | ||
|
|
7110146873 | ||
|
|
e14f7dd6bf | ||
|
|
ac75c9513a | ||
|
|
6f64f27361 | ||
|
|
3eefeb740e | ||
|
|
2a082fee37 | ||
|
|
8998e646e7 | ||
|
|
5b5ae714f7 | ||
|
|
cb3ad69803 | ||
|
|
879769d88a | ||
|
|
84a1b73f45 | ||
|
|
9c992ff2c3 | ||
|
|
f0822054c0 | ||
|
|
3945ba5afb | ||
|
|
c05b7913af | ||
|
|
00976c9eeb | ||
|
|
fd5a74ec93 | ||
|
|
e78bb6df47 | ||
|
|
5634df6a7f | ||
|
|
cc35c6f8a6 | ||
|
|
8eb5e1e5e3 | ||
|
|
daca90abe7 | ||
|
|
9c91a8cd0a | ||
|
|
b085c0d0c1 | ||
|
|
c5fa786500 | ||
|
|
52b5a2636c | ||
|
|
4492fcd806 | ||
|
|
7c546e9606 | ||
|
|
2073d0ef25 | ||
|
|
e2ecedff43 | ||
|
|
a387b67b93 | ||
|
|
66cebab7f8 | ||
|
|
1514727573 | ||
|
|
1a54f7c500 | ||
|
|
7d03374016 | ||
|
|
0c76741a25 | ||
|
|
d13788e1d1 | ||
|
|
3a09c87081 | ||
|
|
62de1f320b | ||
|
|
66dde82c85 | ||
|
|
2038533798 | ||
|
|
21c4871ac0 | ||
|
|
6a0aff4330 | ||
|
|
882c42e1eb | ||
|
|
987c582859 | ||
|
|
2d3875543d | ||
|
|
8a5615f4ac | ||
|
|
420a013cac | ||
|
|
66c7f3a070 | ||
|
|
b186d805f3 | ||
|
|
764b0e68d4 | ||
|
|
4374a3e8bd | ||
|
|
3a39977253 | ||
|
|
d24a95168f | ||
|
|
5ff9018539 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
subconverter.exe
|
||||
.vscode
|
||||
|
||||
26
.travis.yml
26
.travis.yml
@@ -1,11 +1,11 @@
|
||||
language: cpp
|
||||
sudo: required
|
||||
os: linux
|
||||
stages:
|
||||
- name: deploy
|
||||
if: branch = master
|
||||
- name: before_script
|
||||
if: branch = master
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- name: "macOS Build"
|
||||
os: osx
|
||||
@@ -15,19 +15,33 @@ matrix:
|
||||
- bash scripts/build.macos.release.sh
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_OAUTH_TOKEN"
|
||||
token: "$GITHUB_OAUTH_TOKEN"
|
||||
file: "subconverter_darwin64.tar.gz"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
on:
|
||||
tags: true
|
||||
- name: "Linux x86 Build"
|
||||
services: docker
|
||||
script:
|
||||
- docker run --rm -v $TRAVIS_BUILD_DIR:/root/workdir multiarch/alpine:x86-edge /bin/sh -c "apk add bash git && cd /root/workdir && chmod +x scripts/build.alpine.release.sh && bash scripts/build.alpine.release.sh"
|
||||
before_deploy:
|
||||
- mv subconverter_linux64.tar.gz subconverter_linux32.tar.gz
|
||||
deploy:
|
||||
provider: releases
|
||||
token: "$GITHUB_OAUTH_TOKEN"
|
||||
file: "subconverter_linux32.tar.gz"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
on:
|
||||
tags: true
|
||||
- name: "Linux x86_64 Build"
|
||||
services: docker
|
||||
script:
|
||||
- docker run -v $TRAVIS_BUILD_DIR:/root/workdir alpine:latest /bin/sh -c "apk add bash git && cd /root/workdir && chmod +x scripts/build.alpine.release.sh && bash scripts/build.alpine.release.sh"
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_OAUTH_TOKEN"
|
||||
token: "$GITHUB_OAUTH_TOKEN"
|
||||
file: "subconverter_linux64.tar.gz"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
@@ -42,7 +56,7 @@ matrix:
|
||||
- mv subconverter_linux64.tar.gz subconverter_armhf.tar.gz
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_OAUTH_TOKEN"
|
||||
token: "$GITHUB_OAUTH_TOKEN"
|
||||
file: "subconverter_armhf.tar.gz"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
@@ -57,7 +71,7 @@ matrix:
|
||||
- mv subconverter_linux64.tar.gz subconverter_aarch64.tar.gz
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_OAUTH_TOKEN"
|
||||
token: "$GITHUB_OAUTH_TOKEN"
|
||||
file: "subconverter_aarch64.tar.gz"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
|
||||
@@ -1,45 +1,54 @@
|
||||
project(subconverter LANGUAGES CXX)
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
|
||||
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include/")
|
||||
IF(NOT CMAKE_BUILD_TYPE)
|
||||
SET(CMAKE_BUILD_TYPE Release)
|
||||
SET(CMAKE_BUILD_TYPE Release)
|
||||
ENDIF()
|
||||
SET(CMAKE_CXX_STANDARD 17)
|
||||
ADD_DEFINITIONS(-Wall -Wextra -Wno-unused-parameter -Wno-unused-result)
|
||||
|
||||
OPTION(USING_STD_REGEX "Use std::regex from C++ library instead of PCRECPP." OFF)
|
||||
|
||||
IF (NOT MSVC)
|
||||
ADD_COMPILE_OPTIONS(-Wall -Wextra -Wno-unused-parameter -Wno-unused-result)
|
||||
ELSE()
|
||||
ADD_COMPILE_OPTIONS(/W4)
|
||||
ENDIF()
|
||||
|
||||
OPTION(USING_STD_REGEX "Use std::regex from C++ library instead of PCRE2." OFF)
|
||||
OPTION(USING_MALLOC_TRIM "Call malloc_trim after processing request to lower memory usage (Your system must support malloc_trim)." OFF)
|
||||
OPTION(USING_MBEDTLS "Use mbedTLS instead of OpenSSL for MD5 calculation." OFF)
|
||||
|
||||
INCLUDE(CheckCXXSourceCompiles)
|
||||
CHECK_CXX_SOURCE_COMPILES(
|
||||
"
|
||||
#include<string>
|
||||
int main(){std::to_string(0);return 0;}
|
||||
void main(){std::to_string(0);}
|
||||
" HAVE_TO_STRING)
|
||||
|
||||
IF(APPLE)
|
||||
ADD_DEFINITIONS(-D_MACOS)
|
||||
ADD_DEFINITIONS(-D_MACOS)
|
||||
ENDIF()
|
||||
|
||||
IF(HAVE_TO_STRING)
|
||||
ADD_DEFINITIONS(-DHAVE_TO_STRING)
|
||||
ADD_DEFINITIONS(-DHAVE_TO_STRING)
|
||||
ENDIF()
|
||||
|
||||
IF(USING_MALLOC_TRIM)
|
||||
ADD_DEFINITIONS(-DMALLOC_TRIM)
|
||||
ADD_DEFINITIONS(-DMALLOC_TRIM)
|
||||
ENDIF()
|
||||
|
||||
ADD_EXECUTABLE(subconverter
|
||||
src/logger.cpp
|
||||
src/main.cpp
|
||||
src/misc.cpp
|
||||
src/multithread.cpp
|
||||
src/nodemanip.cpp
|
||||
src/rapidjson_extra.cpp
|
||||
src/speedtestutil.cpp
|
||||
src/subexport.cpp
|
||||
src/webget.cpp
|
||||
src/webserver_libevent.cpp)
|
||||
src/interfaces.cpp
|
||||
src/logger.cpp
|
||||
src/main.cpp
|
||||
src/misc.cpp
|
||||
src/multithread.cpp
|
||||
src/nodemanip.cpp
|
||||
src/rapidjson_extra.cpp
|
||||
src/speedtestutil.cpp
|
||||
src/subexport.cpp
|
||||
src/webget.cpp
|
||||
src/webserver_libevent.cpp)
|
||||
INCLUDE_DIRECTORIES(src)
|
||||
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR})
|
||||
|
||||
@@ -61,9 +70,16 @@ INCLUDE_DIRECTORIES(${CURL_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${CURL_LIBRARIES})
|
||||
ADD_DEFINITIONS(-DCURL_STATICLIB)
|
||||
|
||||
FIND_PACKAGE(OpenSSL 1.1.0 REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DIR})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${OPENSSL_LIBRARIES})
|
||||
IF(USING_MBEDTLS STREQUAL "ON")
|
||||
FIND_PACKAGE(MbedTLS REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${MBEDTLS_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${MBEDCRYPTO_LIBRARY})
|
||||
ADD_DEFINITIONS(-DUSE_MBEDTLS)
|
||||
ELSE()
|
||||
FIND_PACKAGE(OpenSSL 1.1.0 REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DIR})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${OPENSSL_LIBRARIES})
|
||||
ENDIF()
|
||||
|
||||
FIND_PACKAGE(Rapidjson REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${RAPIDJSON_INCLUDE_DIRS})
|
||||
@@ -75,18 +91,18 @@ INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${YAML_CPP_LIBRARY})
|
||||
|
||||
IF(USING_STD_REGEX STREQUAL "ON")
|
||||
ADD_DEFINITIONS(-DUSE_STD_REGEX)
|
||||
ADD_DEFINITIONS(-DUSE_STD_REGEX)
|
||||
ELSE()
|
||||
FIND_PACKAGE(PCRECPP REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${PCRECPP_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${PCRECPP_LIBRARIES})
|
||||
ADD_DEFINITIONS(-DPCRE_STATIC)
|
||||
FIND_PACKAGE(PCRE2 REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${PCRE2_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${PCRE2_LIBRARY})
|
||||
ADD_DEFINITIONS(-DPCRE2_STATIC)
|
||||
ENDIF()
|
||||
|
||||
IF(WIN32)
|
||||
TARGET_LINK_LIBRARIES(subconverter wsock32 ws2_32)
|
||||
TARGET_LINK_LIBRARIES(subconverter wsock32 ws2_32)
|
||||
ELSE()
|
||||
INCLUDE(GNUInstallDirs)
|
||||
INSTALL(TARGETS subconverter DESTINATION ${CMAKE_INSTALL_BINDIR}/subconverter)
|
||||
INSTALL(DIRECTORY base/ DESTINATION ${CMAKE_INSTALL_BINDIR}/subconverter FILES_MATCHING PATTERN "*")
|
||||
INCLUDE(GNUInstallDirs)
|
||||
INSTALL(TARGETS subconverter DESTINATION ${CMAKE_INSTALL_BINDIR}/subconverter)
|
||||
INSTALL(DIRECTORY base/ DESTINATION ${CMAKE_INSTALL_BINDIR}/subconverter FILES_MATCHING PATTERN "*")
|
||||
ENDIF()
|
||||
|
||||
522
README-cn.md
522
README-cn.md
@@ -3,35 +3,61 @@
|
||||
在各种订阅格式之间进行转换的实用程序.
|
||||
|
||||
[](https://travis-ci.com/tindy2013/subconverter)
|
||||
[](https://github.com/tindy2013/subconverter/tags)
|
||||
[](https://github.com/tindy2013/subconverter/releases)
|
||||
[](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
|
||||
|
||||
- [支持类型](#支持类型)
|
||||
- [简易用法](#简易用法)
|
||||
- [调用地址](#调用地址)
|
||||
- [调用说明](#调用说明)
|
||||
- [进阶用法](#进阶用法)
|
||||
- [阅前提示](#阅前提示)
|
||||
- [进阶地址](#进阶地址)
|
||||
- [配置文件](#配置文件)
|
||||
- [自动上传](#自动上传)
|
||||
---
|
||||
|
||||
**新增内容**
|
||||
|
||||
2020/03/02 添加 [进阶链接](#进阶链接) 中关于 `append_type` `append_info` `expand` `dev_id` `interval` `strict` 等参数的描述
|
||||
|
||||
---
|
||||
|
||||
- [subconverter](#subconverter)
|
||||
- [支持类型](#支持类型)
|
||||
- [简易用法](#简易用法)
|
||||
- [调用地址](#调用地址)
|
||||
- [调用说明](#调用说明)
|
||||
- [简易转换](#简易转换)
|
||||
- [进阶用法](#进阶用法)
|
||||
- [阅前提示](#阅前提示)
|
||||
- [进阶链接](#进阶链接)
|
||||
- [配置档案](#配置档案)
|
||||
- [配置文件](#配置文件)
|
||||
- [外部配置](#外部配置)
|
||||
- [自动上传](#自动上传)
|
||||
|
||||
## 支持类型
|
||||
|
||||
| 类型 | 作为源类型 | 作为目标类型 | 参数 |
|
||||
| ------------ | :--------: | :----------: | ----------- |
|
||||
| Clash | ✔ | ✔ | clash |
|
||||
| ClashR | ✔ | ✔ | clashr |
|
||||
| Quantumult | ✔ | ✔ | quan |
|
||||
| Quantumult X | ✔ | ✔ | quanx |
|
||||
| SS (SIP002) | ✔ | ✔ | ss |
|
||||
| SSD | ✔ | ✔ | ssd |
|
||||
| SSR | ✔ | ✔ | ssr |
|
||||
| Surfboard | ✔ | ✔ | surfboard |
|
||||
| Surge 2 | ✔ | ✔ | surge&ver=2 |
|
||||
| Surge 3 | ✔ | ✔ | surge&ver=3 |
|
||||
| Surge 4 | ✔ | ✔ | surge&ver=4 |
|
||||
| V2Ray | ✔ | ✔ | v2ray |
|
||||
| Clash | ✓ | ✓ | clash |
|
||||
| ClashR | ✓ | ✓ | clashr |
|
||||
| Quantumult (完整配置) | ✓ | ✓ | quan |
|
||||
| Quantumult X (完整配置) | ✓ | ✓ | quanx |
|
||||
| Loon | ✓ | ✓ | loon |
|
||||
| SS (SIP002) | ✓ | ✓ | ss |
|
||||
| SS (软件订阅)| ✓ | ✓ | sssub |
|
||||
| SSD | ✓ | ✓ | ssd |
|
||||
| SSR | ✓ | ✓ | ssr |
|
||||
| Surfboard | ✓ | ✓ | surfboard |
|
||||
| Surge 2 | ✓ | ✓ | surge&ver=2 |
|
||||
| Surge 3 | ✓ | ✓ | surge&ver=3 |
|
||||
| Surge 4 | ✓ | ✓ | surge&ver=4 |
|
||||
| V2Ray | ✓ | ✓ | v2ray |
|
||||
| 类 TG 代理的 HTTP/Socks 链接 | ✓ | × | 仅支持 `&url=` 调用 |
|
||||
|
||||
**注意**:Shadowrocket 用户可以使用 `ss`、`ssr`以及 `v2ray`参数
|
||||
注意:
|
||||
|
||||
1. Shadowrocket 用户可以使用 `ss`、`ssr` 以及 `v2ray` 参数
|
||||
|
||||
2. 类 TG 代理的 HTTP/Socks 链接 由于没有命名设定,所以可以在后方插入`&remark=`进行命名,例如
|
||||
|
||||
- tg://http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example
|
||||
|
||||
- https://t.me/http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example
|
||||
|
||||
---
|
||||
|
||||
@@ -41,7 +67,7 @@
|
||||
|
||||
### 调用地址
|
||||
|
||||
```TXT
|
||||
```txt
|
||||
http://127.0.0.1:25500/sub?target=%TARGET%&url=%URL%&config=%CONFIG%
|
||||
```
|
||||
|
||||
@@ -53,13 +79,36 @@ http://127.0.0.1:25500/sub?target=%TARGET%&url=%URL%&config=%CONFIG%
|
||||
| url | 必要 | https%3A%2F%2Fwww.xxx.com | 指机场所提供的订阅链接,需要经过 [URLEncode](https://www.urlencoder.org/) 处理 |
|
||||
| config | 可选 | https%3A%2F%2Fwww.xxx.com | 指远程 `pref.ini` (包含分组和规则部分),需要经过 [URLEncode](https://www.urlencoder.org/) 处理,可查看 [示例仓库](https://github.com/lzdnico/subconverteriniexample) 寻找灵感,默认加载本地设置文件 |
|
||||
|
||||
运行 subconverter 主程序后,按照 [调用说明](###调用说明) 的对应内容替换即可得到一份使用**神机规则**的配置文件。
|
||||
运行 subconverter 主程序后,按照 [调用说明](#调用说明) 的对应内容替换即可得到一份使用**神机规则**的配置文件。
|
||||
|
||||
此外,如果你需要将多个订阅合成一份, 则要在上方所提及的 URLEncode 之前使用 '|' 来分隔链接。
|
||||
由于此部分篇幅较长,点击下方条目即可展开详解:
|
||||
|
||||
举个例子:
|
||||
<details>
|
||||
<summary><b>处理单份订阅</b></summary>
|
||||
|
||||
```TXT
|
||||
如果你需要将一份 Surge 订阅转换成 Clash 的订阅, 可以按以下操作:
|
||||
|
||||
```txt
|
||||
有以下一个订阅,且想转换成 Clash 的订阅:
|
||||
1. https://dler.cloud/subscribe/ABCDE?surge=ss
|
||||
|
||||
首先将订阅通过 URLEncode 后可以得到:
|
||||
https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fsurge%3Dss
|
||||
|
||||
然后将想要的 %TARGET% (即 clash) 和上一步所得到的 %URL% 填入调用地址中:
|
||||
http://127.0.0.1:25500/sub?target=clash&url=https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fsurge%3Dss
|
||||
|
||||
最后将该链接填写至 Clash 的订阅处就大功告成了。
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>处理多份订阅</b></summary>
|
||||
|
||||
如果你需要将多个订阅合成一份, 则要在上方所提及的 URLEncode 之前使用 '|' 来分隔链接, 可以按以下操作:
|
||||
|
||||
```txt
|
||||
有以下两个订阅,且想合并转换成 Clash 的订阅:
|
||||
1. https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
2. https://rich.cloud/subscribe/ABCDE?clash=vmess
|
||||
@@ -76,6 +125,62 @@ http://127.0.0.1:25500/sub?target=clash&url=https%3A%2F%2Fdler.cloud%2Fsubscribe
|
||||
最后将该链接填写至 Clash 的订阅处就大功告成了。
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>处理单份链接</b></summary>
|
||||
|
||||
如果你需要将自建的一条 SS 的 SIP002 链接转换成 Clash 的订阅, 可以按以下操作:
|
||||
|
||||
```txt
|
||||
有以下自建的一条 SS 的 SIP002 链接,且想转换成 Clash 的订阅:
|
||||
1. ss://YWVzLTEyOC1nY206dGVzdA==@192.168.100.1:8888#Example1
|
||||
|
||||
首先将订阅通过 URLEncode 后可以得到:
|
||||
ss%3A%2F%2FYWVzLTEyOC1nY206dGVzdA%3D%3D%40192%2E168%2E100%2E1%3A8888%23Example1
|
||||
|
||||
然后将想要的 %TARGET% (即 clash) 和上一步所得到的 %URL% 填入调用地址中:
|
||||
http://127.0.0.1:25500/sub?target=clash&url=ss%3A%2F%2FYWVzLTEyOC1nY206dGVzdA%3D%3D%40192%2E168%2E100%2E1%3A8888%23Example1
|
||||
|
||||
最后将该链接填写至 Clash 的订阅处就大功告成了。
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>处理多份链接</b></summary>
|
||||
|
||||
如果你需要将多个链接合成一份, 则要在上方所提及的 URLEncode 之前使用 '|' 来分隔链接, 可以按以下操作:
|
||||
|
||||
```txt
|
||||
有以下两个链接,且想合并转换成 Clash 的订阅:
|
||||
1. ss://YWVzLTEyOC1nY206dGVzdA==@192.168.100.1:8888#Example1
|
||||
2. vmess://eyJ2IjoiMiIsInBzIjoidm1lc3MtcHJveHkxIiwiYWRkIjoiZXhhbXBsZS5jb20iLCJwb3J0Ijo0NDMsInR5cGUiOiIiLCJpZCI6IjEyMzQ1Njc4LWFiY2QtMTIzNC0xMjM0LTQ3ZmZjYTBjZTIyOSIsImFpZCI6NDQzLCJuZXQiOiJ3cyIsInBhdGgiOiIvdjIiLCJob3N0IjoiZXhhbXBsZS5jb20iLCJ0bHMiOiJ0bHMifQ==
|
||||
|
||||
首先使用 '|' 将两个链接分隔开:
|
||||
ss://YWVzLTEyOC1nY206dGVzdA==@192.168.100.1:8888#Example1|vmess://eyJ2IjoiMiIsInBzIjoidm1lc3MtcHJveHkxIiwiYWRkIjoiZXhhbXBsZS5jb20iLCJwb3J0Ijo0NDMsInR5cGUiOiIiLCJpZCI6IjEyMzQ1Njc4LWFiY2QtMTIzNC0xMjM0LTQ3ZmZjYTBjZTIyOSIsImFpZCI6NDQzLCJuZXQiOiJ3cyIsInBhdGgiOiIvdjIiLCJob3N0IjoiZXhhbXBsZS5jb20iLCJ0bHMiOiJ0bHMifQ==
|
||||
|
||||
接着通过 URLEncode 后可以得到:
|
||||
ss%3A%2F%2FYWVzLTEyOC1nY206dGVzdA%3D%3D%40192%2E168%2E100%2E1%3A8888%23Example1%7Cvmess%3A%2F%2FeyJ2IjoiMiIsInBzIjoidm1lc3MtcHJveHkxIiwiYWRkIjoiZXhhbXBsZS5jb20iLCJwb3J0Ijo0NDMsInR5cGUiOiIiLCJpZCI6IjEyMzQ1Njc4LWFiY2QtMTIzNC0xMjM0LTQ3ZmZjYTBjZTIyOSIsImFpZCI6NDQzLCJuZXQiOiJ3cyIsInBhdGgiOiIvdjIiLCJob3N0IjoiZXhhbXBsZS5jb20iLCJ0bHMiOiJ0bHMifQ%3D%3D
|
||||
|
||||
然后将想要的 %TARGET% (即 clash) 和上一步所得到的 %URL% 填入调用地址中:
|
||||
http://127.0.0.1:25500/sub?target=clash&url=ss%3A%2F%2FYWVzLTEyOC1nY206dGVzdA%3D%3D%40192%2E168%2E100%2E1%3A8888%23Example1%7Cvmess%3A%2F%2FeyJ2IjoiMiIsInBzIjoidm1lc3MtcHJveHkxIiwiYWRkIjoiZXhhbXBsZS5jb20iLCJwb3J0Ijo0NDMsInR5cGUiOiIiLCJpZCI6IjEyMzQ1Njc4LWFiY2QtMTIzNC0xMjM0LTQ3ZmZjYTBjZTIyOSIsImFpZCI6NDQzLCJuZXQiOiJ3cyIsInBhdGgiOiIvdjIiLCJob3N0IjoiZXhhbXBsZS5jb20iLCJ0bHMiOiJ0bHMifQ%3D%3D
|
||||
|
||||
最后将该链接填写至 Clash 的订阅处就大功告成了。
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 简易转换
|
||||
|
||||
当机场提供的 Surge 配置足以满足需求,但额外需要使用 Clash 配置文件时,此时可以使用以下方式进行转换
|
||||
|
||||
```txt
|
||||
http://127.0.0.1:25500/surge2clash?link=Surge的订阅链接
|
||||
```
|
||||
|
||||
此处 `Surge的订阅链接`**不需要进行URLEncode**,且**无需任何额外配置**。
|
||||
|
||||
---
|
||||
|
||||
## 进阶用法
|
||||
@@ -95,7 +200,7 @@ http://127.0.0.1:25500/sub?target=clash&url=https%3A%2F%2Fdler.cloud%2Fsubscribe
|
||||
|
||||
当您尝试进行进阶操作时,即默认您有相关的操作能力,本程序仅保证在默认配置文件下能够正常运行。
|
||||
|
||||
### 进阶地址
|
||||
### 进阶链接
|
||||
|
||||
#### 调用地址 (进阶)
|
||||
|
||||
@@ -108,22 +213,30 @@ http://127.0.0.1:25500/sub?target=%TARGET%&url=%URL%&emoji=%EMOJI%····
|
||||
| 调用参数 | 必要性 | 示例 | 解释 |
|
||||
| -------- | :----: | :--------------- | :------------------------ |
|
||||
| target | 必要 | surge&ver=4 | 指想要生成的配置类型,详见上方 [支持类型](#支持类型) 中的参数 |
|
||||
| url | 可选 | https%3A%2F%2Fwww.xxx.com | 指机场所提供的订阅链接,需要经过 [URLEncode](https://www.urlencoder.org/) 处理,**可选的前提是在 `default_url` 中进行指定** |
|
||||
| url | 可选 | https%3A%2F%2Fwww.xxx.com | 指机场所提供的订阅链接,需要经过 [URLEncode](https://www.urlencoder.org/) 处理,**可选的前提是在 `default_url` 中进行指定**。也可以使用 data URI |
|
||||
| config | 可选 | https%3A%2F%2Fwww.xxx.com | 指远程 `pref.ini` (包含分组和规则部分),需要经过 [URLEncode](https://www.urlencoder.org/) 处理,可查看 [示例仓库](https://github.com/lzdnico/subconverteriniexample) 寻找灵感,默认加载本地设置文件 |
|
||||
| upload | 可选 | true / false | 指将生成的订阅文件上传至 `Gist`,需要填写`gistconf.ini`,默认为 false (即不上传) |
|
||||
| emoji | 可选 | true / false | 指在节点名称前加入 Emoji,默认为 true |
|
||||
| group | 可选 | MySS | 指设置该订阅的组名,多用于 SSD/SSR |
|
||||
| tfo | 可选 | true / false | 指开启该订阅链接的 TCP Fast Open,默认为 false |
|
||||
| udp | 可选 | true / false | 指开启该订阅链接的 UDP,默认为 false |
|
||||
| scv | 可选 | true / false | 指关闭 TLS 节点的证书检查,默认为 false |
|
||||
| list | 可选 | true / false | 指输出 Surge nodelist 或者 Clash proxy provider |
|
||||
| sort | 可选 | true / false | 指对输出的节点或策略组进行再次排序,默认为 false |
|
||||
| upload | 可选 | true / false | 用于将生成的订阅文件上传至 `Gist`,需要填写`gistconf.ini`,默认为 false (即不上传) |
|
||||
| upload_path | 可选 | MySS.yaml | 用于将生成的订阅文件上传至 `Gist` 后的名称,需要经过 [URLEncode](https://www.urlencoder.org/) 处理 |
|
||||
| emoji | 可选 | true / false | 用于在节点名称前加入 Emoji,默认为 true |
|
||||
| group | 可选 | MySS | 用于设置该订阅的组名,多用于 SSD/SSR |
|
||||
| tfo | 可选 | true / false | 用于开启该订阅链接的 TCP Fast Open,默认为 false |
|
||||
| udp | 可选 | true / false | 用于开启该订阅链接的 UDP,默认为 false |
|
||||
| scv | 可选 | true / false | 用于关闭 TLS 节点的证书检查,默认为 false |
|
||||
| list | 可选 | true / false | 用于输出 Surge Node List 或者 Clash Proxy Provider 或者 Quantumult (X) 的节点订阅 或者 解码后的 SIP002 |
|
||||
| sort | 可选 | true / false | 用于对输出的节点或策略组进行再次排序,默认为 false |
|
||||
| include | 可选 | 详见下文中 `include_remarks` | 指仅保留匹配到的节点,支持正则匹配,需要经过 [URLEncode](https://www.urlencoder.org/) 处理,会覆盖配置文件里的设置 |
|
||||
| exclude | 可选 | 详见下文中 `exclude_remarks` | 指排除匹配到的节点,支持正则匹配,需要经过 [URLEncode](https://www.urlencoder.org/) 处理,会覆盖配置文件里的设置 |
|
||||
| filename | 可选 | MySS | 指定该链接生成的配置文件的文件名,可以在 Clash For Windows 等支持文件名的软件中显示出来 |
|
||||
| append_type | 可选 | true / false | 用于在节点名称前插入节点类型,如 [SS],[SSR] 等 |
|
||||
| append_info | 可选 | true / false | 用于输出包含流量或到期信息的节点, 默认为 true,设置为 false 则取消输出 |
|
||||
| expand | 可选 | true / false | 用于在 API 端处理或转换 Surge, QuantumultX 的规则列表,即不将规则全文置入配置文件中,默认为 false,设置为 true 则将规则全文写进配置文件 |
|
||||
| dev_id | 可选 | 92DSAFA | 用于设置 QuantumultX 的远程设备 ID, 以在某些版本上开启远程脚本 |
|
||||
| interval | 可选 | 43200 | 用于设置托管配置更新间隔,确定配置将更新多长时间,单位为秒 |
|
||||
| strict | 可选 | true / false | 如果设置为 true,则 Surge 将在上述间隔后要求强制更新 |
|
||||
|
||||
举个例子:
|
||||
|
||||
```TXT
|
||||
```txt
|
||||
有订阅 `https://dler.cloud/subscribe/ABCDE?clash=vmess`,想转换成 Surge 4 的订阅,且需要开启 TFO 和 UDP
|
||||
顺便再给节点名加上 EMOJI 同时排除掉订阅中显示流量和官网的节点(节点名为"剩余流量:1024G","官网地址:dler.cloud")
|
||||
|
||||
@@ -141,41 +254,113 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
最后将该链接填写至 Surge 的订阅处就大功告成了。
|
||||
```
|
||||
|
||||
### 配置档案
|
||||
|
||||
> 当通过上述 [进阶链接](#进阶链接) 配置好订阅链接后,通常会使得链接十分冗长和难以记忆,此时可以考虑使用配置档案。
|
||||
|
||||
此功能暂时**仅能读取本地文件**
|
||||
|
||||
#### 调用地址 (档案)
|
||||
|
||||
```txt
|
||||
http://127.0.0.1:25500/getprofile?name=%NAME%&token=%TOKEN%
|
||||
```
|
||||
|
||||
#### 调用说明 (档案)
|
||||
|
||||
| 调用参数 | 必要性 | 示例 | 解释 |
|
||||
| -------- | :----: | :--------------- | :------------------------ |
|
||||
| name | 必要 | profiles/formyairport.ini | 指配置档案的存储位置(可使用基于**pref 配置文件**的相对位置) |
|
||||
| token | 必要 | passwd | 为了安全考虑**必须设置token**(详见 [配置文件](#配置文件) 中 `[common] 部分` 对 `api_access_token` 的描述) |
|
||||
|
||||
应当注意的是,此处文件内的参数**无需进行 URLEncode**,且此处的 `token` 与 `api_mode` 的状态无关。
|
||||
|
||||
在程序目录内的任意位置创建一个新的文档文件(推荐保存至 `profiles` 文件夹内,以使整洁目录及便于后续维护),如 `formyairport.ini`,并仿照 [示例文档](https://github.com/tindy2013/subconverter/blob/master/base/profiles/example_profile.ini) 根据配置好的参数填写进去即可。
|
||||
|
||||
<details>
|
||||
<summary>举个例子:</summary>
|
||||
|
||||
以上述 [进阶链接](#进阶链接) 的例子而言,`formyairport.ini` 内的内容应当是:
|
||||
|
||||
```txt
|
||||
[Profile]
|
||||
url=https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
target=surge
|
||||
surge_ver=4
|
||||
tfo=true
|
||||
udp=true
|
||||
emoji=true
|
||||
exclude=(流量|官网)
|
||||
```
|
||||
|
||||
在编辑并保存好 `formyairport.ini` 后,即可使用 `http://127.0.0.1:25500/getprofile?name=profiles/formyairport.ini&token=passwd` 进行调用。
|
||||
</details>
|
||||
|
||||
### 配置文件
|
||||
|
||||
> 关于 subconverter.exe 目录中 `pref.ini` 文件的解释
|
||||
> 关于 subconverter 主程序目录中 `pref.ini` 文件的解释
|
||||
|
||||
#### [common] 部分
|
||||
由于此部分篇幅较长,点击下方条目即可展开详解:
|
||||
|
||||
> 该部分主要涉及到的内容为 **全局的节点排除或保留** 、**节点的重命名**
|
||||
<details>
|
||||
<summary><b>[common] 部分</b></summary>
|
||||
|
||||
> 该部分主要涉及到的内容为 **全局的节点排除或保留** 、**各配置文件的基础**
|
||||
>
|
||||
> 其他设置项目可以保持默认或者在知晓作用的前提下进行修改
|
||||
|
||||
1. **api_mode**
|
||||
|
||||
> API 模式,设置为 true 以防止直接加载本地订阅或直接提供本地文件。(多用于架设于服务器上)
|
||||
> API 模式,设置为 true 以防止直接加载本地订阅或直接提供本地文件,若访问这些内容则需要接上 `&token=`。(多用于架设于服务器上)
|
||||
|
||||
- 当值为 `false` 时, 每次更新配置都会读取 `pref.ini` , 为 `true` 时则仅启动时读取。
|
||||
|
||||
1. **default_url**
|
||||
1. **api_access_token**
|
||||
|
||||
> 无 %URL% 参数时,默认加载的订阅链接, **不需要 URLEncode**。 如果有多个链接,仍然需要使用 "|" 分隔,支持`文件`/`url`
|
||||
> 用于访问相对隐私的接口(如 `/getprofile`)
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
default_url='https://dler.cloud/subscribe/ABCDE?clash=vmess'
|
||||
api_access_token=passwd
|
||||
```
|
||||
|
||||
1. **default_url**
|
||||
|
||||
> 无 %URL% 参数时,默认加载的订阅链接, **不需要 URLEncode**。
|
||||
>
|
||||
> 如果有多个链接,仍然需要使用 "|" 分隔,支持`文件`/`url`
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
default_url=https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
```
|
||||
|
||||
- 解释:
|
||||
|
||||
```TXT
|
||||
```txt
|
||||
此时订阅链接:
|
||||
http://127.0.0.1:25500/sub?target=clash
|
||||
等同于:
|
||||
http://127.0.0.1:25500/sub?target=clash&url=https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess
|
||||
```
|
||||
|
||||
1. **insert_url**
|
||||
|
||||
> 无论是否具有 %URL% 参数时,都会在添加订阅前加入的节点, **不需要 URLEncode**。
|
||||
>
|
||||
> 如果有多个节点,仍然需要使用 "|" 分隔,支持 `单个节点`/`订阅链接`
|
||||
>
|
||||
> 支持 SS/SSR/Vmess 以及类 TG 代理的 HTTP/Socks 链接
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
insert_url=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpwYXNzd29yZA@www.example.com:1080#Example
|
||||
insert_url=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpwYXNzd29yZA@www.example.com:1080#Example
|
||||
```
|
||||
|
||||
1. **exclude_remarks**
|
||||
|
||||
> 排除匹配到的节点,支持正则匹配
|
||||
@@ -221,6 +406,10 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
|
||||
> 生成的 Mellow 配置文件基础,用法同上
|
||||
|
||||
1. **loon_rule_base**
|
||||
|
||||
> 生成的 Loon 配置文件基础,用法同上
|
||||
|
||||
1. **proxy_ruleset**
|
||||
|
||||
> 更新 RuleSet 时是否使用代理
|
||||
@@ -241,6 +430,10 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
|
||||
> 更新 原始订阅 时是否使用代理,用法同上
|
||||
|
||||
1. **proxy_config**
|
||||
|
||||
> 更新 外部配置文件 时是否使用代理,用法同上
|
||||
|
||||
1. **append_proxy_type**
|
||||
|
||||
> 节点名称是否需要加入属性,设置为 true 时在节点名称前加入 \[SS\] \[SSR\] \[VMess\] 以作区别,
|
||||
@@ -254,23 +447,12 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
[VMess] 美国 GIA
|
||||
```
|
||||
|
||||
1. **rename_node**
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[node_pref] 部分</b></summary>
|
||||
|
||||
> 重命名节点,支持正则匹配
|
||||
>
|
||||
> 使用方式:原始命名@重命名
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
rename_node=中国@中
|
||||
rename_node=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?:?)|(x|X))\)?@(倍率:$1)
|
||||
```
|
||||
|
||||
#### [node_pref] 部分
|
||||
|
||||
> 该部分主要涉及到的内容为 **开启节点的UDP及TCP** 、**重命名节点后的排序**
|
||||
>
|
||||
> 该部分主要涉及到的内容为 **开启节点的 UDP 及 TCP Fast Open** 、**节点的重命名** 、**重命名节点后的排序**
|
||||
>
|
||||
> 相关设置项目建议保持默认或者在知晓作用的前提下进行修改
|
||||
|
||||
1. **udp_flag**
|
||||
@@ -291,23 +473,53 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
|
||||
1. **skip_cert_verify_flag**
|
||||
|
||||
> 关闭 TLS 节点的证书检查。设置为 true 时打开,默认为 false
|
||||
> 关闭 TLS 节点的证书检查,设置为 true 时打开,默认为 false
|
||||
|
||||
- **请勿随意将此设置修改为 true**
|
||||
|
||||
#### [managed_config] 部分
|
||||
1. **filter deprecated nodes**
|
||||
|
||||
> 排除当前 **`target=`** 不支持的节点类型,设置为 true 时打开,默认为 false
|
||||
|
||||
- 可以考虑设置为 true,从而在**一定程度上避免出现兼容问题**
|
||||
|
||||
1. **rename_node**
|
||||
|
||||
> 重命名节点,支持正则匹配
|
||||
>
|
||||
> 使用方式:原始命名@重命名
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
rename_node=中国@中
|
||||
rename_node=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?:?)|(x|X))\)?@(倍率:$1)
|
||||
```
|
||||
|
||||
- 特殊用法:
|
||||
|
||||
```ini
|
||||
rename_node=!!GROUPID=0!!中国@中
|
||||
# 指定此重命名仅在第一个订阅的节点中生效
|
||||
```
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[managed_config] 部分</b></summary>
|
||||
|
||||
> 该部分主要涉及到的内容为 **订阅文件的更新地址**
|
||||
|
||||
1. **write_managed_config**
|
||||
|
||||
> 是否将'#!MANAGED-CONFIG'信息附加到 Surge 或 Surfboard 配置,设置为 true 时打开,默认为 true
|
||||
> 是否将 '#!MANAGED-CONFIG' 信息附加到 Surge 或 Surfboard 配置,设置为 true 时打开,默认为 true
|
||||
|
||||
1. **managed_config_prefix**
|
||||
|
||||
> 具体的 '#!MANAGED-CONFIG' 信息,地址前缀不用添加 "/"。Surge 或 Surfboard 会向此地址发出更新请求
|
||||
> 具体的 '#!MANAGED-CONFIG' 信息,地址前缀不用添加 "/"。
|
||||
>
|
||||
> 局域网用户需要将此处改为本程序运行设备的局域网 ip
|
||||
> Surge 或 Surfboard 会向此地址发出更新请求,同时本地 ruleset 转 url 会用此生成/getruleset链接。
|
||||
>
|
||||
> 局域网用户需要将此处改为本程序运行设备的局域网 IP
|
||||
|
||||
- 例如:
|
||||
|
||||
@@ -315,21 +527,50 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
managed_config_prefix = http://192.168.1.5:25500
|
||||
```
|
||||
|
||||
#### [surge_external_proxy] 部分
|
||||
1. **config_update_interval**
|
||||
|
||||
> 托管配置更新间隔,确定配置将更新多长时间,单位为秒
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
config_update_interval = 86400
|
||||
# 每 86400 秒更新一次(即一天)
|
||||
```
|
||||
|
||||
1. **config_update_struct**
|
||||
|
||||
> 如果 config_update_struct 为 true,则 Surge 将在上述间隔后要求强制更新。
|
||||
|
||||
1. **quanx_device_id**
|
||||
|
||||
> 用于重写 Quantumult X 远程 JS 中的设备 ID,该 ID 在 Quantumult X 设置中自行查找
|
||||
|
||||
- 例如:
|
||||
|
||||
```ini
|
||||
quanx_device_id = XXXXXXX
|
||||
```
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[surge_external_proxy] 部分</b></summary>
|
||||
|
||||
> 为 Surge 添加 SSR 的支持路径
|
||||
|
||||
#### [emojis] 部分
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[emojis] 部分</b></summary>
|
||||
|
||||
1. add_emoji
|
||||
1. **add_emoji**
|
||||
|
||||
> 是否在节点名称前加入下面自定义的 Emoji,设置为 true 时打开,默认为 true
|
||||
|
||||
1. remove_old_emoji
|
||||
1. **remove_old_emoji**
|
||||
|
||||
> 是否移除原有订阅中存在的 Emoji,设置为 true 时打开,默认为 true
|
||||
|
||||
1. rule
|
||||
1. **rule**
|
||||
|
||||
> 在匹配到的节点前添加自定义 emojis,支持正则匹配
|
||||
|
||||
@@ -340,7 +581,16 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
rule=(美|美国|United States),🇺🇸
|
||||
```
|
||||
|
||||
#### [ruleset] 部分
|
||||
- 特殊用法:
|
||||
|
||||
```ini
|
||||
rule=!!GROUPID=0!!(流量|时间|应急),⌛time
|
||||
# 指定此 Emoji 规则仅在第一个订阅的节点中生效
|
||||
```
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[ruleset] 部分</b></summary>
|
||||
|
||||
> 如果你对原本订阅自带的规则不满意时,可以使用如下配置
|
||||
|
||||
@@ -376,7 +626,9 @@ http://127.0.0.1:25500/sub?target=surge&ver=4&tfo=true&udp=true&emoji=true&exclu
|
||||
# 且将此规则指向 [clash_proxy_group] 所设置 🎯 全球直连 策略组
|
||||
```
|
||||
|
||||
#### [clash_proxy_group] 部分
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[clash_proxy_group] 部分</b></summary>
|
||||
|
||||
> 为 Clash 、Mellow 、Surge 以及 Surfboard 等程序创建策略组, 可用正则来筛选节点
|
||||
>
|
||||
@@ -391,7 +643,7 @@ custom_proxy_group=🇯🇵 JP`select`沪日`日本`[]🇯🇵 日本延迟最
|
||||
# 表示创建一个叫 🇯🇵 JP 的 select 策略组,并向其中**依次**添加名字含'沪日','日本'的节点,以及引用上述所创建的 🇯🇵 日本延迟最低 策略组
|
||||
```
|
||||
|
||||
- ssr/v2 订阅默认没有组名, 可以使用这个方法来添加组名
|
||||
- 还可使用一些特殊筛选条件
|
||||
|
||||
```ini
|
||||
custom_proxy_group=g1`select`!!GROUPID=0
|
||||
@@ -399,6 +651,7 @@ custom_proxy_group=🇯🇵 JP`select`沪日`日本`[]🇯🇵 日本延迟最
|
||||
custom_proxy_group=g2`select`!!GROUPID=1
|
||||
# 指订阅链接中的第二条订阅
|
||||
custom_proxy_group=v2ray`select`!!GROUP=V2RayProvider
|
||||
# 指订阅链接中组名为 V2RayProvider 的节点
|
||||
```
|
||||
|
||||
- 现在也可以使用双条件进行筛选
|
||||
@@ -408,7 +661,9 @@ custom_proxy_group=🇯🇵 JP`select`沪日`日本`[]🇯🇵 日本延迟最
|
||||
# 订阅链接中的第一条订阅内名字含 HGC、HKBN、PCCW、HKT、hk、港 的节点
|
||||
```
|
||||
|
||||
#### [server] 部分
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>[server] 部分</b></summary>
|
||||
|
||||
> 此部分通常**保持默认**即可
|
||||
|
||||
@@ -420,19 +675,128 @@ custom_proxy_group=🇯🇵 JP`select`沪日`日本`[]🇯🇵 日本延迟最
|
||||
|
||||
> 绑定到 Web 服务器地址的端口,默认为 25500
|
||||
|
||||
#### [advanced] 部分
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
<summary><b>[advanced] 部分</b></summary>
|
||||
|
||||
> 此部分通常**保持默认**即可
|
||||
|
||||
</details>
|
||||
|
||||
### 外部配置
|
||||
|
||||
> 本部分用于 链接参数 **`&config=`**
|
||||
|
||||
将文件按照以下格式写好,上传至 Github Gist 或者 其他**可访问**网络位置
|
||||
经过 [URLEncode](https://www.urlencoder.org/) 处理后,添加至 `&config=` 即可调用
|
||||
需要注意的是,由外部配置中所定义的值会**覆盖** `pref.ini` 里的内容
|
||||
即,如果你在外部配置中定义了
|
||||
|
||||
```txt
|
||||
emoji=(流量|时间|应急),🏳️🌈
|
||||
emoji=阿根廷,🇦🇷
|
||||
```
|
||||
|
||||
那么本程序只会匹配以上两个 Emoji,不再使用 `pref.ini` 中所定义的 国别 Emoji
|
||||
|
||||
<details>
|
||||
<summary><b>点击查看文件内容</b></summary>
|
||||
|
||||
```ini
|
||||
[custom]
|
||||
;这是一个外部配置文件示例
|
||||
;所有可能的自定义设置如下所示
|
||||
|
||||
;用于自定义组的选项 会覆盖 pref.ini 里的内容
|
||||
;使用以下模式生成 Clash 代理组,带有 "[]" 前缀将直接添加
|
||||
;Format: Group_Name`select`Rule_1`Rule_2`...
|
||||
; Group_Name`url-test|fallback|load-balance`Rule_1`Rule_2`...`test_url`interval
|
||||
;Rule with "[]" prefix will be added directly.
|
||||
|
||||
custom_proxy_group=Proxy`select`.*`[]AUTO`[]DIRECT`.*
|
||||
custom_proxy_group=UrlTest`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=FallBack`fallback`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=LoadBalance`load-balance`.*`http://www.gstatic.com/generate_204`300
|
||||
|
||||
;custom_proxy_group=g1`select`!!GROUPID=0
|
||||
;custom_proxy_group=g2`select`!!GROUPID=1
|
||||
;custom_proxy_group=v2ray`select`!!GROUP=V2RayProvider
|
||||
|
||||
;custom_proxy_group=g1hk`select`!!GROUPID=0!!(HGC|HKBN|PCCW|HKT|hk|港)
|
||||
;custom_proxy_group=sstw`select`!!GROUP=V2RayProvider!!(深台|彰化|新北|台|tw)
|
||||
|
||||
|
||||
;用于自定义规则的选项 会覆盖 pref.ini 里的内容
|
||||
;Ruleset addresses, supports local files/URL
|
||||
;Format: Group name,URL
|
||||
; Group name,[]Rule
|
||||
enable_rule_generator=false
|
||||
overwrite_original_rules=false
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Unbreak.list
|
||||
;surge_ruleset=🎯 全球直连,rules/LocalAreaNetwork.list
|
||||
;surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
;surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
;用于自定义基础配置的选项 会覆盖 pref.ini 里的内容
|
||||
clash_rule_base=base/forcerule.yml
|
||||
;surge_rule_base=base/surge.conf
|
||||
;surfboard_rule_base=base/surfboard.conf
|
||||
;mellow_rule_base=base/mellow.conf
|
||||
;quan_rule_base=base/quan.conf
|
||||
;quanx_rule_base=base/quanx.conf
|
||||
|
||||
;用于自定义重命名的选项 会覆盖 pref.ini 里的内容
|
||||
;rename=Test-(.*?)-(.*?)-(.*?)\((.*?)\)@\1\4x测试线路_自\2到\3
|
||||
;rename=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?)|(x|X))\)?@$1x
|
||||
|
||||
;用于自定义 Emoji 的选项 会覆盖 pref.ini 里的内容
|
||||
;emoji=(流量|时间|应急),🏳️🌈
|
||||
;emoji=阿根廷,🇦🇷
|
||||
|
||||
;用于包含或排除节点关键词的选项 会覆盖 pref.ini 里的内容
|
||||
;include_remarks=
|
||||
;exclude_remarks=
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 自动上传
|
||||
|
||||
> 自动上传 gist ,可以用于 Clash For Android / Surge 等进行远程订阅
|
||||
|
||||
在程序目录内的 [gistconf.ini](./base/gistconf.ini) 中添加 `Personal Access Token`([在此创建](https://github.com/settings/tokens/new?scopes=gist&description=Subconverter)),在链接后加上 `&upload=true` 就会在更新好后自动上传 gist。
|
||||
例如:
|
||||
在程序目录内的 [gistconf.ini](./base/gistconf.ini) 中添加 `Personal Access Token`([在此创建](https://github.com/settings/tokens/new?scopes=gist&description=Subconverter))例如:
|
||||
|
||||
```ini
|
||||
[common]
|
||||
;uncomment the following line and enter your token to enable upload function
|
||||
token = xxxxxxxxxxxxxxxxxxxxxxxx(所生成的 Personal Access Token)
|
||||
```
|
||||
|
||||
在 [调用地址](#调用地址) 或 [调用地址 (进阶)](#调用地址-进阶) 所生成的链接后加上 `&upload=true` 就会在更新好后自动上传 gist
|
||||
此时,subconverter 程序窗口内会出现如下所示的**神秘代码**:
|
||||
|
||||
```cmd
|
||||
No gist id is provided. Creating new gist...
|
||||
Writing to Gist success!
|
||||
Generator: surge4
|
||||
Path: surge4
|
||||
Raw URL: https://gist.githubusercontent.com/xxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/raw/surge4
|
||||
Gist owner: xxxx
|
||||
```
|
||||
|
||||
上方所提到的 `Raw URL: https://gist.githubusercontent.com/xxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/raw/surge4`
|
||||
中的 `https://gist.githubusercontent.com/xxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/raw/surge4` 即是你的在线订阅链接。
|
||||
|
||||
注意,本程序默认会将此链接设为**秘密状态**
|
||||
|
||||
根据 [`官方手册 - 创建 Gist`](https://help.github.com/cn/github/writing-on-github/creating-gists) 的解释为:
|
||||
|
||||
> 秘密 gists 不会显示在 Discover 中,也不可搜索。
|
||||
>
|
||||
> 秘密 gists 不是私人的。 如果将秘密 gist 的 URL 发送给朋友,他们可以查看。
|
||||
>
|
||||
> 但是,如果您不认识的人发现该 URL,也能看到您的 gist。
|
||||
|
||||
所以请务必保管好所生成的 `Raw URL` 链接。
|
||||
|
||||
42
README-docker.md
Normal file
42
README-docker.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# subconverter-docker
|
||||
|
||||
This is a minimized image to run https://github.com/tindy2013/subconverter.
|
||||
|
||||
For running this docker, simply use the following commands:
|
||||
```bash
|
||||
# run the container detached, forward internal port 25500 to host port 25500
|
||||
docker run -d -p 25500:25500 tindy2013/subconverter:latest
|
||||
# then check its status
|
||||
curl http://localhost:25500
|
||||
# if you see `subconverter vx.x.x backend` then the container is up and running
|
||||
```
|
||||
|
||||
If you want to update `pref` configuration inside the docker, you can use the following command:
|
||||
```bash
|
||||
# assume your configuration file name is `newpref.ini`
|
||||
curl -F "@data=newpref.ini" http://localhost:25500/updateconf?type=form&token=password
|
||||
# you may want to change this token in your configuration file
|
||||
```
|
||||
|
||||
For those who want to use their own `pref` configuration and/or rules, snippets, profiles:
|
||||
```txt
|
||||
# you can save the files you want to replace to a folder, then copy it into to the docker
|
||||
# using the latest build of the official docker
|
||||
FROM tindy2013/subconverter:latest
|
||||
# assume your files are inside replacements/
|
||||
# subconverter folder is located in /base/, which has the same structure as the base/ folder in the repository
|
||||
COPY replacements/ /base/
|
||||
# expose internal port
|
||||
EXPOSE 25500
|
||||
# notice that you still need to use '-p 25500:25500' when starting the docker to forward this port
|
||||
```
|
||||
Save the content above to a `Dockerfile`, then run:
|
||||
```bash
|
||||
# build with this Dockerfile and tag it subconverter-custom
|
||||
docker build -t subconverter-custom:latest .
|
||||
# run the docker detached, forward internal port 25500 to host port 25500
|
||||
docker run -d -p 25500:25500 subconverter-custom:latest
|
||||
# then check its status
|
||||
curl http://localhost:25500
|
||||
# if you see `subconverter vx.x.x backend` then the container is up and running
|
||||
```
|
||||
393
README.md
393
README.md
@@ -1,270 +1,249 @@
|
||||
# subconverter
|
||||
|
||||
Utility to convert between various subscription format.
|
||||
Utility to convert between various proxy subscription formats.
|
||||
|
||||
[](https://travis-ci.com/tindy2013/subconverter)
|
||||
[](https://github.com/tindy2013/subconverter/tags)
|
||||
[](https://github.com/tindy2013/subconverter/releases)
|
||||
[](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
|
||||
|
||||
[中文文档](./README-cn.md)
|
||||
[Docker README](https://github.com/tindy2013/subconverter/blob/master/README-docker.md)
|
||||
|
||||
[中文文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md)
|
||||
|
||||
- [subconverter](#subconverter)
|
||||
- [Support Type](#support-type)
|
||||
- [Usage](#usage)
|
||||
- [Old interface](#old-interface)
|
||||
- [**Recommended reading**](#recommended-reading)
|
||||
- [pref.ini](#prefini)
|
||||
- [common](#common)
|
||||
- [api_mode](#api_mode)
|
||||
- [default_url](#default_url)
|
||||
- [exclud_remarks](#exclud_remarks)
|
||||
- [include_remarks](#include_remarks)
|
||||
- [clash_rule_base](#clash_rule_base)
|
||||
- [surge_rule_base](#surge_rule_base)
|
||||
- [surfboard_rule_base](#surfboard_rule_base)
|
||||
- [rename_node](#rename_node)
|
||||
- [managed_config](#managed_config)
|
||||
- [emojis](#emojis)
|
||||
- [ruleset](#ruleset)
|
||||
- [clash_proxy_group](#clash_proxy_group)
|
||||
- [server](#server)
|
||||
- [listen](#listen)
|
||||
- [port](#port)
|
||||
- [advanced](#advanced)
|
||||
- [gist](#gist)
|
||||
- [Supported Types](#supported-types)
|
||||
- [Quick Usage](#quick-usage)
|
||||
- [Access Interface](#access-interface)
|
||||
- [Description](#description)
|
||||
- [Quick Conversion](#quick-conversion)
|
||||
- [Advanced Usage](#advanced-usage)
|
||||
- [Read Before Continue](#read-before-continue)
|
||||
- [Advanced Details](#advanced-details)
|
||||
- [Profiles](#profiles)
|
||||
- [Configuration File](#configuration-file)
|
||||
- [External Configuration File](#external-configuration-file)
|
||||
- [Auto Upload](#auto-upload)
|
||||
|
||||
## Supported Types
|
||||
|
||||
| Type | As Source | As Target | Target Name |
|
||||
| ------------ | :--------: | :----------: | ----------- |
|
||||
| Clash | ✓ | ✓ | clash |
|
||||
| ClashR | ✓ | ✓ | clashr |
|
||||
| Quantumult | ✓ | ✓ | quan |
|
||||
| Quantumult X | ✓ | ✓ | quanx |
|
||||
| Loon | ✓ | ✓ | loon |
|
||||
| SS (SIP002) | ✓ | ✓ | ss |
|
||||
| SS Android | ✓ | ✓ | sssub |
|
||||
| SSD | ✓ | ✓ | ssd |
|
||||
| SSR | ✓ | ✓ | ssr |
|
||||
| Surfboard | ✓ | ✓ | surfboard |
|
||||
| Surge 2 | ✓ | ✓ | surge&ver=2 |
|
||||
| Surge 3 | ✓ | ✓ | surge&ver=3 |
|
||||
| Surge 4 | ✓ | ✓ | surge&ver=4 |
|
||||
| V2Ray | ✓ | ✓ | v2ray |
|
||||
| Telegram-liked HTTP/Socks 5 links | ✓ | × | Only as source |
|
||||
|
||||
Notice:
|
||||
|
||||
1. Shadowrocket users should use `ss`, `ssr` or `v2ray` as target.
|
||||
|
||||
2. You can add `&remark=` to Telegram-liked HTTP/Socks 5 links to set a remark for this node. For example:
|
||||
|
||||
- tg://http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example
|
||||
|
||||
- https://t.me/http?server=1.2.3.4&port=233&user=user&pass=pass&remark=Example
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Support Type
|
||||
## Quick Usage
|
||||
|
||||
| Type | As Source Type | As Target Type | Parameters |
|
||||
| ------------ | :------------: | :------------: | ----------- |
|
||||
| clash | ✔ | ✔ | clash |
|
||||
| clashr | ✔ | ✔ | clashr |
|
||||
| surge2 | ✔ | ✔ | surge?ver=2 |
|
||||
| surge3 | ✔ | ✔ | surge?ver=3 |
|
||||
| surge4 | ✔ | ✔ | surge?ver=4 |
|
||||
| quantumult | ✔ | ✔ | quan |
|
||||
| quantumult X | ✔ | ✔ | quanx |
|
||||
| surfboard | ✔ | ✔ | surfboard |
|
||||
| ss | ✔ | ✔ | ss |
|
||||
| ssr | ✔ | ✔ | ssr |
|
||||
| ssd | ✔ | ✔ | ssd |
|
||||
| v2ray | ✔ | ✔ | v2ray |
|
||||
> Using default groups and rulesets configuration directly, without changing any settings
|
||||
|
||||
### Access Interface
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
http://127.0.0.1:25500/sub?target=clash&url=%URL_ENCODED_LINKS%
|
||||
|
||||
http://127.0.0.1:25500/sub?target=surge&ver=4&url=%URL_ENCODED_LINKS%
|
||||
|
||||
http://127.0.0.1:25500/sub?target=v2ray&url=%URL_ENCODED_LINKS%
|
||||
```txt
|
||||
http://127.0.0.1:25500/sub?target=%TARGET%&url=%URL%&config=%CONFIG%
|
||||
```
|
||||
|
||||
#### Old interface
|
||||
### Description
|
||||
|
||||
```
|
||||
http://127.0.0.1:25500/clash?url=%URL_ENCODED_LINKS%
|
||||
| Argument | Needed | Example | Explanation |
|
||||
| ------- | :----: | :------ | ----------- |
|
||||
| target | Yes | clash | Target subscription type. Acquire from Target Name in [Supported Types](#Supported_Types). |
|
||||
| url | Yes | https%3A%2F%2Fwww.xxx.com | Subscription to convert. Supports URLs and file paths. Process with [URLEncode](https://www.urlencoder.org/) first. |
|
||||
| config | No | https%3A%2F%2Fwww.xxx.com | External configuration file path. Supports URLs and file paths. Process with [URLEncode](https://www.urlencoder.org/) first. More examples can be found in [this](https://github.com/lzdnico/subconverteriniexample) repository. Default is to load configurations from `pref.ini`. |
|
||||
|
||||
If you need to merge two or more subscription, you should connect them with '|' before the URLEncode process.
|
||||
|
||||
Example:
|
||||
|
||||
```txt
|
||||
You have 2 subscriptions and you want to merge them and generate a Clash subscription:
|
||||
1. https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
2. https://rich.cloud/subscribe/ABCDE?clash=vmess
|
||||
|
||||
First use '|' to separate 2 subscriptions:
|
||||
https://dler.cloud/subscribe/ABCDE?clash=vmess|https://rich.cloud/subscribe/ABCDE?clash=vmess
|
||||
|
||||
Then process it with URLEncode to get %URL%:
|
||||
https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess%7Chttps%3A%2F%2Frich.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess
|
||||
|
||||
Then fill %TARGET% and %URL% in Access Interface with actual values:
|
||||
http://127.0.0.1:25500/sub?target=clash&url=https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess%7Chttps%3A%2F%2Frich.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess
|
||||
|
||||
Finally subscribe this link in Clash and you are done!
|
||||
```
|
||||
|
||||
If you have multiple subscriptions, use '|' to separate the links before url encode. <br>
|
||||
### Quick Conversion
|
||||
|
||||
e.g. <br>
|
||||
> I have the following two subscriptions: <br>
|
||||
`https://dler.cloud/subscribe/ABCDE?clash=vmess`
|
||||
`https://rich.cloud/subscribe/ABCDE?clash=vmess`
|
||||
<br> <br>
|
||||
separated by '|': <br>
|
||||
`https://dler.cloud/subscribe/ABCDE?clash=vmess|https://rich.cloud/subscribe/ABCDE?clash=vmess`
|
||||
<br> <br>
|
||||
after url encode: <br>
|
||||
`https%3A//dler.cloud/subscribe/ABCDE%3Fclash%3Dvmess%7Chttps%3A//rich.cloud/subscribe/ABCDE%3Fclash%3Dvmess`
|
||||
<br> <br>
|
||||
add to the back of the link: <br>
|
||||
`http://127.0.0.1:25500/sub?target=clash&url=https%3A//dler.cloud/subscribe/ABCDE%3Fclash%3Dvmess%7Chttps%3A//rich.cloud/subscribe/ABCDE%3Fclash%3Dvmess `
|
||||
<br> <br>
|
||||
🍖 Edible 🍖
|
||||
<br> <br>
|
||||
When the Surge configuration file has already meet your requirements, but you also need a same Clash configuration with the same groups and rules, you can use the following method:
|
||||
|
||||
|
||||
- Want to learn more postures? Come to [pref.ini](./pref.ini).
|
||||
|
||||
|
||||
|
||||
## **Recommended reading**
|
||||
|
||||
> - [📜 Regular Expression 📜](https://en.wikipedia.org/wiki/Regular_expression)
|
||||
> - [📝 yaml syntax introduction 📝](https://en.wikipedia.org/wiki/YAML)
|
||||
> - [❔ Wisdom to ask questions ❔](http://www.catb.org/~esr/faqs/smart-questions.html)
|
||||
|
||||
|
||||
|
||||
## pref.ini
|
||||
|
||||
### common
|
||||
|
||||
#### api_mode
|
||||
|
||||
> API mode, set to true to prevent loading local subscriptions or serving local files directly.
|
||||
|
||||
When the value is `false`, `pref.ini` is read every time the configuration is updated. When it is `true`, it is read only at startup.
|
||||
|
||||
|
||||
|
||||
#### default_url
|
||||
|
||||
> Default URLs, used when no URL is provided in request, use "|" to separate multiple subscription links, supports local files/URL.
|
||||
|
||||
This usage:
|
||||
```ini
|
||||
default_url=https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
```txt
|
||||
http://127.0.0.1:25500/surge2clash?link=url_to_Surge_subscription
|
||||
```
|
||||
|
||||
`http://127.0.0.1:25500/clash`
|
||||
Here `url_to_Surge_subscription` **does not need to be URLEncoded** and no other configuration is needed.
|
||||
|
||||
equivalent to:
|
||||
<br>
|
||||
`http://127.0.0.1:25500/sub?target=clash&url=https%3A//dler.cloud/subscribe/ABCDE%3Fclash%3Dvmess`
|
||||
---
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
> If you are not satisfied with the default groups and rulesets, you can try out advanced usage.
|
||||
> Customize more settings in Access Interface and `pref.ini` to satisfy various needs.
|
||||
|
||||
#### exclud_remarks
|
||||
### Read Before Continue
|
||||
|
||||
> Exclude nodes which remarks match the following patterns. Supports regular expression.
|
||||
It is strongly recommended to read the following articles before continuing:
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
exclude_remarks=(Traffic|Time|Official Website|Products)
|
||||
1. Related to `pref.ini`: [INI file](https://en.wikipedia.org/wiki/INI_file)
|
||||
1. Related to `Clash` configurations: [YAML Syntax](https://en.wikipedia.org/wiki/YAML#Syntax)
|
||||
1. Often needed: [Learn Regular Expression](https://github.com/ziishaned/learn-regex/blob/master/README.md)
|
||||
1. When you want to write an ISSUE: [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)
|
||||
|
||||
Subconverter only guaranteed to work with default configurations.
|
||||
|
||||
### Advanced Details
|
||||
|
||||
#### Access Interface
|
||||
|
||||
```txt
|
||||
http://127.0.0.1:25500/sub?target=%TARGET%&url=%URL%&emoji=%EMOJI%····
|
||||
```
|
||||
|
||||
#### Description
|
||||
|
||||
| Argument | Needed | Example | Explanation |
|
||||
| -------- | :----: | :--------------- | :------------------------ |
|
||||
| target | Yes | quan | Target subscription type. Acquire from Target Name in [Supported Types](#Supported_Types). |
|
||||
| url | No | https%3A%2F%2Fwww.xxx.com | Subscription to convert. Supports URLs, data URIs, and file paths. Process with [URLEncode](https://www.urlencoder.org/) first. **Not needed ONLY WHEN YOU HAVE SET `default_urls` IN `pref.ini`. |
|
||||
| config | No | https%3A%2F%2Fwww.xxx.com | External configuration file path. Supports URLs and file paths. Process with [URLEncode](https://www.urlencoder.org/) first. More examples can be found in [this](https://github.com/lzdnico/subconverteriniexample) repository. Default is to load configurations from `pref.ini`. |
|
||||
| upload | No | true / false | Upload generated configuration to `Gist repository`. `gistconf.ini` must be filled before uploading. Default is `false`. |
|
||||
| upload_path | No | MySS.yaml | File name when uploaded to `Gist`. Process with [URLEncode](https://www.urlencoder.org/) first. |
|
||||
| emoji | No | true / false | Adding Emoji to node remarks. Default is `true`. |
|
||||
| group | No | MySS | Set a custom group for generated configuration. Often needed in SSD/SSR subscription. |
|
||||
| tfo | No | true / false | Enable TCP Fast Open for all nodes. Default is `false`. |
|
||||
| udp | No | true / false | Enable UDP for all nodes. Default is `false`. |
|
||||
| scv | No | true / false | Enable Skip Cert Verify for all nodes. Default is `false`. |
|
||||
| list | No | true / false | Generate Surge Node List or Clash Proxy Provider. Default is `false`. |
|
||||
| sort | No | true / false | Sort nodes in alphabetical order. Default is `false`. |
|
||||
| include | No | See `include_remarks` | Exclude nodes which remarks match the following patterns. Supports regular expression. Process with [URLEncode](https://www.urlencoder.org/) first. **WILL OVERRIDE THE SAME SETTING IN `pref.ini`** |
|
||||
| exclude | No | See `exclude_remarks` | Only include nodes which remarks match the following patterns. Supports regular expression. Process with [URLEncode](https://www.urlencoder.org/) first. **WILL OVERRIDE THE SAME SETTING IN `pref.ini`** |
|
||||
| filename | No | MySS | Set the file name while downloading. Can be used as a profile name in Clash for Windows. |
|
||||
|
||||
#### include_remarks
|
||||
Example:
|
||||
|
||||
> Only include nodes which remarks match the following patterns. Supports regular expression.
|
||||
```txt
|
||||
You have the following subscription: `https://dler.cloud/subscribe/ABCDE?clash=vmess`, and you want to convert it to Surge 4 subscription, set UDP and TFO to enabled,
|
||||
add Emoji to node remarks and filter out unused nodes named "剩余流量:1024G" and "官网地址:dler.cloud".
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
include_remarks=(?<=美).*(BGP|GIA|IPLC)
|
||||
First find all needed arguments:
|
||||
target=surge, ver=4, tfo=true, udp=true, emoji=true, exclude=(流量|官网)
|
||||
url=https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
|
||||
Then process any argument that requires URLEncode:
|
||||
exclude=%28%E6%B5%81%E9%87%8F%7C%E5%AE%98%E7%BD%91%29
|
||||
url=https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess
|
||||
|
||||
Then merge everything into a single URL:
|
||||
http://127.0.0.1:25500/sub?surge&ver=4&tfo=true&udp=true&emoji=true&exclude=%28%E6%B5%81%E9%87%8F%7C%E5%AE%98%E7%BD%91%29&url=https%3A%2F%2Fdler.cloud%2Fsubscribe%2FABCDE%3Fclash%3Dvmess
|
||||
|
||||
Finally subscribe this link in Surge and you are done!
|
||||
```
|
||||
|
||||
### Profiles
|
||||
|
||||
> After preparing all the arguments for the subscription link, it may be too long and hard to remember. Now you can consider setting up a profile.
|
||||
|
||||
#### clash_rule_base
|
||||
For now **only local profiles are allowed.**
|
||||
|
||||
> Clash config base used by the generator, supports local `files`/`URL`.
|
||||
#### Interface for Profiles
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
clash_rule_base=clash.yaml
|
||||
|
||||
clash_rule_base=https://raw.githubusercontent.com/ConnersHua/Profiles/master/Clash/Pro.yaml
|
||||
```txt
|
||||
http://127.0.0.1:25500/getprofile?name=%NAME%&token=%TOKEN%
|
||||
```
|
||||
|
||||
#### Description
|
||||
|
||||
| Argument | Needed | Example | Explanation |
|
||||
| -------- | :----: | :--------------- | :------------------------ |
|
||||
| name | Yes | profiles/formyairport.ini | The path to the profile. (relative to the `pref` configuration) |
|
||||
| token | Yes | passwd | The access token for authorization. (Please check `api_access_token` in the `[common] section` in `pref` configuration. |
|
||||
|
||||
#### surge_rule_base
|
||||
Notice that arguments in the profile **does not require URLEncode**.
|
||||
|
||||
> Surge config base used by the generator, supports local `files`/`URL`.
|
||||
Create a new text file **only in the same directory or a sub-directory** of the `pref` configuration (a sub-directory named `profiles` is recommended) and name it, for example `formyairport.ini`, then fill the arguments to the file according to the [example profile](https://github.com/tindy2013/subconverter/blob/master/base/profiles/example_profile.ini), then you are good to go.
|
||||
|
||||
<details>
|
||||
<summary>Example:</summary>
|
||||
|
||||
Using the same example in [Advanced Usage](#advanced-usage), the content of `formyairport.ini` should be:
|
||||
|
||||
```txt
|
||||
[Profile]
|
||||
url=https://dler.cloud/subscribe/ABCDE?clash=vmess
|
||||
target=surge
|
||||
surge_ver=4
|
||||
tfo=true
|
||||
udp=true
|
||||
emoji=true
|
||||
exclude=(流量|官网)
|
||||
```
|
||||
|
||||
#### surfboard_rule_base
|
||||
After saving it to the `profile` directory, you can access `http://127.0.0.1:25500/getprofile?name=profiles/formyairport.ini&token=passwd` to read this profile.
|
||||
</details>
|
||||
|
||||
> Surfboard config base used by the generator, supports local `files`/`URL`.
|
||||
### Configuration File
|
||||
|
||||
> Check comments inside [pref.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.ini) for more information.
|
||||
|
||||
### External Configuration File
|
||||
|
||||
#### rename_node
|
||||
> Most settings works the same as the ones with the same name inside `pref.ini`, you can check [the example configuration file](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.ini) and comments inside [pref.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.ini) for more information.
|
||||
|
||||
> Rename remarks with the following patterns. Supports regular expression.
|
||||
Any setting defined in the external configuration file will **override** the ones from `pref.ini`.
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
rename_node=中国@中
|
||||
rename_node=深圳@深
|
||||
For example, if you have the following lines inside the external configuration file:
|
||||
|
||||
```
|
||||
emoji=(流量|时间|应急),🏳️🌈
|
||||
emoji=阿根廷,🇦🇷
|
||||
```
|
||||
|
||||
Then instead of the Emojis defined in `pref.ini`, the program will only use the newly defined ones.
|
||||
|
||||
## Auto Upload
|
||||
|
||||
### managed_config
|
||||
> Upload Gist automatically
|
||||
|
||||
> Append a '#!MANAGED-CONFIG' info to Surge configurations.
|
||||
Add a [Personal Access Token](https://github.com/settings/tokens/new) into [gistconf.ini](./gistconf.ini) in the root directory, then add `&upload=true` to the local subscription link, then when you access this link, the program will automatically update the content to Gist repository.
|
||||
|
||||
|
||||
|
||||
### emojis
|
||||
|
||||
> Rule to add emojis. Supports regular expression.
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
rule=(流量|时间|应急),⌛time
|
||||
rule=(美|美国|United States),🇺🇸
|
||||
```
|
||||
|
||||
|
||||
|
||||
### ruleset
|
||||
|
||||
> Enable generating rules with rulesets.
|
||||
|
||||
e.g.
|
||||
<img src="./doc/imgs/Snipaste_2019-11-18_14-11-52.png">
|
||||
Example:
|
||||
|
||||
```ini
|
||||
ruleset=🌹 YouTube, https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Media/YouTube.list
|
||||
[common]
|
||||
;uncomment the following line and enter your token to enable upload function
|
||||
token = xxxxxxxxxxxxxxxxxxxxxxxx(Your Personal Access Token)
|
||||
```
|
||||
|
||||
effect chart:
|
||||
|
||||
<img src="./doc/imgs/Snipaste_2019-11-18_14-15-54.png">
|
||||
|
||||
|
||||
|
||||
### clash_proxy_group
|
||||
|
||||
> Generate Clash Proxy Group with the following patterns. Node filterting rule supports regular expression.
|
||||
|
||||
e.g.
|
||||
```ini
|
||||
custom_proxy_group=🇺🇸US`url-test`(United States|United States|United States)`http://www.gstatic.com/generate_204`300
|
||||
```
|
||||
|
||||
effect chart:
|
||||
|
||||
<img src="./doc/imgs/Snipaste_2019-11-18_14-47-30.png">
|
||||
|
||||
|
||||
The ssr/v2 subscription does not have a group name by default. You can use this method to add a group name.
|
||||
|
||||
```ini
|
||||
custom_proxy_group=g1`select`!!GROUPID=0
|
||||
custom_proxy_group=g2`select`!!GROUPID=1
|
||||
custom_proxy_group=v2ray`select`!!GROUP=V2RayProvider
|
||||
```
|
||||
|
||||
|
||||
### server
|
||||
|
||||
#### listen
|
||||
|
||||
> Address to bind on for Web Server.
|
||||
|
||||
#### port
|
||||
|
||||
> Port to bind on for Web Server.
|
||||
|
||||
|
||||
### advanced
|
||||
|
||||
> No description required.
|
||||
|
||||
|
||||
|
||||
## gist
|
||||
|
||||
> Automatically upload gist.
|
||||
|
||||
Add personal access token in [gistconf.ini](./gistconf.ini), add `upload=true` after the link will automatically upload gist after updating.
|
||||
779
base/base/GeneralClashConfig.yml
Normal file
779
base/base/GeneralClashConfig.yml
Normal file
@@ -0,0 +1,779 @@
|
||||
#---------------------------------------------------#
|
||||
## 配置文件需要放置在 $HOME/.config/clash/config.yml
|
||||
## 或者运行目录下的config.yml
|
||||
#---------------------------------------------------#
|
||||
|
||||
# HTTP 代理端口
|
||||
port: 7890
|
||||
|
||||
# SOCKS5 代理端口
|
||||
socks-port: 7891
|
||||
|
||||
# Linux 和 macOS 的 redir 代理端口 (如需使用此功能,请取消注释)
|
||||
# redir-port: 7892
|
||||
|
||||
# 允许局域网的连接(可用来共享代理)
|
||||
allow-lan: true
|
||||
|
||||
# 规则模式:Rule(规则) / Global(全局代理)/ Direct(全局直连)
|
||||
mode: Rule
|
||||
|
||||
# 设置日志输出级别 (默认级别:silent,即不输出任何内容,以避免因日志内容过大而导致程序内存溢出)。
|
||||
# 5 个级别:silent / info / warning / error / debug。级别越高日志输出量越大,越倾向于调试,若需要请自行开启。
|
||||
log-level: info
|
||||
|
||||
# Clash 的 RESTful API
|
||||
external-controller: '127.0.0.1:9090'
|
||||
|
||||
# 您可以将静态网页资源(如 clash-dashboard)放置在一个目录中,clash 将会服务于 `RESTful API/ui`
|
||||
# 参数应填写配置目录的相对路径或绝对路径。
|
||||
# http://127.0.0.1:9090/ui/#/
|
||||
# external-ui: folder
|
||||
#external-ui: dashboard_yacd #yacd面板:https://github.com/haishanh/yacd
|
||||
external-ui: dashboard_Razord #Razord面板:http://clash.razord.top/#/proxies
|
||||
|
||||
# RESTful API 的口令 (可选)
|
||||
# secret: ""
|
||||
|
||||
# 本地 SOCKS5 / HTTP(S) 服务认证
|
||||
# authentication:
|
||||
# - "user1:pass1"
|
||||
# - "user2:pass2"
|
||||
|
||||
# 实验性功能
|
||||
experimental:
|
||||
ignore-resolve-fail: true # 忽略 DNS 解析失败,默认值为 true
|
||||
|
||||
# 代理组
|
||||
# 下面这3个不要引到订阅里去 要不会出错
|
||||
# Will be ignored after profile selection
|
||||
Proxy:
|
||||
- name: Shadowsocks
|
||||
type: socks5
|
||||
server: 127.0.0.1
|
||||
port: 1080
|
||||
Proxy Group:
|
||||
- name: Proxy
|
||||
type: select
|
||||
proxies:
|
||||
- Shadowsocks
|
||||
Rule:
|
||||
- 'MATCH,DIRECT'
|
||||
|
||||
#dns:
|
||||
# enable: true
|
||||
# ipv6: false
|
||||
# listen: 0.0.0.0:53
|
||||
# enhanced-mode: redir-host # 模式:redir-host或fake-ip
|
||||
# # fake-ip-range: 198.18.0.1/16 # 如果你不知道这个参数的作用,请勿修改
|
||||
# # 实验性功能 hosts, 支持通配符 (例如 *.clash.dev 甚至 *.foo.*.example.com)
|
||||
# # 静态的域名 比 通配域名 具有更高的优先级 (foo.example.com 优先于 *.example.com)
|
||||
# # 注意: hosts 在 fake-ip 模式下不生效
|
||||
# hosts:
|
||||
# '*.clash.dev': 127.0.0.1
|
||||
# 'alpha.clash.dev': '::1'
|
||||
# nameserver:
|
||||
# - 223.5.5.5 # 阿里DNS
|
||||
# - 180.76.76.76 # 百度DNS
|
||||
# - 119.29.29.29 # 腾讯DNS
|
||||
# - 117.50.10.10 # ONE DNS纯净版
|
||||
# - 114.114.114.114 # 114DNS
|
||||
# fallback:
|
||||
# - 8.8.8.8 # 谷歌DNS
|
||||
# - 1.1.1.1 # Cloudflare DNS
|
||||
# - tls://dns.rubyfish.cn:853
|
||||
# - tls://1.0.0.1:853
|
||||
# - tls://dns.google:853
|
||||
# #- https://dns.rubyfish.cn/dns-query
|
||||
# #- https://cloudflare-dns.com/dns-query
|
||||
# #- https://dns.google/dns-query
|
||||
|
||||
# fallback-filter:
|
||||
# geoip: true # 默认
|
||||
# ipcidr: # 在这个网段内的 IP 地址会被考虑为被污染的 IP
|
||||
# - 240.0.0.0/4
|
||||
|
||||
# 1. clash DNS 请求逻辑:
|
||||
# (1) 当访问一个域名时, nameserver 与 fallback 列表内的所有服务器并发请求,得到域名对应的 IP 地址。
|
||||
# (2) clash 将选取 nameserver 列表内,解析最快的结果。
|
||||
# (3) 若解析结果中,IP 地址属于 国外,那么 clash 将选择 fallback 列表内,解析最快的结果。
|
||||
#
|
||||
# 因此,我在 nameserver 和 fallback 内都放置了无污染、解析速度较快的国内 DNS 服务器,以达到最快的解析速度。
|
||||
# 但是 fallback 列表内服务器会用在解析境外网站,为了结果绝对无污染,我仅保留了支持 DoT/DoH 的两个服务器。
|
||||
#
|
||||
# 2. clash DNS 配置注意事项:
|
||||
# (1) 如果您为了确保 DNS 解析结果无污染,请仅保留列表内以 tls:// 或 https:// 开头的 DNS 服务器,但是通常对于国内域名没有必要。
|
||||
# (2) 如果您不在乎可能解析到污染的结果,更加追求速度。请将 nameserver 列表的服务器插入至 fallback 列表内,并移除重复项。
|
||||
#
|
||||
# 3. 关于 DNS over HTTPS (DoH) 和 DNS over TLS (DoT) 的选择:
|
||||
# 对于两项技术双方各执一词,而且会无休止的争论,各有利弊。各位请根据具体需求自行选择,但是配置文件内默认启用 DoT,因为目前国内没有封锁或管制。
|
||||
# DoH: 以 https:// 开头的 DNS 服务器。拥有更好的伪装性,且几乎不可能被运营商或网络管理封锁,但查询效率和安全性可能略低。
|
||||
# DoT: 以 tls:// 开头的 DNS 服务器。拥有更高的安全性和查询效率,但端口有可能被管制或封锁。
|
||||
# 若要了解更多关于 DoH/DoT 相关技术,请自行查阅规范文档。
|
||||
|
||||
|
||||
# Clash for Windows
|
||||
# Proxies module latency test settings
|
||||
cfw-latency-timeout: 3000
|
||||
cfw-latency-url: http://www.gstatic.com/generate_204
|
||||
|
||||
# 打断连接
|
||||
# Identify strategy of breaking connections after switching to a new proxy/profile/mode
|
||||
# Options for proxy: none, chain(proxy group in connection chains), all
|
||||
# Options for profile: true, false
|
||||
# Options for mode: true, false
|
||||
cfw-conn-break-strategy:
|
||||
proxy: none # none/chain/all
|
||||
profile: true # true/false
|
||||
mode: false # true/false
|
||||
|
||||
# 定义状态栏图标
|
||||
#cfw-tray-icon:
|
||||
#default: .\resources\static\imgs\logo_64.png # 默认图标
|
||||
#system-proxy-on: .\resources\static\imgs\custom.ico # 开启系统代理后图标
|
||||
|
||||
# 子进程
|
||||
# Run child process after CFW started
|
||||
# Refer: https://docs.cfw.lbyczf.com/contents/childprocess.html
|
||||
#cfw-child-process:
|
||||
# # 启动订阅转换程序,端口号7893
|
||||
# - command: "subconverter.exe" # run.cmd 程序名称subconverter.exe -cfw >>logs/run.log 2>&1
|
||||
# args:
|
||||
# - "-cfw" # 运行参数1
|
||||
# #- "abcdefghijk" # 运行参数2
|
||||
# options:
|
||||
# cwd: .\subconverter\ # 子进程工作目录
|
||||
# #detached: true # 子进程独立于其父进程运行
|
||||
# #shell: true # 则在 shell 中运行 command
|
||||
# windowsHide: true # 隐藏子进程的控制台窗口
|
||||
|
||||
# 系统代理跳过列表 cfw-bypass
|
||||
# System proxy will ignore these domains(or ipnet)
|
||||
# 系统代理跳过列表-备份的,不起作用,
|
||||
# 使用时可以将cfw-bypass-bak与cfw-bypass内容互换
|
||||
cfw-bypass-bak:
|
||||
# 原有字段不用删除
|
||||
- qq.com
|
||||
- 'music.163.com' # 网易云域名1
|
||||
- '*.music.126.net' # 网易云域名2
|
||||
- localhost
|
||||
- 127.*
|
||||
- 10.*
|
||||
- 172.16.*
|
||||
- 172.17.*
|
||||
- 172.18.*
|
||||
- 172.19.*
|
||||
- 172.20.*
|
||||
- 172.21.*
|
||||
- 172.22.*
|
||||
- 172.23.*
|
||||
- 172.24.*
|
||||
- 172.25.*
|
||||
- 172.26.*
|
||||
- 172.27.*
|
||||
- 172.28.*
|
||||
- 172.29.*
|
||||
- 172.30.*
|
||||
- 172.31.*
|
||||
- 192.168.*
|
||||
- <local>
|
||||
# 系统代理跳过列表 起作用的
|
||||
cfw-bypass:
|
||||
# 直连列表
|
||||
# MyList
|
||||
- "*.423down.com"
|
||||
- "*.bitwarden.com"
|
||||
- "*.chaipip.com"
|
||||
- "*.hrtsea.com"
|
||||
- "*.laomo.me"
|
||||
- "*.mpyit.com"
|
||||
# CN域名直连
|
||||
- "*.cn"
|
||||
- "*.中国"
|
||||
- "*.公司"
|
||||
- "*.网络"
|
||||
# 中国国内常见域名关键词直连
|
||||
- "*-cn*"
|
||||
- "*360buy*"
|
||||
- "*alicdn*"
|
||||
- "*alimama*"
|
||||
- "*alipay*"
|
||||
- "*appzapp*"
|
||||
- "*baidupcs*"
|
||||
- "*bilibili*"
|
||||
- "*ccgslb*"
|
||||
- "*chinacache*"
|
||||
- "*duobao*"
|
||||
- "*duolingo*"
|
||||
- "*jdpay*"
|
||||
- "*moke*"
|
||||
- "*qhimg*"
|
||||
- "*vpimg*"
|
||||
- "*xiami*"
|
||||
- "*xiaomi*"
|
||||
# 360
|
||||
- "*.360.com"
|
||||
- "*.360kuai.com"
|
||||
- "*.360safe.com"
|
||||
- "*.dhrest.com"
|
||||
- "*.qhres.com"
|
||||
- "*.qhstatic.com"
|
||||
- "*.qhupdate.com"
|
||||
- "*.so.com"
|
||||
# 4399
|
||||
- "*.4399.com"
|
||||
- "*.4399pk.com"
|
||||
- "*.5054399.com"
|
||||
- "*.img4399.com"
|
||||
# 58
|
||||
- "*.58.com"
|
||||
# Alibaba
|
||||
- "*.1688.com"
|
||||
- "*.aliapp.org"
|
||||
- "*.alibaba.com"
|
||||
- "*.alibabacloud.com"
|
||||
- "*.alicdn.com"
|
||||
- "*.aliexpress.com"
|
||||
- "*.aliimg.com"
|
||||
- "*.alikunlun.com"
|
||||
- "*.alipay.com"
|
||||
- "*.alipayobjects.com"
|
||||
- "*.alisoft.com"
|
||||
- "*.aliyun.com"
|
||||
- "*.aliyuncdn.com"
|
||||
- "*.aliyuncs.com"
|
||||
- "*.amap.com"
|
||||
- "*.autonavi.com"
|
||||
- "*.dingtalk.com"
|
||||
- "*.ele.me"
|
||||
- "*.hichina.com"
|
||||
- "*.mmstat.com"
|
||||
- "*.mxhichina.com"
|
||||
- "*.soku.com"
|
||||
- "*.taobao.com"
|
||||
- "*.taobaocdn.com"
|
||||
- "*.tbcache.com"
|
||||
- "*.tbcdn.com"
|
||||
- "*.tmall.com"
|
||||
- "*.tmall.hk"
|
||||
- "*.ucweb.com"
|
||||
- "*.xiami.com"
|
||||
- "*.xiami.net"
|
||||
- "*.ykimg.com"
|
||||
- "*.youku.com"
|
||||
# Baidu
|
||||
- "*.baidu.com"
|
||||
- "*.baidubcr.com"
|
||||
- "*.baidupcs.com"
|
||||
- "*.baidustatic.com"
|
||||
- "*.bcebos.com"
|
||||
- "*.bdimg.com"
|
||||
- "*.bdstatic.com"
|
||||
- "*.hao123.com"
|
||||
- "*.hao123img.com"
|
||||
- "*.jomodns.com"
|
||||
- "*.yunjiasu-cdn.net"
|
||||
# Bilibili
|
||||
- "*.acg.tv"
|
||||
- "*.acgvideo.com"
|
||||
- "*.b23.tv"
|
||||
- "*.biliapi.com"
|
||||
- "*.biliapi.net"
|
||||
- "*.bilibili.com"
|
||||
- "*.bilibili.tv"
|
||||
- "*.biligame.com"
|
||||
- "*.biligame.net"
|
||||
- "*.bilivideo.com"
|
||||
- "*.hdslb.com"
|
||||
- "*.im9.com"
|
||||
# Blizzard
|
||||
- "*.battle.net"
|
||||
- "*.battlenet.com"
|
||||
- "*.blizzard.com"
|
||||
# ByteDance
|
||||
- "*.bytecdn.cn"
|
||||
- "*.bytedance.com"
|
||||
- "*.feiliao.com"
|
||||
- "*.gifshow.com"
|
||||
- "*.huoshan.com"
|
||||
- "*.iesdouyin.com"
|
||||
- "*.ixigua.com"
|
||||
- "*.kaishou.com"
|
||||
- "*.kspkg.com"
|
||||
- "*.pstatp.com"
|
||||
- "*.snssdk.com"
|
||||
- "*.toutiao.com"
|
||||
- "*.yximgs.com"
|
||||
# CCTV
|
||||
- "*.cctv.com"
|
||||
- "*.cctvpic.com"
|
||||
- "*.livechina.com"
|
||||
# ChinaNet
|
||||
- "*.21cn.com"
|
||||
# DiDi
|
||||
- "*.didialift.com"
|
||||
- "*.didiglobal.com"
|
||||
- "*.udache.com"
|
||||
# Epic
|
||||
- "*.epicgames.com"
|
||||
- "*.helpshift.com"
|
||||
- "*.paragon.com"
|
||||
- "*.unrealengine.com"
|
||||
# HuaWei
|
||||
- "*.dbankcdn.com"
|
||||
- "*.hc-cdn.com"
|
||||
- "*.hicloud.com"
|
||||
- "*.huawei.com"
|
||||
- "*.huaweicloud.com"
|
||||
- "*.huaweishop.net"
|
||||
- "*.hwccpc.com"
|
||||
- "*.vmall.com"
|
||||
- "*.vmallres.com"
|
||||
# Iflytek 科大讯飞
|
||||
- "*.iflyink.com"
|
||||
- "*.iflyrec.com"
|
||||
- "*.iflytek.com"
|
||||
# Iqiyi
|
||||
- "*.71.am"
|
||||
- "*.71edge.com"
|
||||
- "*.iqiyi.com"
|
||||
- "*.iqiyipic.com"
|
||||
- "*.ppsimg.com"
|
||||
- "*.qiyi.com"
|
||||
- "*.qiyipic.com"
|
||||
- "*.qy.net"
|
||||
# JD
|
||||
- "*.360buy.com"
|
||||
- "*.360buyimg.com"
|
||||
- "*.jcloudcs.com"
|
||||
- "*.jd.com"
|
||||
- "*.jd.hk"
|
||||
- "*.jdcloud.com"
|
||||
- "*.jdpay.com"
|
||||
- "*.paipai.com"
|
||||
# Kingsoft
|
||||
- "*.iciba.com"
|
||||
- "*.ksosoft.com"
|
||||
- "*.ksyun.com"
|
||||
# Meitu
|
||||
- "*.meitu.com"
|
||||
- "*.meitudata.com"
|
||||
- "*.meitustat.com"
|
||||
- "*.meipai.com"
|
||||
# LeTV 乐视
|
||||
- "*.le.com"
|
||||
- "*.lecloud.com"
|
||||
- "*.letv.com"
|
||||
- "*.letvcloud.com"
|
||||
- "*.letvimg.com"
|
||||
- "*.letvlive.com"
|
||||
- "*.letvstore.com"
|
||||
# MGTV 芒果TV
|
||||
- "*.hitv.com"
|
||||
- "*.hunantv.com"
|
||||
- "*.mgtv.com"
|
||||
# MI
|
||||
- "*.duokan.com"
|
||||
- "*.mi-img.com"
|
||||
- "*.mi.com"
|
||||
- "*.miui.com"
|
||||
- "*.miwifi.com"
|
||||
- "*.xiaomi.com"
|
||||
- "*.xiaomi.net"
|
||||
- "*.xiaomicp.com"
|
||||
# NetEase
|
||||
- "*.126.com"
|
||||
- "*.126.net"
|
||||
- "*.127.net"
|
||||
- "*.163.com"
|
||||
- "*.163yun.com"
|
||||
- "*.lofter.com"
|
||||
- "*.netease.com"
|
||||
- "*.ydstatic.com"
|
||||
- "*.youdao.com"
|
||||
# PPTV、PPLive
|
||||
- "*.pplive.cn"
|
||||
- "*.pplive.com"
|
||||
- "*.pptv.com"
|
||||
# Sina
|
||||
- "*.leju.com"
|
||||
- "*.miaopai.com"
|
||||
- "*.sina.cn"
|
||||
- "*.sina.com"
|
||||
- "*.sina.com.cn"
|
||||
- "*.sinaapp.com"
|
||||
- "*.sinaimg.cn"
|
||||
- "*.sinaimg.com"
|
||||
- "*.sinajs.cn"
|
||||
- "*.t.cn"
|
||||
- "*.weibo.com"
|
||||
- "*.weibocdn.com"
|
||||
- "*.xiaoka.tv"
|
||||
# Sohu Sogo
|
||||
- "*.go2map.com"
|
||||
- "*.itc.cn"
|
||||
- "*.sogo.com"
|
||||
- "*.sogou.com"
|
||||
- "*.sogoucdn.com"
|
||||
- "*.sohu-inc.com"
|
||||
- "*.sohu.com"
|
||||
- "*.sohucs.com"
|
||||
- "*.sohuno.com"
|
||||
- "*.sohurdc.com"
|
||||
- "*.v-56.com"
|
||||
# Sony
|
||||
- "*.playstation.com"
|
||||
- "*.playstation.net"
|
||||
- "*.playstationnetwork.com"
|
||||
- "*.sony.com"
|
||||
- "*.sonyentertainmentnetwork.com"
|
||||
# Spark
|
||||
- "*.amplitude.com"
|
||||
- "*.firebaseio.com"
|
||||
- "*.hockeyapp.net"
|
||||
- "*.smartmailcloud.com"
|
||||
# Steam
|
||||
- "*.steampowered.com"
|
||||
- "*.steam-chat.com"
|
||||
- "*.steamgames.com"
|
||||
- "*.steamusercontent.com"
|
||||
- "*.steamcontent.com"
|
||||
- "*.steamstatic.com"
|
||||
- "*.steamcdn-a.akamaihd.net"
|
||||
- "*.steamstat.us"
|
||||
# Tencent
|
||||
- "*.foxmail.com "
|
||||
- "*.gtimg.cn"
|
||||
- "*.gtimg.com"
|
||||
- "*.idqqimg.com"
|
||||
- "*.igamecj.com"
|
||||
- "*.myapp.com"
|
||||
- "*.myqcloud.com"
|
||||
- "*.qlogo.cn"
|
||||
- "*.qpic.cn"
|
||||
- "*.qq.com"
|
||||
- "*.qqmail.com"
|
||||
- "*.qqurl.com"
|
||||
- "*.qtimg.cn"
|
||||
- "*.smtcdns.com"
|
||||
- "*.soso.com"
|
||||
- "*.tencent-cloud.net"
|
||||
- "*.tencent.com"
|
||||
- "*.tencentmind.com"
|
||||
- "*.tenpay.com "
|
||||
- "*.weixin.com"
|
||||
- "*.weiyun.com"
|
||||
# Vip 唯品会
|
||||
- "*.appsimg.com"
|
||||
- "*.appvipshop.com"
|
||||
- "*.vip.com"
|
||||
- "*.vipstatic.com"
|
||||
# YYeTs 人人影视
|
||||
- "*.got001.com"
|
||||
- "*.jstucdn.com"
|
||||
- "*.zimuzu.io"
|
||||
- "*.zimuzu.tv"
|
||||
- "*.zmz001.com"
|
||||
- "*.zmz002.com"
|
||||
- "*.zmz003.com"
|
||||
- "*.zmz004.com"
|
||||
- "*.zmz2019.com"
|
||||
- "*.zmzapi.com"
|
||||
- "*.zmzapi.net"
|
||||
- "*.zmzfile.com"
|
||||
# Private Tracker
|
||||
- "*.awesome-hd.me"
|
||||
- "*.bittorrent.com"
|
||||
- "*.broadcasthe.net"
|
||||
- "*.chdbits.co"
|
||||
- "*.classix-unlimited.co.uk"
|
||||
- "*.empornium.me"
|
||||
- "*.gazellegames.net"
|
||||
- "*.hdchina.org"
|
||||
- "*.hdsky.me"
|
||||
- "*.icetorrent.org"
|
||||
- "*.jpopsuki.eu"
|
||||
- "*.keepfrds.com"
|
||||
- "*.m-team.cc"
|
||||
- "*.madsrevolution.net"
|
||||
- "*.nanyangpt.com"
|
||||
- "*.ncore.cc"
|
||||
- "*.open.cd"
|
||||
- "*.ourbits.club"
|
||||
- "*.passthepopcorn.me"
|
||||
- "*.privatehd.to"
|
||||
- "*.redacted.ch"
|
||||
- "*.springsunday.net"
|
||||
- "*.tjupt.org"
|
||||
- "*.totheglory.im"
|
||||
- "*.msg.vg"
|
||||
- "*.hdtime.org"
|
||||
- "*.leaguehd.com"
|
||||
- "*.pthome.net"
|
||||
- "*.beitai.pt"
|
||||
# TeamViewer
|
||||
- "*.teamviewer.com"
|
||||
# Public Direct CDN 公共直连cdn
|
||||
- "*.ajax.aspnetcdn.com"
|
||||
- "*.bootcss.com"
|
||||
- "*.cdnjs.cloudflare.com"
|
||||
- "*.code.jquery.com"
|
||||
- "*.jiasule.com"
|
||||
- "*.staticfile.org"
|
||||
- "*.upaiyun.com"
|
||||
# Acceleratedirectsites
|
||||
- "*.12306.com"
|
||||
- "*.17173.com"
|
||||
- "*.17k.com"
|
||||
- "*.360doc.com"
|
||||
- "*.36kr.com"
|
||||
- "*.3dmgame.com"
|
||||
- "*.51job.com"
|
||||
- "*.51jobcdn.com"
|
||||
- "*.56.com"
|
||||
- "*.abchina.com"
|
||||
- "*.abercrombie.com"
|
||||
- "*.acfun.tv"
|
||||
- "*.air-matters.com"
|
||||
- "*.air-matters.io"
|
||||
- "*.aixifan.com"
|
||||
- "*.algocasts.io"
|
||||
- "*.apache.org"
|
||||
- "*.baomitu.com"
|
||||
- "*.biqudu.com"
|
||||
- "*.biquge.com"
|
||||
- "*.bitauto.com"
|
||||
- "*.c-ctrip.com"
|
||||
- "*.camera360.com"
|
||||
- "*.cdnmama.com"
|
||||
- "*.che168.com"
|
||||
- "*.chinacache.net"
|
||||
- "*.chinaso.com"
|
||||
- "*.chinaz.com"
|
||||
- "*.chinaz.net"
|
||||
- "*.chuimg.com"
|
||||
- "*.cibntv.net"
|
||||
- "*.clouddn.com"
|
||||
- "*.cloudxns.net"
|
||||
- "*.cmfu.com"
|
||||
- "*.cn163.net"
|
||||
- "*.cnbeta.com"
|
||||
- "*.cnbetacdn.com"
|
||||
- "*.coolapk.com"
|
||||
- "*.coolapkmarket.com"
|
||||
- "*.csdn.net"
|
||||
- "*.ctrip.com"
|
||||
- "*.dangdang.com"
|
||||
- "*.dfcfw.com"
|
||||
- "*.dianping.com"
|
||||
- "*.dilidili.wang"
|
||||
- "*.douban.com"
|
||||
- "*.doubanio.com"
|
||||
- "*.douyu.com"
|
||||
- "*.douyu.tv"
|
||||
- "*.douyutv.com"
|
||||
- "*.dpfile.com"
|
||||
- "*.duowan.com"
|
||||
- "*.dxycdn.com"
|
||||
- "*.dytt8.net"
|
||||
- "*.easou.com"
|
||||
- "*.eastday.com"
|
||||
- "*.eastmoney.com"
|
||||
- "*.ecitic.com"
|
||||
- "*.ewqcxz.com"
|
||||
- "*.fang.com"
|
||||
- "*.fantasy.tv"
|
||||
- "*.feng.com"
|
||||
- "*.fengkongcloud.com"
|
||||
- "*.fir.im"
|
||||
- "*.firefox.com"
|
||||
- "*.frdic.com"
|
||||
- "*.fresh-ideas.cc"
|
||||
- "*.ganji.com"
|
||||
- "*.ganjistatic1.com"
|
||||
- "*.geetest.com"
|
||||
- "*.geilicdn.com"
|
||||
- "*.godic.net"
|
||||
- "*.gravatar.com"
|
||||
- "*.guazi.com"
|
||||
- "*.gwdang.com"
|
||||
- "*.gzlzfm.com"
|
||||
- "*.haibian.com"
|
||||
- "*.haosou.com"
|
||||
- "*.hollisterco.com"
|
||||
- "*.hongxiu.com"
|
||||
- "*.huajiao.com"
|
||||
- "*.hupu.com"
|
||||
- "*.huxiucdn.com"
|
||||
- "*.huya.com"
|
||||
- "*.ifeng.com"
|
||||
- "*.ifengimg.com"
|
||||
- "*.images-amazon.com"
|
||||
- "*.infzm.com"
|
||||
- "*.ipip.net"
|
||||
- "*.it168.com"
|
||||
- "*.ithome.com"
|
||||
- "*.ixdzs.com"
|
||||
- "*.jianguoyun.com"
|
||||
- "*.jianshu.com"
|
||||
- "*.jianshu.io"
|
||||
- "*.jianshuapi.com"
|
||||
- "*.jiathis.com"
|
||||
- "*.jmstatic.com"
|
||||
- "*.jumei.com"
|
||||
- "*.kanimg.com"
|
||||
- "*.kankan.com"
|
||||
- "*.kaola.com"
|
||||
- "*.knewone.com"
|
||||
- "*.koowo.com"
|
||||
- "*.ksyungslb.com"
|
||||
- "*.kuaidi100.com"
|
||||
- "*.kugou.com"
|
||||
- "*.lancdns.com"
|
||||
- "*.landiannews.com"
|
||||
- "*.lemicp.com"
|
||||
- "*.letitfly.me"
|
||||
- "*.linkedin.com"
|
||||
- "*.lizhi.fm"
|
||||
- "*.lizhi.io"
|
||||
- "*.lizhifm.com"
|
||||
- "*.loli.net"
|
||||
- "*.luoo.net"
|
||||
- "*.lvmama.com"
|
||||
- "*.lxdns.com"
|
||||
- "*.maoyan.com"
|
||||
- "*.meilishuo.com"
|
||||
- "*.meituan.com"
|
||||
- "*.meituan.net"
|
||||
- "*.meizu.com"
|
||||
- "*.miguvideo.com"
|
||||
- "*.mobike.com"
|
||||
- "*.mogu.com"
|
||||
- "*.mogucdn.com"
|
||||
- "*.mogujie.com"
|
||||
- "*.moji.com"
|
||||
- "*.moke.com"
|
||||
- "*.mubu.com"
|
||||
- "*.myunlu.com"
|
||||
- "*.nruan.com"
|
||||
- "*.nuomi.com"
|
||||
- "*.onlinedown.net"
|
||||
- "*.oracle.com"
|
||||
- "*.oschina.net"
|
||||
- "*.ourdvs.com"
|
||||
- "*.overcast.fm"
|
||||
- "*.paypal.com"
|
||||
- "*.pptv.com"
|
||||
- "*.qbox.me"
|
||||
- "*.qcloud.com"
|
||||
- "*.qcloudcdn.com"
|
||||
- "*.qdaily.com"
|
||||
- "*.qdmm.com"
|
||||
- "*.qhimg.com"
|
||||
- "*.qianqian.com"
|
||||
- "*.qidian.com"
|
||||
- "*.qihucdn.com"
|
||||
- "*.qin.io"
|
||||
- "*.qiniu.com"
|
||||
- "*.qiniucdn.com"
|
||||
- "*.qiniudn.com"
|
||||
- "*.qiushibaike.com"
|
||||
- "*.quanmin.tv"
|
||||
- "*.qunar.com"
|
||||
- "*.qunarzz.com"
|
||||
- "*.rarbg.to"
|
||||
- "*.repaik.com"
|
||||
- "*.rrmj.tv"
|
||||
- "*.ruguoapp.com"
|
||||
- "*.sandai.net"
|
||||
- "*.sankuai.com"
|
||||
- "*.sf-express.com"
|
||||
- "*.shumilou.net"
|
||||
- "*.simplecd.me"
|
||||
- "*.sm.ms"
|
||||
- "*.smtcdns.net"
|
||||
- "*.smzdm.com"
|
||||
- "*.snwx.com"
|
||||
- "*.soufunimg.com"
|
||||
- "*.ssl-images-amazon.com"
|
||||
- "*.sspai.com"
|
||||
- "*.startssl.com"
|
||||
- "*.suning.com"
|
||||
- "*.taihe.com"
|
||||
- "*.tenpay.com"
|
||||
- "*.th-sjy.com"
|
||||
- "*.tianqi.com"
|
||||
- "*.tianqistatic.com"
|
||||
- "*.tianyancha.com"
|
||||
- "*.tianyaui.com"
|
||||
- "*.tietuku.com"
|
||||
- "*.tiexue.net"
|
||||
- "*.tmiaoo.com"
|
||||
- "*.trip.com"
|
||||
- "*.ttmeiju.com"
|
||||
- "*.tudou.com"
|
||||
- "*.tuniu.com"
|
||||
- "*.tuniucdn.com"
|
||||
- "*.upyun.com"
|
||||
- "*.uxengine.net"
|
||||
- "*.v2ex.com"
|
||||
- "*.vmware.com"
|
||||
- "*.wandoujia.com"
|
||||
- "*.weather.com"
|
||||
- "*.weico.cc"
|
||||
- "*.weidian.com"
|
||||
- "*.weiphone.com"
|
||||
- "*.weiphone.net"
|
||||
- "*.womai.com"
|
||||
- "*.xdrig.com"
|
||||
- "*.xiachufang.com"
|
||||
- "*.xiaojukeji.com"
|
||||
- "*.ximalaya.com"
|
||||
- "*.xinhuanet.com"
|
||||
- "*.xitek.com"
|
||||
- "*.xiumi.us"
|
||||
- "*.xmcdn.com"
|
||||
- "*.xslb.net"
|
||||
- "*.xueqiu.com"
|
||||
- "*.xunlei.com"
|
||||
- "*.yach.me"
|
||||
- "*.yangkeduo.com"
|
||||
- "*.yeepay.com"
|
||||
- "*.yhd.com"
|
||||
- "*.yihaodianimg.com"
|
||||
- "*.yinxiang.com"
|
||||
- "*.yinyuetai.com"
|
||||
- "*.yixia.com"
|
||||
- "*.ys168.com"
|
||||
- "*.yuewen.com"
|
||||
- "*.yy.com"
|
||||
- "*.yystatic.com"
|
||||
- "*.zealer.com"
|
||||
- "*.zhangzishi.cc"
|
||||
- "*.zhanqi.tv"
|
||||
- "*.zhaopin.com"
|
||||
- "*.zhihu.com"
|
||||
- "*.zhimg.com"
|
||||
- "*.zhongsou.com"
|
||||
- "*.zhuihd.com"
|
||||
- "localhost"
|
||||
- 127.*
|
||||
- 10.*
|
||||
- 172.16.*
|
||||
- 172.17.*
|
||||
- 172.18.*
|
||||
- 172.19.*
|
||||
- 172.20.*
|
||||
- 172.21.*
|
||||
- 172.22.*
|
||||
- 172.23.*
|
||||
- 172.24.*
|
||||
- 172.25.*
|
||||
- 172.26.*
|
||||
- 172.27.*
|
||||
- 172.28.*
|
||||
- 172.29.*
|
||||
- 172.30.*
|
||||
- 172.31.*
|
||||
- 192.168.*
|
||||
- <local>
|
||||
30
base/base/loon.conf
Normal file
30
base/base/loon.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
[General]
|
||||
skip-proxy = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,localhost,*.local,e.crashlynatics.com
|
||||
bypass-tun = 10.0.0.0/8,100.64.0.0/10,127.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.0.0.0/24,192.0.2.0/24,192.88.99.0/24,192.168.0.0/16,198.18.0.0/15,198.51.100.0/24,203.0.113.0/24,224.0.0.0/4,255.255.255.255/32
|
||||
dns-server = system,119.29.29.29,223.5.5.5
|
||||
allow-udp-proxy = false
|
||||
host = 127.0.0.1
|
||||
|
||||
[Proxy]
|
||||
|
||||
[Remote Proxy]
|
||||
|
||||
[Proxy Group]
|
||||
|
||||
[Rule]
|
||||
|
||||
[Remote Rule]
|
||||
|
||||
[URL Rewrite]
|
||||
enable = true
|
||||
^https?:\/\/(www.)?(g|google)\.cn https://www.google.com 302
|
||||
|
||||
[Remote Rewrite]
|
||||
https://raw.githubusercontent.com/Loon0x00/LoonExampleConfig/master/Rewrite/AutoRewrite_Example.list,auto
|
||||
|
||||
[MITM]
|
||||
hostname = *.example.com,*.sample.com
|
||||
enable = true
|
||||
skip-server-cert-verify = true
|
||||
#ca-p12 =
|
||||
#ca-passphrase =
|
||||
27
base/base/quan.conf
Normal file
27
base/base/quan.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
[SERVER]
|
||||
|
||||
[SOURCE]
|
||||
|
||||
[BACKUP-SERVER]
|
||||
|
||||
[SUSPEND-SSID]
|
||||
|
||||
[POLICY]
|
||||
|
||||
[DNS]
|
||||
1.1.1.1
|
||||
|
||||
[REWRITE]
|
||||
|
||||
[URL-REJECTION]
|
||||
|
||||
[TCP]
|
||||
|
||||
[GLOBAL]
|
||||
|
||||
[HOST]
|
||||
|
||||
[STATE]
|
||||
STATE,AUTO
|
||||
|
||||
[MITM]
|
||||
37
base/base/quanx.conf
Normal file
37
base/base/quanx.conf
Normal file
@@ -0,0 +1,37 @@
|
||||
[general]
|
||||
excluded_routes=192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8
|
||||
geo_location_checker=http://ip-api.com/json/?lang=zh-CN, https://github.com/KOP-XIAO/QuantumultX/raw/master/Scripts/IP_API.js
|
||||
network_check_url=http://www.baidu.com/
|
||||
server_check_url=http://www.gstatic.com/generate_204
|
||||
|
||||
[dns]
|
||||
server=119.29.29.29
|
||||
server=223.5.5.5
|
||||
server=1.0.0.1
|
||||
server=8.8.8.8
|
||||
|
||||
[policy]
|
||||
static=♻️ 自动选择, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Auto.png
|
||||
static=🔰 节点选择, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Proxy.png
|
||||
static=🌍 国外媒体, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/GlobalMedia.png
|
||||
static=🌏 国内媒体, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/DomesticMedia.png
|
||||
static=Ⓜ️ 微软服务, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Microsoft.png
|
||||
static=📲 电报信息, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Telegram.png
|
||||
static=🍎 苹果服务, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Apple.png
|
||||
static=🎯 全球直连, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Direct.png
|
||||
static=🛑 全球拦截, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Advertising.png
|
||||
static=🐟 漏网之鱼, direct, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Final.png
|
||||
|
||||
[server_remote]
|
||||
|
||||
[filter_remote]
|
||||
|
||||
[rewrite_remote]
|
||||
|
||||
[server_local]
|
||||
|
||||
[filter_local]
|
||||
|
||||
[rewrite_local]
|
||||
|
||||
[mitm]
|
||||
37
base/config/ACL4SSR.ini
Normal file
37
base/config/ACL4SSR.ini
Normal file
@@ -0,0 +1,37 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
31
base/config/ACL4SSR_BackCN.ini
Normal file
31
base/config/ACL4SSR_BackCN.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则 (流量回国)
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:不支持
|
||||
;微软分流:不支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:支持
|
||||
;增强国外GFW:支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=🎯 全球直连,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=🎯 全球直连,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ProxyGFWlist.list
|
||||
surge_ruleset=🚀 中国代理,rules/ACL4SSR/Clash/ChinaIp.list
|
||||
surge_ruleset=🚀 中国代理,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🚀 中国代理,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🚀 中国代理,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 中国代理`select`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 中国代理`[]🎯 全球直连`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
30
base/config/ACL4SSR_Mini.ini
Normal file
30
base/config/ACL4SSR_Mini.ini
Normal file
@@ -0,0 +1,30 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:不支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=🚀 节点选择,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=🚀 节点选择,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
36
base/config/ACL4SSR_NoApple.ini
Normal file
36
base/config/ACL4SSR_NoApple.ini
Normal file
@@ -0,0 +1,36 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
36
base/config/ACL4SSR_NoAuto.ini
Normal file
36
base/config/ACL4SSR_NoAuto.ini
Normal file
@@ -0,0 +1,36 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:不支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
35
base/config/ACL4SSR_NoAuto_NoApple.ini
Normal file
35
base/config/ACL4SSR_NoAuto_NoApple.ini
Normal file
@@ -0,0 +1,35 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:不支持
|
||||
;微软分流:支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
33
base/config/ACL4SSR_NoAuto_NoApple_NoMicrosoft.ini
Normal file
33
base/config/ACL4SSR_NoAuto_NoApple_NoMicrosoft.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:不支持
|
||||
;微软分流:不支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
35
base/config/ACL4SSR_NoMicrosoft.ini
Normal file
35
base/config/ACL4SSR_NoMicrosoft.ini
Normal file
@@ -0,0 +1,35 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:不支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
38
base/config/ACL4SSR_Onlie.ini
Normal file
38
base/config/ACL4SSR_Onlie.ini
Normal file
@@ -0,0 +1,38 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则-在线更新版
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
|
||||
30
base/config/ACL4SSR_Onlie_Mini.ini
Normal file
30
base/config/ACL4SSR_Onlie_Mini.ini
Normal file
@@ -0,0 +1,30 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则-在线版
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:不支持
|
||||
;苹果分流:不支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list
|
||||
surge_ruleset=🛑 全球拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list
|
||||
surge_ruleset=🚀 节点选择,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=🚀 节点选择,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
36
base/config/ACL4SSR_Onlie_NoAuto.ini
Normal file
36
base/config/ACL4SSR_Onlie_NoAuto.ini
Normal file
@@ -0,0 +1,36 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则-在线版
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:不支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
38
base/config/ACL4SSR_WithChinaIp.ini
Normal file
38
base/config/ACL4SSR_WithChinaIp.ini
Normal file
@@ -0,0 +1,38 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:支持
|
||||
;增强国外GFW:不支持
|
||||
|
||||
;设置规则标志位
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyLite.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaIp.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
38
base/config/ACL4SSR_WithChinaIp_WithGFW.ini
Normal file
38
base/config/ACL4SSR_WithChinaIp_WithGFW.ini
Normal file
@@ -0,0 +1,38 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:支持
|
||||
;增强国外GFW:支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyGFWlist.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaIp.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
37
base/config/ACL4SSR_WithGFW.ini
Normal file
37
base/config/ACL4SSR_WithGFW.ini
Normal file
@@ -0,0 +1,37 @@
|
||||
[custom]
|
||||
;不要随意改变关键字,否则会导致出错
|
||||
;acl4SSR规则
|
||||
|
||||
;去广告:支持
|
||||
;自动测速:支持
|
||||
;微软分流:支持
|
||||
;苹果分流:支持
|
||||
;增强中国IP段:不支持
|
||||
;增强国外GFW:支持
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/LocalAreaNetwork.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ACL4SSR/Clash/BanAD.list
|
||||
surge_ruleset=⛔ 应用拦截,rules/ACL4SSR/Clash/BanProgramAD.list
|
||||
surge_ruleset=Ⓜ️ 微软服务,rules/ACL4SSR/Clash/Microsoft.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ACL4SSR/Clash/Apple.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🚀 节点选择,rules/ACL4SSR/Clash/ProxyGFWlist.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaDomain.list
|
||||
surge_ruleset=🎯 全球直连,rules/ACL4SSR/Clash/ChinaCompanyIp.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
custom_proxy_group=🚀 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🚀 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=📲 电报信息`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=Ⓜ️ 微软服务`select`[]🎯 全球直连`[]🚀 节点选择`.*
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🚀 节点选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=⛔ 应用拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🚀 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
|
||||
enable_rule_generator=true
|
||||
overwrite_original_rules=true
|
||||
57
base/config/example_external_config.ini
Normal file
57
base/config/example_external_config.ini
Normal file
@@ -0,0 +1,57 @@
|
||||
[custom]
|
||||
;This is an example external configuration file
|
||||
;All possible customization settings are shown below
|
||||
|
||||
;Options for custom groups
|
||||
;custom_proxy_group=Proxy`select`.*`[]AUTO`[]DIRECT`.*
|
||||
;custom_proxy_group=AUTO`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=google`select`.*
|
||||
;custom_proxy_group=netflix`select`.*
|
||||
;custom_proxy_group=动画疯`select`(深台|彰化|新北|台)
|
||||
;custom_proxy_group=fox+`select`(HGC|HKBN|PCCW|HKT|深台|彰化|新北|台|新加坡|sg|hk|tw)
|
||||
;custom_proxy_group=美区影视`select`(美|美国)
|
||||
;custom_proxy_group=Global_media`select`.*
|
||||
;custom_proxy_group=Domestic`select`[]DIRECT`[]Proxy
|
||||
;custom_proxy_group=Apple`select`[]DIRECT`[]Proxy
|
||||
;custom_proxy_group=Final`select`[]Proxy`[]DIRECT
|
||||
;custom_proxy_group=屏蔽广告`select`[]REJECT`[]DIRECT
|
||||
;custom_proxy_group=UnblockNeteaseMusic`select`云音乐解锁`[]DIRECT
|
||||
;custom_proxy_group=Telegram`select`新加坡`[]Proxy
|
||||
custom_proxy_group=!!import:snippets/groups_forcerule.txt
|
||||
|
||||
;Options for custom rulesets
|
||||
enable_rule_generator=false
|
||||
overwrite_original_rules=false
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Unbreak.list
|
||||
;surge_ruleset=⛔️ 广告拦截,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list
|
||||
;surge_ruleset=🚫 运营劫持,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Hijacking.list
|
||||
;surge_ruleset=🌌 YouTube,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/YouTube.list
|
||||
;surge_ruleset=🎥 NETFLIX,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Netflix.list
|
||||
;surge_ruleset=HBO,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/HBO.list
|
||||
;surge_ruleset=Fox,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Fox.list
|
||||
;surge_ruleset=🌍 国外媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/GlobalMedia.list
|
||||
;surge_ruleset=🌏 港台媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/HKMTMedia.list
|
||||
;surge_ruleset=📲 电报信息,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Telegram.list
|
||||
;surge_ruleset=🔰 节点选择,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Global.list
|
||||
;surge_ruleset=🍎 苹果服务,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Apple.list
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/China.list
|
||||
|
||||
;Options for custom base configuration file
|
||||
clash_rule_base=base/forcerule.yml
|
||||
;surge_rule_base=base/surge.conf
|
||||
;surfboard_rule_base=base/surfboard.conf
|
||||
;mellow_rule_base=base/mellow.conf
|
||||
;quan_rule_base=base/quan.conf
|
||||
;quanx_rule_base=base/quanx.conf
|
||||
|
||||
;Options for renaming nodes
|
||||
;rename=Test-(.*?)-(.*?)-(.*?)\((.*?)\)@\1\4x测试线路_自\2到\3
|
||||
;rename=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?)|(x|X))\)?@$1x
|
||||
|
||||
;Options for adding emojis
|
||||
;emoji=(流量|时间|应急),🏳️🌈
|
||||
;emoji=阿根廷,🇦🇷
|
||||
|
||||
;Options for filtering nodes
|
||||
;include_remarks=
|
||||
;exclude_remarks=
|
||||
25
base/config/example_external_config.yml
Normal file
25
base/config/example_external_config.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
custom:
|
||||
enable_rule_generator: false
|
||||
overwrite_original_rules: false
|
||||
|
||||
custom_proxy_group:
|
||||
- {import: snippets/groups_forcerule.txt}
|
||||
|
||||
# surge_ruleset:
|
||||
# - {import: snippets/ruleset_remote.txt}
|
||||
|
||||
clash_rule_base: base/forcerule.yml
|
||||
# surge_rule_base: base/surge.conf
|
||||
# surfboard_rule_base: base/surfboard.conf
|
||||
# mellow_rule_base: base/mellow.conf
|
||||
# quan_rule_base: base/quan.conf
|
||||
# quanx_rule_base: base/quanx.conf
|
||||
|
||||
# rename_node:
|
||||
# - {import: snippet/rename.txt}
|
||||
|
||||
# emoji:
|
||||
# - {import: snippets/emoji.txt}
|
||||
|
||||
# include_remarks: []
|
||||
# exclude_remarks: []
|
||||
@@ -1,35 +0,0 @@
|
||||
[custom]
|
||||
custom_proxy_group=Proxy`select`.*`[]AUTO`[]DIRECT`.*
|
||||
custom_proxy_group=AUTO`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
custom_proxy_group=google`select`.*
|
||||
custom_proxy_group=netflix`select`.*
|
||||
custom_proxy_group=动画疯`select`(深台|彰化|新北|台)
|
||||
custom_proxy_group=fox+`select`(HGC|HKBN|PCCW|HKT|深台|彰化|新北|台|新加坡|sg|hk|tw)
|
||||
custom_proxy_group=美区影视`select`(美|美国)
|
||||
custom_proxy_group=Global_media`select`.*
|
||||
custom_proxy_group=Domestic`select`[]DIRECT`[]Proxy
|
||||
custom_proxy_group=Apple`select`[]DIRECT`[]Proxy
|
||||
custom_proxy_group=Final`select`[]Proxy`[]DIRECT
|
||||
custom_proxy_group=屏蔽广告`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=UnblockNeteaseMusic`select`云音乐解锁`[]DIRECT
|
||||
custom_proxy_group=Telegram`select`新加坡`[]Proxy
|
||||
|
||||
enable_rule_generator=false
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Unbreak.list
|
||||
;surge_ruleset=⛔️ 广告拦截,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list
|
||||
;surge_ruleset=🚫 运营劫持,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Hijacking.list
|
||||
;surge_ruleset=🌌 YouTube,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/YouTube.list
|
||||
;surge_ruleset=🎥 NETFLIX,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Netflix.list
|
||||
;surge_ruleset=HBO,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/HBO.list
|
||||
;surge_ruleset=Fox,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Fox.list
|
||||
;surge_ruleset=🌍 国外媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/GlobalMedia.list
|
||||
;surge_ruleset=🌏 港台媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/HKMTMedia.list
|
||||
;surge_ruleset=📲 电报信息,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Telegram.list
|
||||
;surge_ruleset=🔰 节点选择,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Global.list
|
||||
;surge_ruleset=🍎 苹果服务,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Apple.list
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/China.list
|
||||
|
||||
clash_rule_base=forcerule.yml
|
||||
;surge_rule_base=surge.conf
|
||||
;surfboard_rule_base=surfboard.conf
|
||||
;mellow_rule_base=mellow.conf
|
||||
9
base/generate.ini
Normal file
9
base/generate.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[test]
|
||||
path=output.conf
|
||||
target=surge
|
||||
ver=4
|
||||
url=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpwYXNzd29yZA@www.example.com:1080#Example
|
||||
|
||||
[test_profile]
|
||||
path=output.yml
|
||||
profile=profiles/example_profile.ini
|
||||
90
base/pref-new.yml
Normal file
90
base/pref-new.yml
Normal file
@@ -0,0 +1,90 @@
|
||||
common:
|
||||
api_mode: false
|
||||
api_access_token: password
|
||||
default_url: []
|
||||
insert_url: []
|
||||
exclude_remarks: ["(到期|剩余流量|时间|官网|产品)"]
|
||||
include_remarks: []
|
||||
clash_rule_base: base/simple_base.yml
|
||||
surge_rule_base: base/surge.conf
|
||||
surfboard_rule_base: base/surfboard.conf
|
||||
mellow_rule_base: base/mellow.conf
|
||||
quan_rule_base: base/quan.conf
|
||||
quanx_rule_base: base/quanx.conf
|
||||
loon_rule_base: base/loon.conf
|
||||
proxy_config: SYSTEM
|
||||
proxy_ruleset: SYSTEM
|
||||
proxy_subscription: NONE
|
||||
append_proxy_type: false
|
||||
|
||||
userinfo:
|
||||
stream_rule:
|
||||
- {match: "^剩余流量:(.*?) (.*)$", replace: "total=$1&left=$2"}
|
||||
- {match: "^Bandwidth: (.*?)/(.*)$", replace: "used=$1&total=$2"}
|
||||
- {match: "^.*剩余(.*?)(?:\\s*?)@(?:.*)$", replace: "total=$1"}
|
||||
- {match: "^.*?流量:(.*?) 剩:(?:.*)$", replace: "total=$1"}
|
||||
time_rule:
|
||||
- {match: "^过期时间:(\\d+)-(\\d+)-(\\d+) (\\d+):(\\d+):(\\d+)$", replace: "$1:$2:$3:$4:$5:$6"}
|
||||
- {match: "^到期时间:(\\d+)-(\\d+)-(\\d+)$", replace: "$1:$2:$3:0:0:0"}
|
||||
- {match: "^Smart Access expire: (\\d+)/(\\d+)/(\\d+)$", replace: "$1:$2:$3:0:0:0"}
|
||||
- {match: "^.*?流量:(?:.*?) 剩:(.*?)天$", replace: "left=$1d"}
|
||||
|
||||
node_pref:
|
||||
udp_flag: false
|
||||
tcp_fast_open_flag: false
|
||||
sort_flag: false
|
||||
skip_cert_verify_flag: false
|
||||
filter_deprecated_nodes: false
|
||||
rename_node:
|
||||
# - {match: "\\(?((x|X)?(\\d+)(\\.?\\d+)?)((\\s?倍率?)|(x|X))\\)?", replace: "$1x"}
|
||||
- {import: snippets/rename_node.txt}
|
||||
|
||||
managed_config:
|
||||
write_managed_config: true
|
||||
managed_config_prefix: "http://127.0.0.1:25500"
|
||||
config_update_interval: 86400
|
||||
config_update_strict: false
|
||||
quanx_device_id: ""
|
||||
|
||||
surge_external_proxy:
|
||||
surge_ssr_path: "" # /usr/bin/ssr-local
|
||||
|
||||
emojis:
|
||||
add_emoji: true
|
||||
remove_old_emoji: true
|
||||
rules:
|
||||
# - {match: "(流量|时间|应急)", emoji: "🏳️🌈"}
|
||||
- {import: snippets/emoji.txt}
|
||||
|
||||
ruleset:
|
||||
enabled: true
|
||||
overwrite_original_rules: false
|
||||
update_ruleset_on_request: false
|
||||
surge_ruleset:
|
||||
# - {rule: "GEOIP,CN", group: "DIRECT"}
|
||||
# - {ruleset: "rules/LocalAreaNetwork.list", group: "DIRECT"}
|
||||
- {import: snippets/rulesets.txt}
|
||||
|
||||
proxy_group:
|
||||
custom_proxy_group:
|
||||
# - {name: UrlTest, type: url-test, rule: [".*"], url: http://www.gstatic.com/generate_204, interval: 300}
|
||||
# - {name: Proxy, type: select, rule: [".*"]}
|
||||
# - {name: group1, type: select, rule: ["!!GROUPID=0"]}
|
||||
# - {name: v2ray, type: select, rule: ["!!GROUP=V2RayProvider"]}
|
||||
# - {import: snippets/groups_forcerule.txt}
|
||||
# - {name: ssid group, type: ssid, rule: ["default_group", "celluar=group0,ssid1=group1,ssid2=group2"]}
|
||||
- {import: snippets/groups.txt}
|
||||
|
||||
server:
|
||||
listen: 0.0.0.0
|
||||
port: 25500
|
||||
|
||||
advanced:
|
||||
print_debug_info: false
|
||||
max_pending_connections: 10240
|
||||
max_concurrent_threads: 2
|
||||
enable_base_gen: false
|
||||
enable_cache: false
|
||||
cache_subscription: 60
|
||||
cache_config: 300
|
||||
cache_ruleset: 21600
|
||||
218
base/pref.ini
218
base/pref.ini
@@ -8,6 +8,9 @@ api_access_token=password
|
||||
;Default URLs, used when no URL is provided in request, use "|" to separate multiple subscription links, supports local files/URL
|
||||
default_url=
|
||||
|
||||
;URLs to insert before subscription links, can be used to add node(s) to all exported subscriptions, use "|" to separate multiple subscription links, supports local files/URL
|
||||
insert_url=
|
||||
|
||||
;Exclude nodes which remarks match the following patterns. Supports regular expression.
|
||||
exclude_remarks=(到期|剩余流量|时间|官网|产品)
|
||||
;exclude_remarks=(other rule)
|
||||
@@ -16,78 +19,51 @@ exclude_remarks=(到期|剩余流量|时间|官网|产品)
|
||||
;include_remarks=V3.*港
|
||||
|
||||
;Clash config base used by the generator, supports local files/URL
|
||||
clash_rule_base=simple_base.yml
|
||||
clash_rule_base=base/simple_base.yml
|
||||
|
||||
;Surge config base used by the generator, supports local files/URL
|
||||
surge_rule_base=surge.conf
|
||||
surge_rule_base=base/surge.conf
|
||||
|
||||
;Surfboard config base used by the generator, supports local files/URL
|
||||
surfboard_rule_base=surfboard.conf
|
||||
surfboard_rule_base=base/surfboard.conf
|
||||
|
||||
;Mellow config base used by the generator, supports local files/URL
|
||||
mellow_rule_base=mellow.conf
|
||||
mellow_rule_base=base/mellow.conf
|
||||
|
||||
;Proxy used to download rulesets or subscriptions, set to NONE or empty to disable it, set to SYSTEM to use system proxy.
|
||||
;Quantumult config base used by the generator, supports local files/URL
|
||||
quan_rule_base=base/quan.conf
|
||||
|
||||
;Quantumult X config base used by the generator, supports local files/URL
|
||||
quanx_rule_base=base/quanx.conf
|
||||
|
||||
;Loon config base used by the generator, supports local files/URL
|
||||
loon_rule_base=base/loon.conf
|
||||
|
||||
;Proxy used to download configs, rulesets or subscriptions, set to NONE or empty to disable it, set to SYSTEM to use system proxy.
|
||||
;Accept cURL-supported proxies (http:// https:// socks4a:// socks5://)
|
||||
proxy_config=SYSTEM
|
||||
proxy_ruleset=SYSTEM
|
||||
proxy_subscription=NONE
|
||||
|
||||
;Append a proxy type string ([SS] [SSR] [VMess]) to node remark.
|
||||
append_proxy_type=false
|
||||
|
||||
;Rename remarks with the following patterns. Supports regular expression.
|
||||
;Format: Search_Pattern@Replace_Pattern
|
||||
;rename_node=IPLC@专线
|
||||
;rename_node=RELAY@中转
|
||||
;rename_node=BGP-@
|
||||
[userinfo]
|
||||
;Rules to extract stream data from node
|
||||
;Format: full_match_regex|new_format_regex
|
||||
;where new_format_regex should be like "total=$1&left=$2&used=$3"
|
||||
stream_rule=^剩余流量:(.*?) (.*)$|total=$1&left=$2
|
||||
stream_rule=^Bandwidth: (.*?)/(.*)$|used=$1&total=$2
|
||||
stream_rule=^\[.*?\]剩余(.*?)@(?:.*)$|total=$1
|
||||
stream_rule=^.*?流量:(.*?) 剩:(?:.*)$|total=$1
|
||||
|
||||
; short names
|
||||
; rename_node=中国@中
|
||||
; rename_node=徐州@徐
|
||||
; rename_node=深圳@深
|
||||
; rename_node=上海@沪
|
||||
; rename_node=广州@穗
|
||||
; rename_node=宁波@甬
|
||||
; rename_node=贵阳@筑
|
||||
; rename_node=武汉@汉
|
||||
; rename_node=南京@宁
|
||||
; rename_node=天津@津
|
||||
; rename_node=北京@京
|
||||
; rename_node=沈阳@沈
|
||||
; rename_node=江苏@苏
|
||||
; rename_node=浙江@浙
|
||||
; rename_node=安徽@皖
|
||||
; rename_node=福建@闽
|
||||
; rename_node=湖南@湘
|
||||
; rename_node=广东@粤
|
||||
; rename_node=海南@琼
|
||||
; rename_node=四川@川
|
||||
; rename_node=贵州@贵
|
||||
; rename_node=云南@云
|
||||
; rename_node=青海@青
|
||||
; rename_node=台湾@台
|
||||
; rename_node=香港@港
|
||||
; rename_node=澳门@澳
|
||||
; rename_node=美国@美
|
||||
; rename_node=英国@英
|
||||
; rename_node=加拿大@加
|
||||
; rename_node=法国@法
|
||||
; rename_node=德国@德
|
||||
; rename_node=瑞士@瑞
|
||||
; rename_node=日本@日
|
||||
; rename_node=韩国@韩
|
||||
; rename_node=芬兰@芬
|
||||
; rename_node=印度@印
|
||||
; rename_node=泰国@泰
|
||||
; rename_node=越南@越
|
||||
; rename_node=新加坡@新
|
||||
; rename_node=意大利@意
|
||||
; rename_node=菲律宾@菲
|
||||
; rename_node=俄罗斯@俄
|
||||
; rename_node=土耳其@土
|
||||
|
||||
; times RE
|
||||
rename_node=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?)|(x|X))\)?@$1x
|
||||
;Rules to extract expire time data from node
|
||||
;Format: full_match_regex|new_format_regex
|
||||
;where new_format_regex should follow this example: yyyy:mm:dd:hh:mm:ss
|
||||
time_rule=^过期时间:(\d+)-(\d+)-(\d+) (\d+):(\d+):(\d+)$|$1:$2:$3:$4:$5:$6
|
||||
time_rule=^到期时间:(\d+)-(\d+)-(\d+)$|$1:$2:$3:0:0:0
|
||||
time_rule=^Smart Access expire: (\d+)/(\d+)/(\d+)$|$1:$2:$3:0:0:0
|
||||
time_rule=^.*?流量:(?:.*?) 剩:(.*)$|left=$1d
|
||||
|
||||
[node_pref]
|
||||
udp_flag=false
|
||||
@@ -96,13 +72,31 @@ sort_flag=false
|
||||
skip_cert_verify_flag=false
|
||||
filter_deprecated_nodes=false
|
||||
|
||||
;Rename remarks with the following patterns. Supports regular expression.
|
||||
;Format: Search_Pattern@Replace_Pattern
|
||||
;rename_node=IPLC@专线
|
||||
;rename_node=RELAY@中转
|
||||
;rename_node=BGP-@
|
||||
|
||||
rename_node=!!import:snippets/rename_node.txt
|
||||
|
||||
[managed_config]
|
||||
;Append a '#!MANAGED-CONFIG' info to Surge configurations
|
||||
write_managed_config=true
|
||||
|
||||
;Address prefix for MANAGED-CONFIG info, without the trailing "/".
|
||||
;This address will also be used for generating /getruleset, /qx-rewrite, /qx-script addresses.
|
||||
managed_config_prefix=http://127.0.0.1:25500
|
||||
|
||||
;Managed config update interval in seconds, determine how long the config will be updated.
|
||||
config_update_interval=86400
|
||||
|
||||
;If config_update_struct is set to true, Surge will require a force update after the interval.
|
||||
config_update_struct=false
|
||||
|
||||
;Device ID to be written to rewrite scripts for some version of Quantumult X
|
||||
quanx_device_id=
|
||||
|
||||
[surge_external_proxy]
|
||||
;surge_ssr_path=/usr/bin/ssr-local
|
||||
|
||||
@@ -113,45 +107,10 @@ remove_old_emoji=true
|
||||
;Rule to add emojis. Supports regular expression.
|
||||
;Format: Remark_Search_Pattern,emoji
|
||||
|
||||
rule=(流量|时间|应急|过期|Bandwidth|expire),🏳️🌈
|
||||
rule=AC,🇦🇨
|
||||
rule=(AR|阿根廷),🇦🇷
|
||||
rule=(奥地利|维也纳),🇦🇹
|
||||
rule=(AU|Australia|Sydney|澳大利亚|悉尼),🇦🇺
|
||||
rule=BE,🇧🇪
|
||||
rule=(BR|Brazil|巴西|圣保罗),🇧🇷
|
||||
rule=(Canada|加拿大|蒙特利尔|温哥华|楓葉|枫叶),🇨🇦
|
||||
rule=(瑞士|苏黎世),🇨🇭
|
||||
rule=(CN|China|回国|中国|江苏|北京|上海|广州|深圳|杭州|徐州|青岛|宁波|镇江|back|TW|Taiwan|台湾|台北|台中|新北|彰化|CHT|新北|台|HINET),🇨🇳
|
||||
rule=(DE|Germany|德国|法兰克福|德),🇩🇪
|
||||
rule=丹麦,🇩🇰
|
||||
rule=ES,🇪🇸
|
||||
rule=EU,🇪🇺
|
||||
rule=(Finland|芬兰|赫尔辛基),🇫🇮
|
||||
rule=(FR|France|法国|巴黎),🇫🇷
|
||||
rule=(UK|England|UnitedKingdom|英国|英|伦敦),🇬🇧
|
||||
rule=(HK|HongKong|香港|深港|沪港|呼港|HKT|HKBN|HGC|WTT|CMI|穗港|京港|港),🇭🇰
|
||||
rule=(Indonesia|印尼|印度尼西亚|雅加达),🇮🇩
|
||||
rule=(Ireland|爱尔兰|都柏林),🇮🇪
|
||||
rule=(India|印度|孟买),🇮🇳
|
||||
rule=(Italy|意大利|米兰),🇮🇹
|
||||
rule=(JP|Japan|日本|东京|大阪|埼玉|沪日|穗日|川日|中日|泉日|杭日),🇯🇵
|
||||
rule=(KP|朝鲜),🇰🇵
|
||||
rule=(KR|Korea|KOR|韩国|首尔|韩|韓),🇰🇷
|
||||
rule=(MO|Macao|澳门|CTM),🇲🇴
|
||||
rule=(MY|Malaysia|马来西亚),🇲🇾
|
||||
rule=(NL|Netherlands|荷兰|阿姆斯特丹),🇳🇱
|
||||
rule=(PH|Philippines|菲律宾),🇵🇭
|
||||
rule=(RO|罗马尼亚),🇷🇴
|
||||
rule=(RU|Russia|俄罗斯|伯力|莫斯科|圣彼得堡|西伯利亚|新西伯利亚|京俄|杭俄),🇷🇺
|
||||
rule=(沙特|迪拜),🇸🇦
|
||||
rule=(SE|Sweden),🇸🇪
|
||||
rule=(SG|Singapore|新加坡|狮城|沪新|京新|泉新|穗新|深新|杭新),🇸🇬
|
||||
rule=(TH|Thailand|泰国|曼谷),🇹🇭
|
||||
rule=(TR|Turkey|土耳其|伊斯坦布尔),🇹🇷
|
||||
rule=(US|America|UnitedStates|美国|美|京美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|沪美),🇺🇲
|
||||
rule=(VN|越南),🇻🇳
|
||||
rule=(ZA|南非),🇿🇦
|
||||
;rule=(流量|时间|应急|过期|Bandwidth|expire),🏳️🌈
|
||||
;rule=AC,🇦🇨
|
||||
|
||||
rule=!!import:snippets/emoji.txt
|
||||
|
||||
[ruleset]
|
||||
;Enable generating rules with rulesets
|
||||
@@ -168,33 +127,11 @@ update_ruleset_on_request=false
|
||||
; Group name,[]Rule
|
||||
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Unbreak.list
|
||||
;surge_ruleset=⛔️ 广告拦截,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list
|
||||
;surge_ruleset=🚫 运营劫持,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Hijacking.list
|
||||
;surge_ruleset=🌌 YouTube,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/YouTube.list
|
||||
;surge_ruleset=🎥 NETFLIX,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Netflix.list
|
||||
;surge_ruleset=HBO,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/HBO.list
|
||||
;surge_ruleset=Fox,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Media/Fox.list
|
||||
;surge_ruleset=🌍 国外媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/GlobalMedia.list
|
||||
;surge_ruleset=🌏 港台媒体,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/HKMTMedia.list
|
||||
;surge_ruleset=📲 电报信息,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Telegram.list
|
||||
;surge_ruleset=🔰 节点选择,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Global.list
|
||||
;surge_ruleset=🍎 苹果服务,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Apple.list
|
||||
;surge_ruleset=DIRECT,https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/China.list
|
||||
;surge_ruleset=🎯 全球直连,rules/LocalAreaNetwork.list
|
||||
;surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
;surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
|
||||
surge_ruleset=🎯 全球直连,rules/LocalAreaNetwork.list
|
||||
surge_ruleset=🎯 全球直连,rules/ConnersHua/Surge/Ruleset/Unbreak.list
|
||||
surge_ruleset=🛑 全球拦截,rules/NobyDa/Surge/AdRule.list
|
||||
surge_ruleset=🛑 全球拦截,rules/ConnersHua/Surge/Ruleset/Hijacking.list
|
||||
;surge_ruleset=🎥 NETFLIX,rules/ConnersHua/Surge/Ruleset/Media/Netflix.list
|
||||
surge_ruleset=🌍 国外媒体,rules/ConnersHua/Surge/Ruleset/GlobalMedia.list
|
||||
surge_ruleset=🌏 国内媒体,rules/lhie1/Surge3/AsianTV.list
|
||||
surge_ruleset=📲 电报信息,rules/ConnersHua/Surge/Ruleset/Telegram.list
|
||||
surge_ruleset=🔰 节点选择,rules/ConnersHua/Surge/Ruleset/Global.list
|
||||
surge_ruleset=🍎 苹果服务,rules/ConnersHua/Surge/Ruleset/Apple.list
|
||||
surge_ruleset=🎯 全球直连,rules/ConnersHua/Surge/Ruleset/China.list
|
||||
surge_ruleset=🎯 全球直连,rules/NobyDa/Surge/Download.list
|
||||
surge_ruleset=🎯 全球直连,[]GEOIP,CN
|
||||
surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
surge_ruleset=!!import:snippets/rulesets.txt
|
||||
|
||||
[clash_proxy_group]
|
||||
;Generate Clash Proxy Group with the following patterns. Node filterting rule supports regular expression.
|
||||
@@ -202,9 +139,11 @@ surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
; Group_Name`url-test|fallback|load-balance`Rule_1`Rule_2`...`test_url`interval
|
||||
;Rule with "[]" prefix will be added directly.
|
||||
|
||||
;custom_proxy_group=Proxy`select`.*`[]AUTO`[]DIRECT`.*
|
||||
;custom_proxy_group=UrlTest`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=FallBack`fallback`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=LoadBalance`load-balance`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=SSID`ssid`default_group`celluar=group0,ssid1=group1,ssid2=group2
|
||||
|
||||
;custom_proxy_group=g1`select`!!GROUPID=0
|
||||
;custom_proxy_group=g2`select`!!GROUPID=1
|
||||
@@ -214,34 +153,10 @@ surge_ruleset=🐟 漏网之鱼,[]FINAL
|
||||
;custom_proxy_group=sstw`select`!!GROUP=V2RayProvider!!(深台|彰化|新北|台|tw)
|
||||
|
||||
;for forcerule.yml
|
||||
;custom_proxy_group=Proxy`select`.*`[]AUTO`[]DIRECT`.*
|
||||
;custom_proxy_group=AUTO`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=google`select`.*
|
||||
;custom_proxy_group=netflix`select`.*
|
||||
;custom_proxy_group=动画疯`select`(深台|彰化|新北|台)
|
||||
;custom_proxy_group=fox+`select`(HGC|HKBN|PCCW|HKT|深台|彰化|新北|台|新加坡|sg|hk|tw)
|
||||
;custom_proxy_group=美区影视`select`(美|美国)
|
||||
;custom_proxy_group=Global_media`select`.*
|
||||
;custom_proxy_group=Domestic`select`[]DIRECT`[]Proxy
|
||||
;custom_proxy_group=Apple`select`[]DIRECT`[]Proxy
|
||||
;custom_proxy_group=Final`select`[]Proxy`[]DIRECT
|
||||
;custom_proxy_group=屏蔽广告`select`[]REJECT`[]DIRECT
|
||||
;custom_proxy_group=UnblockNeteaseMusic`select`云音乐解锁`[]DIRECT
|
||||
;custom_proxy_group=Telegram`select`新加坡`[]Proxy
|
||||
;custom_proxy_group=!!import:snippets/groups_forcerule.txt
|
||||
|
||||
;for Surge rulesets
|
||||
custom_proxy_group=🔰 节点选择`select`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=♻️ 自动选择`url-test`.*`http://www.gstatic.com/generate_204`300
|
||||
;custom_proxy_group=🎥 NETFLIX`select`[]🔰 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
;custom_proxy_group=⛔️ 广告拦截`select`[]🛑 全球拦截`[]🎯 全球直连`[]🔰 节点选择
|
||||
;custom_proxy_group=🚫 运营劫持`select`[]🛑 全球拦截`[]🎯 全球直连`[]🔰 节点选择
|
||||
custom_proxy_group=🌍 国外媒体`select`[]🔰 节点选择`[]♻️ 自动选择`[]🎯 全球直连`.*
|
||||
custom_proxy_group=🌏 国内媒体`select`[]🎯 全球直连`(HGC|HKBN|PCCW|HKT|深台|彰化|新北|台|hk|港|tw)`[]🔰 节点选择
|
||||
custom_proxy_group=📲 电报信息`select`[]🔰 节点选择`.*`[]🎯 全球直连
|
||||
custom_proxy_group=🍎 苹果服务`select`[]🔰 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
custom_proxy_group=🎯 全球直连`select`[]DIRECT
|
||||
custom_proxy_group=🛑 全球拦截`select`[]REJECT`[]DIRECT
|
||||
custom_proxy_group=🐟 漏网之鱼`select`[]🔰 节点选择`[]🎯 全球直连`[]♻️ 自动选择`.*
|
||||
custom_proxy_group=!!import:snippets/groups.txt
|
||||
|
||||
[server]
|
||||
;Address to bind on for Web Server
|
||||
@@ -253,4 +168,9 @@ port=25500
|
||||
[advanced]
|
||||
print_debug_info=false
|
||||
max_pending_connections=10240
|
||||
max_concurrent_threads=4
|
||||
max_concurrent_threads=2
|
||||
enable_base_gen=false
|
||||
enable_cache=false
|
||||
cache_subscription=60
|
||||
cache_config=300
|
||||
cache_ruleset=21600
|
||||
|
||||
12
base/profiles/example_profile.ini
Normal file
12
base/profiles/example_profile.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[Profile]
|
||||
;This is an example profile for the /getprofile interface
|
||||
;The options works the same as the arguments in the /sub interface
|
||||
;Arguments that needed URLEncode before is not needed here
|
||||
;For more available options, please check the readme section
|
||||
|
||||
target=clash
|
||||
url=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpwYXNzd29yZA@www.example.com:1080#Example
|
||||
;config=config/example_external_config.ini
|
||||
;surge_ver=3
|
||||
;udp=true
|
||||
;emoji=false
|
||||
16
base/rules/ACL4SSR/Clash/Apple.list
Normal file
16
base/rules/ACL4SSR/Clash/Apple.list
Normal file
@@ -0,0 +1,16 @@
|
||||
# Apple
|
||||
# 一般国内Apple肯定正常,不需要开代理
|
||||
DOMAIN,apple.comscoreresearch.com
|
||||
DOMAIN-SUFFIX,aaplimg.com
|
||||
DOMAIN-SUFFIX,akadns.net
|
||||
DOMAIN-SUFFIX,apple-cloudkit.com
|
||||
DOMAIN-SUFFIX,apple.co
|
||||
DOMAIN-SUFFIX,apple.com
|
||||
DOMAIN-SUFFIX,apple.news
|
||||
DOMAIN-SUFFIX,appstore.com
|
||||
DOMAIN-SUFFIX,cdn-apple.com
|
||||
DOMAIN-SUFFIX,crashlytics.com
|
||||
DOMAIN-SUFFIX,icloud-content.com
|
||||
DOMAIN-SUFFIX,icloud.com
|
||||
DOMAIN-SUFFIX,me.com
|
||||
DOMAIN-SUFFIX,mzstatic.com
|
||||
602
base/rules/ACL4SSR/Clash/BanAD.list
Normal file
602
base/rules/ACL4SSR/Clash/BanAD.list
Normal file
@@ -0,0 +1,602 @@
|
||||
# 广告关键词
|
||||
DOMAIN-KEYWORD,admarvel
|
||||
DOMAIN-KEYWORD,admaster
|
||||
DOMAIN-KEYWORD,adsage
|
||||
DOMAIN-KEYWORD,adsensor
|
||||
DOMAIN-KEYWORD,adservice
|
||||
DOMAIN-KEYWORD,adsh
|
||||
DOMAIN-KEYWORD,adsmogo
|
||||
DOMAIN-KEYWORD,adsrvmedia
|
||||
DOMAIN-KEYWORD,adsserving
|
||||
DOMAIN-KEYWORD,adsystem
|
||||
DOMAIN-KEYWORD,adwords
|
||||
DOMAIN-KEYWORD,analysis
|
||||
DOMAIN-KEYWORD,analytics
|
||||
DOMAIN-KEYWORD,applovin
|
||||
DOMAIN-KEYWORD,appsflyer
|
||||
DOMAIN-KEYWORD,domob
|
||||
DOMAIN-KEYWORD,duomeng
|
||||
DOMAIN-KEYWORD,dwtrack
|
||||
DOMAIN-KEYWORD,guanggao
|
||||
DOMAIN-KEYWORD,lianmeng
|
||||
DOMAIN-KEYWORD,monitor
|
||||
DOMAIN-KEYWORD,omgmta
|
||||
DOMAIN-KEYWORD,omniture
|
||||
DOMAIN-KEYWORD,openx
|
||||
DOMAIN-KEYWORD,partnerad
|
||||
DOMAIN-KEYWORD,pingfore
|
||||
DOMAIN-KEYWORD,socdm
|
||||
DOMAIN-KEYWORD,supersonicads
|
||||
DOMAIN-KEYWORD,tracking
|
||||
DOMAIN-KEYWORD,traffic
|
||||
DOMAIN-KEYWORD,uedas
|
||||
DOMAIN-KEYWORD,usage
|
||||
DOMAIN-KEYWORD,wlmonitor
|
||||
DOMAIN-KEYWORD,zjtoolbar
|
||||
|
||||
# 常见互联网公司广告域名
|
||||
# Google
|
||||
DOMAIN-SUFFIX,admob.com
|
||||
DOMAIN-SUFFIX,ads.gmodules.com
|
||||
DOMAIN-SUFFIX,ads.google.com
|
||||
DOMAIN-SUFFIX,adservice.google.com
|
||||
DOMAIN-SUFFIX,afd.l.google.com
|
||||
DOMAIN-SUFFIX,badad.googleplex.com
|
||||
DOMAIN-SUFFIX,csi.gstatic.com
|
||||
DOMAIN-SUFFIX,doubleclick.com
|
||||
DOMAIN-SUFFIX,doubleclick.net
|
||||
DOMAIN-SUFFIX,google-analytics.com
|
||||
DOMAIN-SUFFIX,googleadservices.com
|
||||
DOMAIN-SUFFIX,googleadsserving.cn
|
||||
DOMAIN-SUFFIX,googlecommerce.com
|
||||
DOMAIN-SUFFIX,googlesyndication.com
|
||||
DOMAIN-SUFFIX,mobileads.google.com
|
||||
DOMAIN-SUFFIX,pagead-tpc.l.google.com
|
||||
DOMAIN-SUFFIX,pagead.google.com
|
||||
DOMAIN-SUFFIX,pagead.l.google.com
|
||||
DOMAIN-SUFFIX,service.urchin.com
|
||||
|
||||
# 广告联盟-国内****************
|
||||
DOMAIN-SUFFIX,09mk.cn
|
||||
DOMAIN-SUFFIX,100peng.com
|
||||
DOMAIN-SUFFIX,114la.com
|
||||
DOMAIN-SUFFIX,123juzi.net
|
||||
DOMAIN-SUFFIX,138lm.com
|
||||
DOMAIN-SUFFIX,17un.com
|
||||
DOMAIN-SUFFIX,2cnt.net
|
||||
DOMAIN-SUFFIX,3gmimo.com
|
||||
DOMAIN-SUFFIX,3xx.vip
|
||||
DOMAIN-SUFFIX,51.la
|
||||
DOMAIN-SUFFIX,51yes.com
|
||||
DOMAIN-SUFFIX,600ad.com
|
||||
DOMAIN-SUFFIX,6dad.com
|
||||
DOMAIN-SUFFIX,70e.com
|
||||
DOMAIN-SUFFIX,86.cc
|
||||
DOMAIN-SUFFIX,8le8le.com
|
||||
DOMAIN-SUFFIX,8ox.cn
|
||||
DOMAIN-SUFFIX,95558000.com
|
||||
DOMAIN-SUFFIX,99click.com
|
||||
DOMAIN-SUFFIX,99youmeng.com
|
||||
DOMAIN-SUFFIX,a3p4.net
|
||||
DOMAIN-SUFFIX,acs86.com
|
||||
DOMAIN-SUFFIX,acxiom-online.com
|
||||
DOMAIN-SUFFIX,ad-brix.com
|
||||
DOMAIN-SUFFIX,ad-locus.com
|
||||
DOMAIN-SUFFIX,ad-plus.cn
|
||||
DOMAIN-SUFFIX,ad7.com
|
||||
DOMAIN-SUFFIX,adadapted.com
|
||||
DOMAIN-SUFFIX,adadvisor.net
|
||||
DOMAIN-SUFFIX,adap.tv
|
||||
DOMAIN-SUFFIX,adbana.com
|
||||
DOMAIN-SUFFIX,adchina.com
|
||||
DOMAIN-SUFFIX,adcome.cn
|
||||
DOMAIN-SUFFIX,ader.mobi
|
||||
DOMAIN-SUFFIX,adform.net
|
||||
DOMAIN-SUFFIX,adfuture.cn
|
||||
DOMAIN-SUFFIX,adhouyi.com
|
||||
DOMAIN-SUFFIX,adinfuse.com
|
||||
DOMAIN-SUFFIX,adirects.com
|
||||
DOMAIN-SUFFIX,adjust.com
|
||||
DOMAIN-SUFFIX,adjust.io
|
||||
DOMAIN-SUFFIX,adkmob.com
|
||||
DOMAIN-SUFFIX,adlive.cn
|
||||
DOMAIN-SUFFIX,adlocus.com
|
||||
DOMAIN-SUFFIX,admin6.com
|
||||
DOMAIN-SUFFIX,admon.cn
|
||||
DOMAIN-SUFFIX,adnyg.com
|
||||
DOMAIN-SUFFIX,adpolestar.net
|
||||
DOMAIN-SUFFIX,adpro.cn
|
||||
DOMAIN-SUFFIX,adpush.cn
|
||||
DOMAIN-SUFFIX,adquan.com
|
||||
DOMAIN-SUFFIX,adreal.cn
|
||||
DOMAIN-SUFFIX,ads8.com
|
||||
DOMAIN-SUFFIX,adsame.com
|
||||
DOMAIN-SUFFIX,adsmogo.com
|
||||
DOMAIN-SUFFIX,adsmogo.org
|
||||
DOMAIN-SUFFIX,adsunflower.com
|
||||
DOMAIN-SUFFIX,adsunion.com
|
||||
DOMAIN-SUFFIX,adtrk.me
|
||||
DOMAIN-SUFFIX,adups.com
|
||||
DOMAIN-SUFFIX,aduu.cn
|
||||
DOMAIN-SUFFIX,advertising.com
|
||||
DOMAIN-SUFFIX,adview.cn
|
||||
DOMAIN-SUFFIX,advmob.cn
|
||||
DOMAIN-SUFFIX,adwetec.com
|
||||
DOMAIN-SUFFIX,adwhirl.com
|
||||
DOMAIN-SUFFIX,adwo.com
|
||||
DOMAIN-SUFFIX,adxmi.com
|
||||
DOMAIN-SUFFIX,adyun.com
|
||||
DOMAIN-SUFFIX,adzerk.net
|
||||
DOMAIN-SUFFIX,agrant.cn
|
||||
DOMAIN-SUFFIX,agrantsem.com
|
||||
DOMAIN-SUFFIX,aihaoduo.cn
|
||||
DOMAIN-SUFFIX,airpush.com
|
||||
DOMAIN-SUFFIX,ajapk.com
|
||||
DOMAIN-SUFFIX,allyes.cn
|
||||
DOMAIN-SUFFIX,allyes.com
|
||||
DOMAIN-SUFFIX,amazon-adsystem.com
|
||||
DOMAIN-SUFFIX,amplitude.com
|
||||
DOMAIN-SUFFIX,analysys.cn
|
||||
DOMAIN-SUFFIX,angsrvr.com
|
||||
DOMAIN-SUFFIX,anquan.org
|
||||
DOMAIN-SUFFIX,anysdk.com
|
||||
DOMAIN-SUFFIX,appadhoc.com
|
||||
DOMAIN-SUFFIX,appads.com
|
||||
DOMAIN-SUFFIX,appboy.com
|
||||
DOMAIN-SUFFIX,appdriver.cn
|
||||
DOMAIN-SUFFIX,appjiagu.com
|
||||
DOMAIN-SUFFIX,applifier.com
|
||||
DOMAIN-SUFFIX,appsflyer.com
|
||||
DOMAIN-SUFFIX,atdmt.com
|
||||
DOMAIN-SUFFIX,baifendian.com
|
||||
DOMAIN-SUFFIX,banmamedia.com
|
||||
DOMAIN-SUFFIX,baoyatu.cc
|
||||
DOMAIN-SUFFIX,baycode.cn
|
||||
DOMAIN-SUFFIX,bayimob.com
|
||||
DOMAIN-SUFFIX,behe.com
|
||||
DOMAIN-SUFFIX,bfshan.cn
|
||||
DOMAIN-SUFFIX,biddingos.com
|
||||
DOMAIN-SUFFIX,biddingx.com
|
||||
DOMAIN-SUFFIX,bjvvqu.cn
|
||||
DOMAIN-SUFFIX,bjxiaohua.com
|
||||
DOMAIN-SUFFIX,bloggerads.net
|
||||
DOMAIN-SUFFIX,branch.io
|
||||
DOMAIN-SUFFIX,bsdev.cn
|
||||
DOMAIN-SUFFIX,bshare.cn
|
||||
DOMAIN-SUFFIX,btyou.com
|
||||
DOMAIN-SUFFIX,bugtags.com
|
||||
DOMAIN-SUFFIX,buysellads.com
|
||||
DOMAIN-SUFFIX,c0563.com
|
||||
DOMAIN-SUFFIX,casee.cn
|
||||
DOMAIN-SUFFIX,cdnmaster.com
|
||||
DOMAIN-SUFFIX,chance-ad.com
|
||||
DOMAIN-SUFFIX,chanet.com.cn
|
||||
DOMAIN-SUFFIX,chartbeat.com
|
||||
DOMAIN-SUFFIX,chartboost.com
|
||||
DOMAIN-SUFFIX,chengadx.com
|
||||
DOMAIN-SUFFIX,chmae.com
|
||||
DOMAIN-SUFFIX,clickadu.com
|
||||
DOMAIN-SUFFIX,clicki.cn
|
||||
DOMAIN-SUFFIX,clicktracks.com
|
||||
DOMAIN-SUFFIX,clickzs.com
|
||||
DOMAIN-SUFFIX,cloudmobi.net
|
||||
DOMAIN-SUFFIX,cmcore.com
|
||||
DOMAIN-SUFFIX,cnxad.com
|
||||
DOMAIN-SUFFIX,cnzz.com
|
||||
DOMAIN-SUFFIX,cnzzlink.com
|
||||
DOMAIN-SUFFIX,cocounion.com
|
||||
DOMAIN-SUFFIX,cooguo.com
|
||||
DOMAIN-SUFFIX,coolguang.com
|
||||
DOMAIN-SUFFIX,coremetrics.com
|
||||
DOMAIN-SUFFIX,cpmchina.co
|
||||
DOMAIN-SUFFIX,cpx24.com
|
||||
DOMAIN-SUFFIX,crasheye.cn
|
||||
DOMAIN-SUFFIX,crosschannel.com
|
||||
DOMAIN-SUFFIX,ctrmi.com
|
||||
DOMAIN-SUFFIX,customer-security.online
|
||||
DOMAIN-SUFFIX,daoyoudao.com
|
||||
DOMAIN-SUFFIX,datouniao.com
|
||||
DOMAIN-SUFFIX,ddapp.cn
|
||||
DOMAIN-SUFFIX,dianjoy.com
|
||||
DOMAIN-SUFFIX,dianru.com
|
||||
DOMAIN-SUFFIX,disqusads.com
|
||||
DOMAIN-SUFFIX,domob.cn
|
||||
DOMAIN-SUFFIX,domob.com.cn
|
||||
DOMAIN-SUFFIX,domob.org
|
||||
DOMAIN-SUFFIX,dotmore.com.tw
|
||||
DOMAIN-SUFFIX,doubleverify.com
|
||||
DOMAIN-SUFFIX,doudouguo.com
|
||||
DOMAIN-SUFFIX,doumob.com
|
||||
DOMAIN-SUFFIX,duanat.com
|
||||
DOMAIN-SUFFIX,duiba.com.cn
|
||||
DOMAIN-SUFFIX,duomeng.cn
|
||||
DOMAIN-SUFFIX,dxpmedia.com
|
||||
DOMAIN-SUFFIX,edigitalsurvey.com
|
||||
DOMAIN-SUFFIX,eduancm.com
|
||||
DOMAIN-SUFFIX,emarbox.com
|
||||
DOMAIN-SUFFIX,epsilon.com
|
||||
DOMAIN-SUFFIX,exosrv.com
|
||||
DOMAIN-SUFFIX,fancyapi.com
|
||||
DOMAIN-SUFFIX,feixin2.com
|
||||
DOMAIN-SUFFIX,flashtalking.com
|
||||
DOMAIN-SUFFIX,fraudmetrix.cn
|
||||
DOMAIN-SUFFIX,gentags.net
|
||||
DOMAIN-SUFFIX,gepush.com
|
||||
DOMAIN-SUFFIX,getui.com
|
||||
DOMAIN-SUFFIX,glispa.com
|
||||
DOMAIN-SUFFIX,go-mpulse
|
||||
DOMAIN-SUFFIX,go-mpulse.net
|
||||
DOMAIN-SUFFIX,godloveme.cn
|
||||
DOMAIN-SUFFIX,gridsum.com
|
||||
DOMAIN-SUFFIX,gridsumdissector.cn
|
||||
DOMAIN-SUFFIX,gridsumdissector.com
|
||||
DOMAIN-SUFFIX,growingio.com
|
||||
DOMAIN-SUFFIX,guohead.com
|
||||
DOMAIN-SUFFIX,guomob.com
|
||||
DOMAIN-SUFFIX,haoghost.com
|
||||
DOMAIN-SUFFIX,hivecn.cn
|
||||
DOMAIN-SUFFIX,hypers.com
|
||||
DOMAIN-SUFFIX,icast.cn
|
||||
DOMAIN-SUFFIX,igexin.com
|
||||
DOMAIN-SUFFIX,il8r.com
|
||||
DOMAIN-SUFFIX,imageter.com
|
||||
DOMAIN-SUFFIX,immob.cn
|
||||
DOMAIN-SUFFIX,inad.com
|
||||
DOMAIN-SUFFIX,inmobi.cn
|
||||
DOMAIN-SUFFIX,inmobi.net
|
||||
DOMAIN-SUFFIX,inmobicdn.cn
|
||||
DOMAIN-SUFFIX,inmobicdn.net
|
||||
DOMAIN-SUFFIX,innity.com
|
||||
DOMAIN-SUFFIX,instabug.com
|
||||
DOMAIN-SUFFIX,intely.cn
|
||||
DOMAIN-SUFFIX,iperceptions.com
|
||||
DOMAIN-SUFFIX,ipinyou.com
|
||||
DOMAIN-SUFFIX,irs01.com
|
||||
DOMAIN-SUFFIX,irs01.net
|
||||
DOMAIN-SUFFIX,irs09.com
|
||||
DOMAIN-SUFFIX,istreamsche.com
|
||||
DOMAIN-SUFFIX,jesgoo.com
|
||||
DOMAIN-SUFFIX,jiaeasy.net
|
||||
DOMAIN-SUFFIX,jiguang.cn
|
||||
DOMAIN-SUFFIX,jimdo.com
|
||||
DOMAIN-SUFFIX,jisucn.com
|
||||
DOMAIN-SUFFIX,jmgehn.cn
|
||||
DOMAIN-SUFFIX,jpush.cn
|
||||
DOMAIN-SUFFIX,jusha.com
|
||||
DOMAIN-SUFFIX,juzi.cn
|
||||
DOMAIN-SUFFIX,juzilm.com
|
||||
DOMAIN-SUFFIX,kejet.com
|
||||
DOMAIN-SUFFIX,kejet.net
|
||||
DOMAIN-SUFFIX,keydot.net
|
||||
DOMAIN-SUFFIX,keyrun.cn
|
||||
DOMAIN-SUFFIX,kmd365.com
|
||||
DOMAIN-SUFFIX,krux.net
|
||||
DOMAIN-SUFFIX,leadboltads.net
|
||||
DOMAIN-SUFFIX,lnk0.com
|
||||
DOMAIN-SUFFIX,lnk8.cn
|
||||
DOMAIN-SUFFIX,localytics.com
|
||||
DOMAIN-SUFFIX,lomark.cn
|
||||
DOMAIN-SUFFIX,lotuseed.com
|
||||
DOMAIN-SUFFIX,lrswl.com
|
||||
DOMAIN-SUFFIX,lufax.com
|
||||
DOMAIN-SUFFIX,madhouse.cn
|
||||
DOMAIN-SUFFIX,madmini.com
|
||||
DOMAIN-SUFFIX,madserving.com
|
||||
DOMAIN-SUFFIX,magicwindow.cn
|
||||
DOMAIN-SUFFIX,mathtag.com
|
||||
DOMAIN-SUFFIX,maysunmedia.com
|
||||
DOMAIN-SUFFIX,mbai.cn
|
||||
DOMAIN-SUFFIX,mediaplex.com
|
||||
DOMAIN-SUFFIX,mediav.com
|
||||
DOMAIN-SUFFIX,megajoy.com
|
||||
DOMAIN-SUFFIX,meiqia.com
|
||||
DOMAIN-SUFFIX,mgogo.com
|
||||
DOMAIN-SUFFIX,miaozhen.com
|
||||
DOMAIN-SUFFIX,microad-cn.com
|
||||
DOMAIN-SUFFIX,miidi.net
|
||||
DOMAIN-SUFFIX,mijifen.com
|
||||
DOMAIN-SUFFIX,mixpanel.com
|
||||
DOMAIN-SUFFIX,mjmobi.com
|
||||
DOMAIN-SUFFIX,mng-ads.com
|
||||
DOMAIN-SUFFIX,moad.cn
|
||||
DOMAIN-SUFFIX,moatads.com
|
||||
DOMAIN-SUFFIX,mobaders.com
|
||||
DOMAIN-SUFFIX,mobclix.com
|
||||
DOMAIN-SUFFIX,mobgi.com
|
||||
DOMAIN-SUFFIX,mobisage.cn
|
||||
DOMAIN-SUFFIX,mobvista.com
|
||||
DOMAIN-SUFFIX,mopub.com
|
||||
DOMAIN-SUFFIX,moquanad.com
|
||||
DOMAIN-SUFFIX,mpush.cn
|
||||
DOMAIN-SUFFIX,mxpnl.com
|
||||
DOMAIN-SUFFIX,myhug.cn
|
||||
DOMAIN-SUFFIX,mzy2014.com
|
||||
DOMAIN-SUFFIX,networkbench.com
|
||||
DOMAIN-SUFFIX,newrelic.com
|
||||
DOMAIN-SUFFIX,ninebox.cn
|
||||
DOMAIN-SUFFIX,ntalker.com
|
||||
DOMAIN-SUFFIX,nylalobghyhirgh.com
|
||||
DOMAIN-SUFFIX,o2omobi.com
|
||||
DOMAIN-SUFFIX,oadz.com
|
||||
DOMAIN-SUFFIX,oneapm.com
|
||||
DOMAIN-SUFFIX,onetad.com
|
||||
DOMAIN-SUFFIX,optaim.com
|
||||
DOMAIN-SUFFIX,optimix.asia
|
||||
DOMAIN-SUFFIX,optimix.cn
|
||||
DOMAIN-SUFFIX,optimizely.com
|
||||
DOMAIN-SUFFIX,optimizelyapis.com
|
||||
DOMAIN-SUFFIX,overture.com
|
||||
DOMAIN-SUFFIX,p0y.cn
|
||||
DOMAIN-SUFFIX,pagechoice.net
|
||||
DOMAIN-SUFFIX,pingdom.net
|
||||
DOMAIN-SUFFIX,plugrush.com
|
||||
DOMAIN-SUFFIX,popin.cc
|
||||
DOMAIN-SUFFIX,pro.cn
|
||||
DOMAIN-SUFFIX,publicidad.net
|
||||
DOMAIN-SUFFIX,publicidad.tv
|
||||
DOMAIN-SUFFIX,pubmatic.com
|
||||
DOMAIN-SUFFIX,pubnub.com
|
||||
DOMAIN-SUFFIX,qcl777.com
|
||||
DOMAIN-SUFFIX,qiyou.com
|
||||
DOMAIN-SUFFIX,qtmojo.com
|
||||
DOMAIN-SUFFIX,quantcount.com
|
||||
DOMAIN-SUFFIX,qucaigg.com
|
||||
DOMAIN-SUFFIX,qumi.com
|
||||
DOMAIN-SUFFIX,qxxys.com
|
||||
DOMAIN-SUFFIX,reachmax.cn
|
||||
DOMAIN-SUFFIX,responsys.net
|
||||
DOMAIN-SUFFIX,revsci.net
|
||||
DOMAIN-SUFFIX,rlcdn.com
|
||||
DOMAIN-SUFFIX,rtbasia.com
|
||||
DOMAIN-SUFFIX,sanya1.com
|
||||
DOMAIN-SUFFIX,scupio.com
|
||||
DOMAIN-SUFFIX,serving-sys.com
|
||||
DOMAIN-SUFFIX,shuiguo.com
|
||||
DOMAIN-SUFFIX,shuzilm.cn
|
||||
DOMAIN-SUFFIX,similarweb.com
|
||||
DOMAIN-SUFFIX,sitemeter.com
|
||||
DOMAIN-SUFFIX,sitescout.com
|
||||
DOMAIN-SUFFIX,sitetag.us
|
||||
DOMAIN-SUFFIX,smartmad.com
|
||||
DOMAIN-SUFFIX,social-touch.com
|
||||
DOMAIN-SUFFIX,somecoding.com
|
||||
DOMAIN-SUFFIX,sponsorpay.com
|
||||
DOMAIN-SUFFIX,stargame.com
|
||||
DOMAIN-SUFFIX,stg8.com
|
||||
DOMAIN-SUFFIX,switchadhub.com
|
||||
DOMAIN-SUFFIX,sycbbs.com
|
||||
DOMAIN-SUFFIX,synacast.com
|
||||
DOMAIN-SUFFIX,sysdig.com
|
||||
DOMAIN-SUFFIX,tagtic.cn
|
||||
DOMAIN-SUFFIX,talkingdata.com
|
||||
DOMAIN-SUFFIX,talkingdata.net
|
||||
DOMAIN-SUFFIX,tansuotv.com
|
||||
DOMAIN-SUFFIX,tanv.com
|
||||
DOMAIN-SUFFIX,tanx.com
|
||||
DOMAIN-SUFFIX,tapjoy.cn
|
||||
DOMAIN-SUFFIX,th7.cn
|
||||
DOMAIN-SUFFIX,thoughtleadr.com
|
||||
DOMAIN-SUFFIX,tianmidian.com
|
||||
DOMAIN-SUFFIX,tiqcdn.com
|
||||
DOMAIN-SUFFIX,touclick.com
|
||||
DOMAIN-SUFFIX,trafficjam.cn
|
||||
DOMAIN-SUFFIX,trafficmp.com
|
||||
DOMAIN-SUFFIX,tuia.cn
|
||||
DOMAIN-SUFFIX,ueadlian.com
|
||||
DOMAIN-SUFFIX,uerzyr.cn
|
||||
DOMAIN-SUFFIX,ugdtimg.com
|
||||
DOMAIN-SUFFIX,ugvip.com
|
||||
DOMAIN-SUFFIX,ujian.cc
|
||||
DOMAIN-SUFFIX,ukeiae.com
|
||||
DOMAIN-SUFFIX,umeng.co
|
||||
DOMAIN-SUFFIX,umeng.com
|
||||
DOMAIN-SUFFIX,umtrack.com
|
||||
DOMAIN-SUFFIX,unimhk.com
|
||||
DOMAIN-SUFFIX,union-wifi.com
|
||||
DOMAIN-SUFFIX,union001.com
|
||||
DOMAIN-SUFFIX,unionsy.com
|
||||
DOMAIN-SUFFIX,unlitui.com
|
||||
DOMAIN-SUFFIX,uri6.com
|
||||
DOMAIN-SUFFIX,ushaqi.com
|
||||
DOMAIN-SUFFIX,usingde.com
|
||||
DOMAIN-SUFFIX,uuzu.com
|
||||
DOMAIN-SUFFIX,uyunad.com
|
||||
DOMAIN-SUFFIX,vamaker.com
|
||||
DOMAIN-SUFFIX,voiceads.cn
|
||||
DOMAIN-SUFFIX,voiceads.com
|
||||
DOMAIN-SUFFIX,vpon.com
|
||||
DOMAIN-SUFFIX,vungle.cn
|
||||
DOMAIN-SUFFIX,vungle.com
|
||||
DOMAIN-SUFFIX,waps.cn
|
||||
DOMAIN-SUFFIX,wapx.cn
|
||||
DOMAIN-SUFFIX,webterren.com
|
||||
DOMAIN-SUFFIX,whpxy.com
|
||||
DOMAIN-SUFFIX,winads.cn
|
||||
DOMAIN-SUFFIX,winasdaq.com
|
||||
DOMAIN-SUFFIX,wiyun.com
|
||||
DOMAIN-SUFFIX,wooboo.com.cn
|
||||
DOMAIN-SUFFIX,wqmobile.com
|
||||
DOMAIN-SUFFIX,wrating.com
|
||||
DOMAIN-SUFFIX,wumii.cn
|
||||
DOMAIN-SUFFIX,xcy8.com
|
||||
DOMAIN-SUFFIX,xdrig.com
|
||||
DOMAIN-SUFFIX,xiaozhen.com
|
||||
DOMAIN-SUFFIX,xibao100.com
|
||||
DOMAIN-SUFFIX,xtgreat.com
|
||||
DOMAIN-SUFFIX,xy.com
|
||||
DOMAIN-SUFFIX,yandui.com
|
||||
DOMAIN-SUFFIX,yigao.com
|
||||
DOMAIN-SUFFIX,yijifen.com
|
||||
DOMAIN-SUFFIX,yinooo.com
|
||||
DOMAIN-SUFFIX,yiqifa.com
|
||||
DOMAIN-SUFFIX,yiwk.com
|
||||
DOMAIN-SUFFIX,ylunion.com
|
||||
DOMAIN-SUFFIX,ymapp.com
|
||||
DOMAIN-SUFFIX,ymcdn.cn
|
||||
DOMAIN-SUFFIX,yongyuelm.com
|
||||
DOMAIN-SUFFIX,yooli.com
|
||||
DOMAIN-SUFFIX,youmi.net
|
||||
DOMAIN-SUFFIX,youxiaoad.com
|
||||
DOMAIN-SUFFIX,yoyi.com.cn
|
||||
DOMAIN-SUFFIX,yoyi.tv
|
||||
DOMAIN-SUFFIX,yrxmr.com
|
||||
DOMAIN-SUFFIX,ysjwj.com
|
||||
DOMAIN-SUFFIX,yunjiasu.com
|
||||
DOMAIN-SUFFIX,yunpifu.cn
|
||||
DOMAIN-SUFFIX,zampdsp.com
|
||||
DOMAIN-SUFFIX,zamplus.com
|
||||
DOMAIN-SUFFIX,zcdsp.com
|
||||
DOMAIN-SUFFIX,zhidian3g.cn
|
||||
DOMAIN-SUFFIX,zhiziyun.com
|
||||
DOMAIN-SUFFIX,zhjfad.com
|
||||
DOMAIN-SUFFIX,zqzxz.com
|
||||
DOMAIN-SUFFIX,zzsx8.com
|
||||
|
||||
# 广告联盟-国外****************
|
||||
DOMAIN-SUFFIX,ad-stir.com
|
||||
DOMAIN-SUFFIX,ad-survey.com
|
||||
DOMAIN-SUFFIX,ad4game.com
|
||||
DOMAIN-SUFFIX,adcloud.jp
|
||||
DOMAIN-SUFFIX,adcolony.com
|
||||
DOMAIN-SUFFIX,addthis.com
|
||||
DOMAIN-SUFFIX,adfurikun.jp
|
||||
DOMAIN-SUFFIX,adinall.com
|
||||
DOMAIN-SUFFIX,adk2x.com
|
||||
DOMAIN-SUFFIX,admarket.mobi
|
||||
DOMAIN-SUFFIX,admarvel.com
|
||||
DOMAIN-SUFFIX,admedia.com
|
||||
DOMAIN-SUFFIX,adnxs.com
|
||||
DOMAIN-SUFFIX,adperium.com
|
||||
DOMAIN-SUFFIX,adriver.ru
|
||||
DOMAIN-SUFFIX,adroll.com
|
||||
DOMAIN-SUFFIX,adservice.com
|
||||
DOMAIN-SUFFIX,adsrvr.org
|
||||
DOMAIN-SUFFIX,adsymptotic.com
|
||||
DOMAIN-SUFFIX,adtaily.com
|
||||
DOMAIN-SUFFIX,adtechjp.com
|
||||
DOMAIN-SUFFIX,adtechus.com
|
||||
DOMAIN-SUFFIX,airpush.com
|
||||
DOMAIN-SUFFIX,am15.net
|
||||
DOMAIN-SUFFIX,amobee.com
|
||||
DOMAIN-SUFFIX,appadhoc.com
|
||||
DOMAIN-SUFFIX,appier.net
|
||||
DOMAIN-SUFFIX,applift.com
|
||||
DOMAIN-SUFFIX,apsalar.com
|
||||
DOMAIN-SUFFIX,atas.io
|
||||
DOMAIN-SUFFIX,awempire.com
|
||||
DOMAIN-SUFFIX,axonix.com
|
||||
DOMAIN-SUFFIX,beintoo.com
|
||||
DOMAIN-SUFFIX,bepolite.eu
|
||||
DOMAIN-SUFFIX,bidvertiser.com
|
||||
DOMAIN-SUFFIX,brucelead.com
|
||||
DOMAIN-SUFFIX,casalemedia.com
|
||||
DOMAIN-SUFFIX,channeladvisor.com
|
||||
DOMAIN-SUFFIX,criteo.com
|
||||
DOMAIN-SUFFIX,criteo.net
|
||||
DOMAIN-SUFFIX,csbew.com
|
||||
DOMAIN-SUFFIX,directrev.com
|
||||
DOMAIN-SUFFIX,dumedia.ru
|
||||
DOMAIN-SUFFIX,effectivemeasure.com
|
||||
DOMAIN-SUFFIX,effectivemeasure.net
|
||||
DOMAIN-SUFFIX,exoclick.com
|
||||
DOMAIN-SUFFIX,fastapi.net
|
||||
DOMAIN-SUFFIX,fastclick.com
|
||||
DOMAIN-SUFFIX,fastclick.net
|
||||
DOMAIN-SUFFIX,gosquared.com
|
||||
DOMAIN-SUFFIX,gtags.net
|
||||
DOMAIN-SUFFIX,heyzap.com
|
||||
DOMAIN-SUFFIX,histats.com
|
||||
DOMAIN-SUFFIX,hitslink.com
|
||||
DOMAIN-SUFFIX,hot-mob.com
|
||||
DOMAIN-SUFFIX,hyperpromote.com
|
||||
DOMAIN-SUFFIX,i-mobile.co.jp
|
||||
DOMAIN-SUFFIX,imrworldwide.com
|
||||
DOMAIN-SUFFIX,inmobi.com
|
||||
DOMAIN-SUFFIX,inter1ads.com
|
||||
DOMAIN-SUFFIX,ironsrc.com
|
||||
DOMAIN-SUFFIX,iskyworker.com
|
||||
DOMAIN-SUFFIX,jizzads.com
|
||||
DOMAIN-SUFFIX,juicyads.com
|
||||
DOMAIN-SUFFIX,kochava.com
|
||||
DOMAIN-SUFFIX,leadbolt.com
|
||||
DOMAIN-SUFFIX,leadbolt.net
|
||||
DOMAIN-SUFFIX,leadboltads.net
|
||||
DOMAIN-SUFFIX,leadboltapps.net
|
||||
DOMAIN-SUFFIX,leadboltmobile.net
|
||||
DOMAIN-SUFFIX,lenzmx.com
|
||||
DOMAIN-SUFFIX,liveadvert.com
|
||||
DOMAIN-SUFFIX,marketgid.com
|
||||
DOMAIN-SUFFIX,marketo.com
|
||||
DOMAIN-SUFFIX,mdotm.com
|
||||
DOMAIN-SUFFIX,medialytics.com
|
||||
DOMAIN-SUFFIX,medialytics.io
|
||||
DOMAIN-SUFFIX,meetrics.com
|
||||
DOMAIN-SUFFIX,meetrics.net
|
||||
DOMAIN-SUFFIX,mgid.com
|
||||
DOMAIN-SUFFIX,millennialmedia.com
|
||||
DOMAIN-SUFFIX,moatads .com
|
||||
DOMAIN-SUFFIX,mobadme.jp
|
||||
DOMAIN-SUFFIX,mobfox.com
|
||||
DOMAIN-SUFFIX,mobilityware.com
|
||||
DOMAIN-SUFFIX,mookie1.com
|
||||
DOMAIN-SUFFIX,mydas.mobi
|
||||
DOMAIN-SUFFIX,nend.net
|
||||
DOMAIN-SUFFIX,netshelter.net
|
||||
DOMAIN-SUFFIX,nexage.com
|
||||
DOMAIN-SUFFIX,pixels.asia
|
||||
DOMAIN-SUFFIX,plista.com
|
||||
DOMAIN-SUFFIX,popads.net
|
||||
DOMAIN-SUFFIX,propellerads.com
|
||||
DOMAIN-SUFFIX,quantserve.com
|
||||
DOMAIN-SUFFIX,rayjump.com
|
||||
DOMAIN-SUFFIX,revdepo.com
|
||||
DOMAIN-SUFFIX,rubiconproject.com
|
||||
DOMAIN-SUFFIX,sape.ru
|
||||
DOMAIN-SUFFIX,scorecardresearch.com
|
||||
DOMAIN-SUFFIX,segment.com
|
||||
DOMAIN-SUFFIX,serving-sys.com
|
||||
DOMAIN-SUFFIX,sharethis.com
|
||||
DOMAIN-SUFFIX,smaato.com
|
||||
DOMAIN-SUFFIX,smaato.net
|
||||
DOMAIN-SUFFIX,smartadserver.com
|
||||
DOMAIN-SUFFIX,smartnews-ads.com
|
||||
DOMAIN-SUFFIX,startapp.com
|
||||
DOMAIN-SUFFIX,startappexchange.com
|
||||
DOMAIN-SUFFIX,statcounter.com
|
||||
DOMAIN-SUFFIX,steelhousemedia.com
|
||||
DOMAIN-SUFFIX,supersonic.com
|
||||
DOMAIN-SUFFIX,tapjoy.com
|
||||
DOMAIN-SUFFIX,tapjoyads.com
|
||||
DOMAIN-SUFFIX,trafficjunky.com
|
||||
DOMAIN-SUFFIX,turn.com
|
||||
DOMAIN-SUFFIX,vidoomy.com
|
||||
DOMAIN-SUFFIX,viglink.com
|
||||
DOMAIN-SUFFIX,voicefive.com
|
||||
DOMAIN-SUFFIX,wedolook.com
|
||||
DOMAIN-SUFFIX,yadro.ru
|
||||
DOMAIN-SUFFIX,yengo.com
|
||||
DOMAIN-SUFFIX,zedo.com
|
||||
|
||||
# 垃圾站点****************
|
||||
DOMAIN-SUFFIX,11h5.com
|
||||
DOMAIN-SUFFIX,1kxun.mobi
|
||||
DOMAIN-SUFFIX,26zsd.cn
|
||||
DOMAIN-SUFFIX,519397.com
|
||||
DOMAIN-SUFFIX,626uc.com
|
||||
DOMAIN-SUFFIX,915.com
|
||||
DOMAIN-SUFFIX,appget.cn
|
||||
DOMAIN-SUFFIX,appuu.cn
|
||||
DOMAIN-SUFFIX,coinhive.com
|
||||
DOMAIN-SUFFIX,g2q3e.cn
|
||||
DOMAIN-SUFFIX,huodonghezi.cn
|
||||
DOMAIN-SUFFIX,vcbn65.xyz
|
||||
DOMAIN-SUFFIX,wanfeng1.com
|
||||
DOMAIN-SUFFIX,wep016.top
|
||||
DOMAIN-SUFFIX,win-stock.com.cn
|
||||
DOMAIN-SUFFIX,zantainet.com
|
||||
|
||||
# 运营商广告****************
|
||||
DOMAIN-SUFFIX,114so.cn
|
||||
DOMAIN-SUFFIX,go.10086.cn
|
||||
DOMAIN-SUFFIX,hivedata.cc
|
||||
DOMAIN-SUFFIX,navi.gd.chinamobile.com
|
||||
1
base/rules/ACL4SSR/Clash/BanProgramAD.list
Normal file
1
base/rules/ACL4SSR/Clash/BanProgramAD.list
Normal file
File diff suppressed because one or more lines are too long
228
base/rules/ACL4SSR/Clash/ChinaCompanyIp.list
Normal file
228
base/rules/ACL4SSR/Clash/ChinaCompanyIp.list
Normal file
@@ -0,0 +1,228 @@
|
||||
# 中国云服务商ip端
|
||||
# 阿里
|
||||
IP-CIDR,8.128.0.0/10,no-resolve
|
||||
IP-CIDR,8.208.0.0/12,no-resolve
|
||||
IP-CIDR,14.1.112.0/22,no-resolve
|
||||
IP-CIDR,41.222.240.0/22,no-resolve
|
||||
IP-CIDR,41.223.119.0/24,no-resolve
|
||||
IP-CIDR,43.242.168.0/22,no-resolve
|
||||
IP-CIDR,45.112.212.0/22,no-resolve
|
||||
IP-CIDR,47.52.0.0/16,no-resolve
|
||||
IP-CIDR,47.56.0.0/15,no-resolve
|
||||
IP-CIDR,47.74.0.0/15,no-resolve
|
||||
IP-CIDR,47.76.0.0/14,no-resolve
|
||||
IP-CIDR,47.80.0.0/12,no-resolve
|
||||
IP-CIDR,47.235.0.0/16,no-resolve
|
||||
IP-CIDR,47.236.0.0/14,no-resolve
|
||||
IP-CIDR,47.240.0.0/14,no-resolve
|
||||
IP-CIDR,47.244.0.0/15,no-resolve
|
||||
IP-CIDR,47.246.0.0/16,no-resolve
|
||||
IP-CIDR,47.250.0.0/15,no-resolve
|
||||
IP-CIDR,47.252.0.0/15,no-resolve
|
||||
IP-CIDR,47.254.0.0/16,no-resolve
|
||||
IP-CIDR,59.82.0.0/20,no-resolve
|
||||
IP-CIDR,59.82.240.0/21,no-resolve
|
||||
IP-CIDR,59.82.248.0/22,no-resolve
|
||||
IP-CIDR,72.254.0.0/16,no-resolve
|
||||
IP-CIDR,103.38.56.0/22,no-resolve
|
||||
IP-CIDR,103.52.76.0/22,no-resolve
|
||||
IP-CIDR,103.206.40.0/22,no-resolve
|
||||
IP-CIDR,110.76.21.0/24,no-resolve
|
||||
IP-CIDR,110.76.23.0/24,no-resolve
|
||||
IP-CIDR,112.125.0.0/17,no-resolve
|
||||
IP-CIDR,116.251.64.0/18,no-resolve
|
||||
IP-CIDR,119.38.208.0/20,no-resolve
|
||||
IP-CIDR,119.38.224.0/20,no-resolve
|
||||
IP-CIDR,119.42.224.0/20,no-resolve
|
||||
IP-CIDR,139.95.0.0/16,no-resolve
|
||||
IP-CIDR,140.205.1.0/24,no-resolve
|
||||
IP-CIDR,140.205.122.0/24,no-resolve
|
||||
IP-CIDR,147.139.0.0/16,no-resolve
|
||||
IP-CIDR,149.129.0.0/16,no-resolve
|
||||
IP-CIDR,155.102.0.0/16,no-resolve
|
||||
IP-CIDR,161.117.0.0/16,no-resolve
|
||||
IP-CIDR,163.181.0.0/16,no-resolve
|
||||
IP-CIDR,170.33.0.0/16,no-resolve
|
||||
IP-CIDR,198.11.128.0/18,no-resolve
|
||||
IP-CIDR,205.204.96.0/19,no-resolve
|
||||
# 腾讯 qq
|
||||
IP-CIDR,19.28.0.0/23,no-resolve
|
||||
IP-CIDR,45.40.192.0/19,no-resolve
|
||||
IP-CIDR,49.51.0.0/16,no-resolve
|
||||
IP-CIDR,62.234.0.0/16,no-resolve
|
||||
IP-CIDR,94.191.0.0/17,no-resolve
|
||||
IP-CIDR,103.7.28.0/22,no-resolve
|
||||
IP-CIDR,103.116.50.0/23,no-resolve
|
||||
IP-CIDR,103.231.60.0/24,no-resolve
|
||||
IP-CIDR,109.244.0.0/16,no-resolve
|
||||
IP-CIDR,111.30.128.0/21,no-resolve
|
||||
IP-CIDR,111.30.136.0/24,no-resolve
|
||||
IP-CIDR,111.30.139.0/24,no-resolve
|
||||
IP-CIDR,111.30.140.0/23,no-resolve
|
||||
IP-CIDR,115.159.0.0/16,no-resolve
|
||||
IP-CIDR,119.28.0.0/15,no-resolve
|
||||
IP-CIDR,120.88.56.0/23,no-resolve
|
||||
IP-CIDR,121.51.0.0/16,no-resolve
|
||||
IP-CIDR,129.28.0.0/16,no-resolve
|
||||
IP-CIDR,129.204.0.0/16,no-resolve
|
||||
IP-CIDR,129.211.0.0/16,no-resolve
|
||||
IP-CIDR,132.232.0.0/16,no-resolve
|
||||
IP-CIDR,134.175.0.0/16,no-resolve
|
||||
IP-CIDR,146.56.192.0/18,no-resolve
|
||||
IP-CIDR,148.70.0.0/16,no-resolve
|
||||
IP-CIDR,150.109.0.0/16,no-resolve
|
||||
IP-CIDR,152.136.0.0/16,no-resolve
|
||||
IP-CIDR,162.14.0.0/16,no-resolve
|
||||
IP-CIDR,162.62.0.0/16,no-resolve
|
||||
IP-CIDR,170.106.130.0/24,no-resolve
|
||||
IP-CIDR,182.254.0.0/16,no-resolve
|
||||
IP-CIDR,188.131.128.0/17,no-resolve
|
||||
IP-CIDR,203.195.128.0/17,no-resolve
|
||||
IP-CIDR,203.205.128.0/17,no-resolve
|
||||
IP-CIDR,210.4.138.0/24,no-resolve
|
||||
IP-CIDR,211.152.128.0/23,no-resolve
|
||||
IP-CIDR,211.152.132.0/23,no-resolve
|
||||
IP-CIDR,211.152.148.0/23,no-resolve
|
||||
IP-CIDR,212.64.0.0/17,no-resolve
|
||||
IP-CIDR,212.129.128.0/17,no-resolve
|
||||
# 百度 Baidu
|
||||
IP-CIDR,45.113.192.0/22,no-resolve
|
||||
IP-CIDR,63.217.23.0/24,no-resolve
|
||||
IP-CIDR,63.243.252.0/24,no-resolve
|
||||
IP-CIDR,103.235.44.0/22,no-resolve
|
||||
IP-CIDR,104.193.88.0/22,no-resolve
|
||||
IP-CIDR,106.12.0.0/15,no-resolve
|
||||
IP-CIDR,114.28.224.0/20,no-resolve
|
||||
IP-CIDR,119.63.192.0/21,no-resolve
|
||||
IP-CIDR,180.76.0.0/24,no-resolve
|
||||
IP-CIDR,180.76.0.0/16,no-resolve
|
||||
IP-CIDR,182.61.0.0/16,no-resolve
|
||||
IP-CIDR,185.10.104.0/22,no-resolve
|
||||
IP-CIDR,202.46.48.0/20,no-resolve
|
||||
IP-CIDR,203.90.238.0/24,no-resolve
|
||||
# 华为 huwei
|
||||
IP-CIDR,43.254.0.0/22,no-resolve
|
||||
IP-CIDR,45.249.212.0/22,no-resolve
|
||||
IP-CIDR,49.4.0.0/17,no-resolve
|
||||
IP-CIDR,78.101.192.0/19,no-resolve
|
||||
IP-CIDR,78.101.224.0/20,no-resolve
|
||||
IP-CIDR,81.52.161.0/24,no-resolve
|
||||
IP-CIDR,85.97.220.0/22,no-resolve
|
||||
IP-CIDR,103.31.200.0/22,no-resolve
|
||||
IP-CIDR,103.69.140.0/23,no-resolve
|
||||
IP-CIDR,103.218.216.0/22,no-resolve
|
||||
IP-CIDR,114.115.128.0/17,no-resolve
|
||||
IP-CIDR,114.116.0.0/16,no-resolve
|
||||
IP-CIDR,116.63.128.0/18,no-resolve
|
||||
IP-CIDR,116.66.184.0/22,no-resolve
|
||||
IP-CIDR,116.71.96.0/20,no-resolve
|
||||
IP-CIDR,116.71.128.0/21,no-resolve
|
||||
IP-CIDR,116.71.136.0/22,no-resolve
|
||||
IP-CIDR,116.71.141.0/24,no-resolve
|
||||
IP-CIDR,116.71.142.0/24,no-resolve
|
||||
IP-CIDR,116.71.243.0/24,no-resolve
|
||||
IP-CIDR,116.71.244.0/24,no-resolve
|
||||
IP-CIDR,116.71.251.0/24,no-resolve
|
||||
IP-CIDR,117.78.0.0/18,no-resolve
|
||||
IP-CIDR,119.3.0.0/16,no-resolve
|
||||
IP-CIDR,119.8.0.0/21,no-resolve
|
||||
IP-CIDR,119.8.32.0/19,no-resolve
|
||||
IP-CIDR,121.36.0.0/17,no-resolve
|
||||
IP-CIDR,121.36.128.0/18,no-resolve
|
||||
IP-CIDR,121.37.0.0/17,no-resolve
|
||||
IP-CIDR,122.112.128.0/17,no-resolve
|
||||
IP-CIDR,139.9.0.0/18,no-resolve
|
||||
IP-CIDR,139.9.64.0/19,no-resolve
|
||||
IP-CIDR,139.9.100.0/22,no-resolve
|
||||
IP-CIDR,139.9.104.0/21,no-resolve
|
||||
IP-CIDR,139.9.112.0/20,no-resolve
|
||||
IP-CIDR,139.9.128.0/18,no-resolve
|
||||
IP-CIDR,139.9.192.0/19,no-resolve
|
||||
IP-CIDR,139.9.224.0/20,no-resolve
|
||||
IP-CIDR,139.9.240.0/21,no-resolve
|
||||
IP-CIDR,139.9.248.0/22,no-resolve
|
||||
IP-CIDR,139.159.128.0/19,no-resolve
|
||||
IP-CIDR,139.159.160.0/22,no-resolve
|
||||
IP-CIDR,139.159.164.0/23,no-resolve
|
||||
IP-CIDR,139.159.168.0/21,no-resolve
|
||||
IP-CIDR,139.159.176.0/20,no-resolve
|
||||
IP-CIDR,139.159.192.0/18,no-resolve
|
||||
IP-CIDR,159.138.0.0/18,no-resolve
|
||||
IP-CIDR,159.138.64.0/21,no-resolve
|
||||
IP-CIDR,159.138.79.0/24,no-resolve
|
||||
IP-CIDR,159.138.80.0/20,no-resolve
|
||||
IP-CIDR,159.138.96.0/20,no-resolve
|
||||
IP-CIDR,159.138.112.0/21,no-resolve
|
||||
IP-CIDR,159.138.125.0/24,no-resolve
|
||||
IP-CIDR,159.138.128.0/18,no-resolve
|
||||
IP-CIDR,159.138.192.0/20,no-resolve
|
||||
IP-CIDR,159.138.223.0/24,no-resolve
|
||||
IP-CIDR,159.138.224.0/19,no-resolve
|
||||
IP-CIDR,168.195.92.0/22,no-resolve
|
||||
IP-CIDR,185.176.76.0/22,no-resolve
|
||||
IP-CIDR,197.199.0.0/18,no-resolve
|
||||
IP-CIDR,197.210.163.0/24,no-resolve
|
||||
IP-CIDR,197.252.1.0/24,no-resolve
|
||||
IP-CIDR,197.252.2.0/23,no-resolve
|
||||
IP-CIDR,197.252.4.0/22,no-resolve
|
||||
IP-CIDR,197.252.8.0/21,no-resolve
|
||||
IP-CIDR,200.32.52.0/24,no-resolve
|
||||
IP-CIDR,200.32.54.0/24,no-resolve
|
||||
IP-CIDR,200.32.57.0/24,no-resolve
|
||||
IP-CIDR,203.135.0.0/22,no-resolve
|
||||
IP-CIDR,203.135.4.0/23,no-resolve
|
||||
IP-CIDR,203.135.8.0/23,no-resolve
|
||||
IP-CIDR,203.135.11.0/24,no-resolve
|
||||
IP-CIDR,203.135.13.0/24,no-resolve
|
||||
IP-CIDR,203.135.20.0/24,no-resolve
|
||||
IP-CIDR,203.135.22.0/23,no-resolve
|
||||
IP-CIDR,203.135.24.0/23,no-resolve
|
||||
IP-CIDR,203.135.26.0/24,no-resolve
|
||||
IP-CIDR,203.135.29.0/24,no-resolve
|
||||
IP-CIDR,203.135.33.0/24,no-resolve
|
||||
IP-CIDR,203.135.38.0/23,no-resolve
|
||||
IP-CIDR,203.135.40.0/24,no-resolve
|
||||
IP-CIDR,203.135.43.0/24,no-resolve
|
||||
IP-CIDR,203.135.48.0/24,no-resolve
|
||||
IP-CIDR,203.135.50.0/24,no-resolve
|
||||
# 网易 NetEase
|
||||
IP-CIDR,42.186.0.0/16,no-resolve
|
||||
IP-CIDR,45.127.128.0/22,no-resolve
|
||||
IP-CIDR,45.195.24.0/24,no-resolve
|
||||
IP-CIDR,45.253.132.0/22,no-resolve
|
||||
IP-CIDR,45.253.240.0/22,no-resolve
|
||||
IP-CIDR,45.254.48.0/23,no-resolve
|
||||
IP-CIDR,59.111.0.0/20,no-resolve
|
||||
IP-CIDR,59.111.128.0/17,no-resolve
|
||||
IP-CIDR,103.71.120.0/21,no-resolve
|
||||
IP-CIDR,103.71.128.0/22,no-resolve
|
||||
IP-CIDR,103.71.196.0/22,no-resolve
|
||||
IP-CIDR,103.71.200.0/22,no-resolve
|
||||
IP-CIDR,103.72.12.0/22,no-resolve
|
||||
IP-CIDR,103.72.18.0/23,no-resolve
|
||||
IP-CIDR,103.72.24.0/22,no-resolve
|
||||
IP-CIDR,103.72.28.0/23,no-resolve
|
||||
IP-CIDR,103.72.38.0/23,no-resolve
|
||||
IP-CIDR,103.72.40.0/23,no-resolve
|
||||
IP-CIDR,103.72.44.0/22,no-resolve
|
||||
IP-CIDR,103.72.48.0/21,no-resolve
|
||||
IP-CIDR,103.72.128.0/21,no-resolve
|
||||
IP-CIDR,103.74.24.0/21,no-resolve
|
||||
IP-CIDR,103.74.48.0/22,no-resolve
|
||||
IP-CIDR,103.126.92.0/22,no-resolve
|
||||
IP-CIDR,103.129.252.0/22,no-resolve
|
||||
IP-CIDR,103.131.252.0/22,no-resolve
|
||||
IP-CIDR,103.135.240.0/22,no-resolve
|
||||
IP-CIDR,103.196.64.0/22,no-resolve
|
||||
IP-CIDR,106.2.32.0/19,no-resolve
|
||||
IP-CIDR,106.2.64.0/18,no-resolve
|
||||
IP-CIDR,114.113.196.0/22,no-resolve
|
||||
IP-CIDR,114.113.200.0/22,no-resolve
|
||||
IP-CIDR,115.236.112.0/20,no-resolve
|
||||
IP-CIDR,115.238.76.0/22,no-resolve
|
||||
IP-CIDR,123.58.160.0/19,no-resolve
|
||||
IP-CIDR,223.252.192.0/19,no-resolve
|
||||
# 360
|
||||
IP-CIDR,101.198.128.0/18,no-resolve
|
||||
IP-CIDR,101.198.192.0/19,no-resolve
|
||||
IP-CIDR,101.199.196.0/22,no-resolve
|
||||
638
base/rules/ACL4SSR/Clash/ChinaDomain.list
Normal file
638
base/rules/ACL4SSR/Clash/ChinaDomain.list
Normal file
@@ -0,0 +1,638 @@
|
||||
# 直连列表
|
||||
|
||||
# MyList
|
||||
DOMAIN-SUFFIX,423down.com
|
||||
DOMAIN-SUFFIX,bitwarden.com
|
||||
DOMAIN-SUFFIX,chaipip.com
|
||||
DOMAIN-SUFFIX,hrtsea.com
|
||||
DOMAIN-SUFFIX,laomo.me
|
||||
DOMAIN-SUFFIX,mpyit.com
|
||||
|
||||
# CN域名直连
|
||||
DOMAIN-SUFFIX,cn
|
||||
DOMAIN-SUFFIX,中国
|
||||
DOMAIN-SUFFIX,公司
|
||||
DOMAIN-SUFFIX,网络
|
||||
|
||||
# 中国国内常见域名关键词直连
|
||||
DOMAIN-KEYWORD,-cn
|
||||
DOMAIN-KEYWORD,360buy
|
||||
DOMAIN-KEYWORD,alicdn
|
||||
DOMAIN-KEYWORD,alimama
|
||||
DOMAIN-KEYWORD,alipay
|
||||
DOMAIN-KEYWORD,appzapp
|
||||
DOMAIN-KEYWORD,baidupcs
|
||||
DOMAIN-KEYWORD,bilibili
|
||||
DOMAIN-KEYWORD,ccgslb
|
||||
DOMAIN-KEYWORD,chinacache
|
||||
DOMAIN-KEYWORD,duobao
|
||||
DOMAIN-KEYWORD,duolingo
|
||||
DOMAIN-KEYWORD,jdpay
|
||||
DOMAIN-KEYWORD,moke
|
||||
DOMAIN-KEYWORD,qhimg
|
||||
DOMAIN-KEYWORD,vpimg
|
||||
DOMAIN-KEYWORD,xiami
|
||||
DOMAIN-KEYWORD,xiaomi
|
||||
|
||||
# 360
|
||||
DOMAIN-SUFFIX,360.com
|
||||
DOMAIN-SUFFIX,360kuai.com
|
||||
DOMAIN-SUFFIX,360safe.com
|
||||
DOMAIN-SUFFIX,dhrest.com
|
||||
DOMAIN-SUFFIX,qhres.com
|
||||
DOMAIN-SUFFIX,qhstatic.com
|
||||
DOMAIN-SUFFIX,qhupdate.com
|
||||
DOMAIN-SUFFIX,so.com
|
||||
|
||||
# 4399
|
||||
DOMAIN-SUFFIX,4399.com
|
||||
DOMAIN-SUFFIX,4399pk.com
|
||||
DOMAIN-SUFFIX,5054399.com
|
||||
DOMAIN-SUFFIX,img4399.com
|
||||
|
||||
# 58
|
||||
DOMAIN-SUFFIX,58.com
|
||||
|
||||
# Alibaba
|
||||
DOMAIN-SUFFIX,1688.com
|
||||
DOMAIN-SUFFIX,aliapp.org
|
||||
DOMAIN-SUFFIX,alibaba.com
|
||||
DOMAIN-SUFFIX,alibabacloud.com
|
||||
DOMAIN-SUFFIX,alibabausercontent.com
|
||||
DOMAIN-SUFFIX,alicdn.com
|
||||
DOMAIN-SUFFIX,aliexpress.com
|
||||
DOMAIN-SUFFIX,aliimg.com
|
||||
DOMAIN-SUFFIX,alikunlun.com
|
||||
DOMAIN-SUFFIX,alipay.com
|
||||
DOMAIN-SUFFIX,alipayobjects.com
|
||||
DOMAIN-SUFFIX,alisoft.com
|
||||
DOMAIN-SUFFIX,aliyun.com
|
||||
DOMAIN-SUFFIX,aliyuncdn.com
|
||||
DOMAIN-SUFFIX,aliyuncs.com
|
||||
DOMAIN-SUFFIX,amap.com
|
||||
DOMAIN-SUFFIX,autonavi.com
|
||||
DOMAIN-SUFFIX,dingtalk.com
|
||||
DOMAIN-SUFFIX,ele.me
|
||||
DOMAIN-SUFFIX,hichina.com
|
||||
DOMAIN-SUFFIX,mmstat.com
|
||||
DOMAIN-SUFFIX,mxhichina.com
|
||||
DOMAIN-SUFFIX,soku.com
|
||||
DOMAIN-SUFFIX,taobao.com
|
||||
DOMAIN-SUFFIX,taobaocdn.com
|
||||
DOMAIN-SUFFIX,tbcache.com
|
||||
DOMAIN-SUFFIX,tbcdn.com
|
||||
DOMAIN-SUFFIX,tmall.com
|
||||
DOMAIN-SUFFIX,tmall.hk
|
||||
DOMAIN-SUFFIX,ucweb.com
|
||||
DOMAIN-SUFFIX,xiami.com
|
||||
DOMAIN-SUFFIX,xiami.net
|
||||
DOMAIN-SUFFIX,ykimg.com
|
||||
DOMAIN-SUFFIX,youku.com
|
||||
|
||||
# Baidu
|
||||
DOMAIN-SUFFIX,baidu.com
|
||||
DOMAIN-SUFFIX,baidubcr.com
|
||||
DOMAIN-SUFFIX,baidupcs.com
|
||||
DOMAIN-SUFFIX,baidustatic.com
|
||||
DOMAIN-SUFFIX,bcebos.com
|
||||
DOMAIN-SUFFIX,bdimg.com
|
||||
DOMAIN-SUFFIX,bdstatic.com
|
||||
DOMAIN-SUFFIX,bdurl.net
|
||||
DOMAIN-SUFFIX,hao123.com
|
||||
DOMAIN-SUFFIX,hao123img.com
|
||||
DOMAIN-SUFFIX,jomodns.com
|
||||
DOMAIN-SUFFIX,yunjiasu-cdn.net
|
||||
|
||||
# Bilibili
|
||||
DOMAIN-SUFFIX,acg.tv
|
||||
DOMAIN-SUFFIX,acgvideo.com
|
||||
DOMAIN-SUFFIX,b23.tv
|
||||
DOMAIN-SUFFIX,biliapi.com
|
||||
DOMAIN-SUFFIX,biliapi.net
|
||||
DOMAIN-SUFFIX,biligame.com
|
||||
DOMAIN-SUFFIX,biligame.net
|
||||
DOMAIN-SUFFIX,bilivideo.com
|
||||
DOMAIN-SUFFIX,hdslb.com
|
||||
DOMAIN-SUFFIX,im9.com
|
||||
|
||||
# Blizzard
|
||||
DOMAIN-SUFFIX,battle.net
|
||||
DOMAIN-SUFFIX,battlenet.com
|
||||
DOMAIN-SUFFIX,blizzard.com
|
||||
|
||||
# ByteDance
|
||||
DOMAIN-SUFFIX,bytedance.com
|
||||
DOMAIN-SUFFIX,byteimg.com
|
||||
DOMAIN-SUFFIX,feiliao.com
|
||||
DOMAIN-SUFFIX,gifshow.com
|
||||
DOMAIN-SUFFIX,huoshan.com
|
||||
DOMAIN-SUFFIX,iesdouyin.com
|
||||
DOMAIN-SUFFIX,ixigua.com
|
||||
DOMAIN-SUFFIX,kaishou.com
|
||||
DOMAIN-SUFFIX,kspkg.com
|
||||
DOMAIN-SUFFIX,pstatp.com
|
||||
DOMAIN-SUFFIX,snssdk.com
|
||||
DOMAIN-SUFFIX,toutiao.com
|
||||
DOMAIN-SUFFIX,yximgs.com
|
||||
|
||||
# CCTV
|
||||
DOMAIN-SUFFIX,cctv.com
|
||||
DOMAIN-SUFFIX,cctvpic.com
|
||||
DOMAIN-SUFFIX,livechina.com
|
||||
|
||||
# ChinaNet
|
||||
DOMAIN-SUFFIX,21cn.com
|
||||
|
||||
# DiDi
|
||||
DOMAIN-SUFFIX,didialift.com
|
||||
DOMAIN-SUFFIX,didiglobal.com
|
||||
DOMAIN-SUFFIX,udache.com
|
||||
|
||||
# Douyu 斗鱼
|
||||
DOMAIN-SUFFIX,douyu.com
|
||||
DOMAIN-SUFFIX,douyu.tv
|
||||
DOMAIN-SUFFIX,douyutv.com
|
||||
|
||||
# Epic
|
||||
DOMAIN-SUFFIX,epicgames.com
|
||||
DOMAIN-SUFFIX,helpshift.com
|
||||
DOMAIN-SUFFIX,paragon.com
|
||||
DOMAIN-SUFFIX,unrealengine.com
|
||||
|
||||
# HuaWei
|
||||
DOMAIN-SUFFIX,dbankcdn.com
|
||||
DOMAIN-SUFFIX,hc-cdn.com
|
||||
DOMAIN-SUFFIX,hicloud.com
|
||||
DOMAIN-SUFFIX,huawei.com
|
||||
DOMAIN-SUFFIX,huaweicloud.com
|
||||
DOMAIN-SUFFIX,huaweishop.net
|
||||
DOMAIN-SUFFIX,hwccpc.com
|
||||
DOMAIN-SUFFIX,vmall.com
|
||||
DOMAIN-SUFFIX,vmallres.com
|
||||
|
||||
# Iflytek 科大讯飞
|
||||
DOMAIN-SUFFIX,iflyink.com
|
||||
DOMAIN-SUFFIX,iflyrec.com
|
||||
DOMAIN-SUFFIX,iflytek.com
|
||||
|
||||
# Iqiyi
|
||||
DOMAIN-SUFFIX,71.am
|
||||
DOMAIN-SUFFIX,71edge.com
|
||||
DOMAIN-SUFFIX,iqiyi.com
|
||||
DOMAIN-SUFFIX,iqiyipic.com
|
||||
DOMAIN-SUFFIX,ppsimg.com
|
||||
DOMAIN-SUFFIX,qiyi.com
|
||||
DOMAIN-SUFFIX,qiyipic.com
|
||||
DOMAIN-SUFFIX,qy.net
|
||||
|
||||
# JD
|
||||
DOMAIN-SUFFIX,360buy.com
|
||||
DOMAIN-SUFFIX,360buyimg.com
|
||||
DOMAIN-SUFFIX,jcloudcs.com
|
||||
DOMAIN-SUFFIX,jd.com
|
||||
DOMAIN-SUFFIX,jd.hk
|
||||
DOMAIN-SUFFIX,jdcloud.com
|
||||
DOMAIN-SUFFIX,jdpay.com
|
||||
DOMAIN-SUFFIX,paipai.com
|
||||
|
||||
# Kingsoft
|
||||
DOMAIN-SUFFIX,iciba.com
|
||||
DOMAIN-SUFFIX,ksosoft.com
|
||||
DOMAIN-SUFFIX,ksyun.com
|
||||
|
||||
# Meitu
|
||||
DOMAIN-SUFFIX,meitu.com
|
||||
DOMAIN-SUFFIX,meitudata.com
|
||||
DOMAIN-SUFFIX,meitustat.com
|
||||
DOMAIN-SUFFIX,meipai.com
|
||||
|
||||
# LeTV 乐视
|
||||
DOMAIN-SUFFIX,le.com
|
||||
DOMAIN-SUFFIX,lecloud.com
|
||||
DOMAIN-SUFFIX,letv.com
|
||||
DOMAIN-SUFFIX,letvcloud.com
|
||||
DOMAIN-SUFFIX,letvimg.com
|
||||
DOMAIN-SUFFIX,letvlive.com
|
||||
DOMAIN-SUFFIX,letvstore.com
|
||||
|
||||
# MGTV 芒果TV
|
||||
DOMAIN-SUFFIX,hitv.com
|
||||
DOMAIN-SUFFIX,hunantv.com
|
||||
DOMAIN-SUFFIX,mgtv.com
|
||||
|
||||
# MI
|
||||
DOMAIN-SUFFIX,duokan.com
|
||||
DOMAIN-SUFFIX,mi-img.com
|
||||
DOMAIN-SUFFIX,mi.com
|
||||
DOMAIN-SUFFIX,miui.com
|
||||
DOMAIN-SUFFIX,miwifi.com
|
||||
DOMAIN-SUFFIX,xiaomi.com
|
||||
DOMAIN-SUFFIX,xiaomi.net
|
||||
DOMAIN-SUFFIX,xiaomicp.com
|
||||
|
||||
# NetEase
|
||||
DOMAIN-SUFFIX,126.com
|
||||
DOMAIN-SUFFIX,126.net
|
||||
DOMAIN-SUFFIX,127.net
|
||||
DOMAIN-SUFFIX,163.com
|
||||
DOMAIN-SUFFIX,163yun.com
|
||||
DOMAIN-SUFFIX,lofter.com
|
||||
DOMAIN-SUFFIX,netease.com
|
||||
DOMAIN-SUFFIX,ydstatic.com
|
||||
DOMAIN-SUFFIX,youdao.com
|
||||
|
||||
# PPTV、PPLive
|
||||
DOMAIN-SUFFIX,pplive.com
|
||||
DOMAIN-SUFFIX,pptv.com
|
||||
|
||||
# PDD 拼多多
|
||||
DOMAIN-SUFFIX,pinduoduo.com
|
||||
DOMAIN-SUFFIX,yangkeduo.com
|
||||
|
||||
# Sina
|
||||
DOMAIN-SUFFIX,leju.com
|
||||
DOMAIN-SUFFIX,miaopai.com
|
||||
DOMAIN-SUFFIX,sina.com
|
||||
DOMAIN-SUFFIX,sinaapp.com
|
||||
DOMAIN-SUFFIX,sinaimg.com
|
||||
DOMAIN-SUFFIX,weibo.com
|
||||
DOMAIN-SUFFIX,weibocdn.com
|
||||
DOMAIN-SUFFIX,xiaoka.tv
|
||||
|
||||
# Sohu Sogo
|
||||
DOMAIN-SUFFIX,go2map.com
|
||||
DOMAIN-SUFFIX,sogo.com
|
||||
DOMAIN-SUFFIX,sogou.com
|
||||
DOMAIN-SUFFIX,sogoucdn.com
|
||||
DOMAIN-SUFFIX,sohu-inc.com
|
||||
DOMAIN-SUFFIX,sohu.com
|
||||
DOMAIN-SUFFIX,sohucs.com
|
||||
DOMAIN-SUFFIX,sohuno.com
|
||||
DOMAIN-SUFFIX,sohurdc.com
|
||||
DOMAIN-SUFFIX,v-56.com
|
||||
|
||||
# Sony
|
||||
DOMAIN-SUFFIX,playstation.com
|
||||
DOMAIN-SUFFIX,playstation.net
|
||||
DOMAIN-SUFFIX,playstationnetwork.com
|
||||
DOMAIN-SUFFIX,sony.com
|
||||
DOMAIN-SUFFIX,sonyentertainmentnetwork.com
|
||||
|
||||
# Spark
|
||||
DOMAIN-SUFFIX,amplitude.com
|
||||
DOMAIN-SUFFIX,firebaseio.com
|
||||
DOMAIN-SUFFIX,hockeyapp.net
|
||||
DOMAIN-SUFFIX,smartmailcloud.com
|
||||
|
||||
# Steam
|
||||
DOMAIN-SUFFIX,steampowered.com
|
||||
DOMAIN-SUFFIX,steam-chat.com
|
||||
DOMAIN-SUFFIX,steamgames.com
|
||||
DOMAIN-SUFFIX,steamusercontent.com
|
||||
DOMAIN-SUFFIX,steamcontent.com
|
||||
DOMAIN-SUFFIX,steamstatic.com
|
||||
DOMAIN-SUFFIX,steamcdn-a.akamaihd.net
|
||||
DOMAIN-SUFFIX,steamstat.us
|
||||
|
||||
# Tencent
|
||||
DOMAIN-SUFFIX,foxmail.com
|
||||
DOMAIN-SUFFIX,gtimg.com
|
||||
DOMAIN-SUFFIX,idqqimg.com
|
||||
DOMAIN-SUFFIX,igamecj.com
|
||||
DOMAIN-SUFFIX,myapp.com
|
||||
DOMAIN-SUFFIX,myqcloud.com
|
||||
DOMAIN-SUFFIX,qq.com
|
||||
DOMAIN-SUFFIX,qqmail.com
|
||||
DOMAIN-SUFFIX,qqurl.com
|
||||
DOMAIN-SUFFIX,smtcdns.com
|
||||
DOMAIN-SUFFIX,smtcdns.net
|
||||
DOMAIN-SUFFIX,soso.com
|
||||
DOMAIN-SUFFIX,tencent-cloud.net
|
||||
DOMAIN-SUFFIX,tencent.com
|
||||
DOMAIN-SUFFIX,tencentmind.com
|
||||
DOMAIN-SUFFIX,tenpay.com
|
||||
DOMAIN-SUFFIX,weixin.com
|
||||
DOMAIN-SUFFIX,weiyun.com
|
||||
|
||||
# Vip 唯品会
|
||||
DOMAIN-SUFFIX,appsimg.com
|
||||
DOMAIN-SUFFIX,appvipshop.com
|
||||
DOMAIN-SUFFIX,vip.com
|
||||
DOMAIN-SUFFIX,vipstatic.com
|
||||
|
||||
# Ximalaya 喜马拉雅
|
||||
DOMAIN-SUFFIX,ximalaya.com
|
||||
DOMAIN-SUFFIX,xmcdn.com
|
||||
|
||||
# YYeTs 人人影视
|
||||
DOMAIN-SUFFIX,got001.com
|
||||
DOMAIN-SUFFIX,jstucdn.com
|
||||
DOMAIN-SUFFIX,zimuzu.io
|
||||
DOMAIN-SUFFIX,zimuzu.tv
|
||||
DOMAIN-SUFFIX,zmz001.com
|
||||
DOMAIN-SUFFIX,zmz002.com
|
||||
DOMAIN-SUFFIX,zmz003.com
|
||||
DOMAIN-SUFFIX,zmz004.com
|
||||
DOMAIN-SUFFIX,zmz2019.com
|
||||
DOMAIN-SUFFIX,zmzapi.com
|
||||
DOMAIN-SUFFIX,zmzapi.net
|
||||
DOMAIN-SUFFIX,zmzfile.com
|
||||
|
||||
# Private Tracker
|
||||
DOMAIN-SUFFIX,awesome-hd.me
|
||||
DOMAIN-SUFFIX,beitai.pt
|
||||
DOMAIN-SUFFIX,bittorrent.com
|
||||
DOMAIN-SUFFIX,broadcasthe.net
|
||||
DOMAIN-SUFFIX,chdbits.co
|
||||
DOMAIN-SUFFIX,classix-unlimited.co.uk
|
||||
DOMAIN-SUFFIX,empornium.me
|
||||
DOMAIN-SUFFIX,gazellegames.net
|
||||
DOMAIN-SUFFIX,hdchina.org
|
||||
DOMAIN-SUFFIX,hdsky.me
|
||||
DOMAIN-SUFFIX,hdtime.org
|
||||
DOMAIN-SUFFIX,icetorrent.org
|
||||
DOMAIN-SUFFIX,jpopsuki.eu
|
||||
DOMAIN-SUFFIX,keepfrds.com
|
||||
DOMAIN-SUFFIX,leaguehd.com
|
||||
DOMAIN-SUFFIX,m-team.cc
|
||||
DOMAIN-SUFFIX,madsrevolution.net
|
||||
DOMAIN-SUFFIX,msg.vg
|
||||
DOMAIN-SUFFIX,nanyangpt.com
|
||||
DOMAIN-SUFFIX,ncore.cc
|
||||
DOMAIN-SUFFIX,open.cd
|
||||
DOMAIN-SUFFIX,ourbits.club
|
||||
DOMAIN-SUFFIX,passthepopcorn.me
|
||||
DOMAIN-SUFFIX,privatehd.to
|
||||
DOMAIN-SUFFIX,pthome.net
|
||||
DOMAIN-SUFFIX,redacted.ch
|
||||
DOMAIN-SUFFIX,springsunday.net
|
||||
DOMAIN-SUFFIX,tjupt.org
|
||||
DOMAIN-SUFFIX,totheglory.im
|
||||
|
||||
# TeamViewer
|
||||
DOMAIN-SUFFIX,teamviewer.com
|
||||
IP-CIDR,109.239.140.0/24,no-resolve
|
||||
IP-CIDR,139.220.243.27/32,no-resolve
|
||||
IP-CIDR,172.16.102.56/32,no-resolve
|
||||
IP-CIDR,185.188.32.1/28,no-resolve
|
||||
IP-CIDR,221.226.128.146/32,no-resolve
|
||||
IP-CIDR6,2a0b:b580::/48,no-resolve
|
||||
IP-CIDR6,2a0b:b581::/48,no-resolve
|
||||
IP-CIDR6,2a0b:b582::/48,no-resolve
|
||||
IP-CIDR6,2a0b:b583::/48,no-resolve
|
||||
|
||||
# Public Direct CDN 公共直连cdn
|
||||
#DOMAIN-SUFFIX,ajax.aspnetcdn.com
|
||||
#DOMAIN-SUFFIX,ajax.cloudflare.com
|
||||
#DOMAIN-SUFFIX,cdnjs.cloudflare.com
|
||||
#DOMAIN-SUFFIX,code.jquery.com
|
||||
DOMAIN-SUFFIX,baomitu.com
|
||||
DOMAIN-SUFFIX,bootcss.com
|
||||
DOMAIN-SUFFIX,jiasule.com
|
||||
DOMAIN-SUFFIX,jsdelivr.net
|
||||
DOMAIN-SUFFIX,staticfile.org
|
||||
DOMAIN-SUFFIX,upaiyun.com
|
||||
|
||||
# Acceleratedirectsites
|
||||
DOMAIN-SUFFIX,12306.com
|
||||
DOMAIN-SUFFIX,17173.com
|
||||
DOMAIN-SUFFIX,17k.com
|
||||
DOMAIN-SUFFIX,360doc.com
|
||||
DOMAIN-SUFFIX,36kr.com
|
||||
DOMAIN-SUFFIX,3dmgame.com
|
||||
DOMAIN-SUFFIX,51cto.com
|
||||
DOMAIN-SUFFIX,51job.com
|
||||
DOMAIN-SUFFIX,51jobcdn.com
|
||||
DOMAIN-SUFFIX,56.com
|
||||
DOMAIN-SUFFIX,8686c.com
|
||||
DOMAIN-SUFFIX,abchina.com
|
||||
DOMAIN-SUFFIX,abercrombie.com
|
||||
DOMAIN-SUFFIX,acfun.tv
|
||||
DOMAIN-SUFFIX,air-matters.com
|
||||
DOMAIN-SUFFIX,air-matters.io
|
||||
DOMAIN-SUFFIX,aixifan.com
|
||||
DOMAIN-SUFFIX,algocasts.io
|
||||
DOMAIN-SUFFIX,babytree.com
|
||||
DOMAIN-SUFFIX,babytreeimg.com
|
||||
DOMAIN-SUFFIX,baicizhan.com
|
||||
DOMAIN-SUFFIX,baidupan.com
|
||||
DOMAIN-SUFFIX,baike.com
|
||||
DOMAIN-SUFFIX,biqudu.com
|
||||
DOMAIN-SUFFIX,biquge.com
|
||||
DOMAIN-SUFFIX,bitauto.com
|
||||
DOMAIN-SUFFIX,c-ctrip.com
|
||||
DOMAIN-SUFFIX,camera360.com
|
||||
DOMAIN-SUFFIX,cdnmama.com
|
||||
DOMAIN-SUFFIX,che168.com
|
||||
DOMAIN-SUFFIX,chinacache.net
|
||||
DOMAIN-SUFFIX,chinaso.com
|
||||
DOMAIN-SUFFIX,chinaz.com
|
||||
DOMAIN-SUFFIX,chinaz.net
|
||||
DOMAIN-SUFFIX,chuimg.com
|
||||
DOMAIN-SUFFIX,cibntv.net
|
||||
DOMAIN-SUFFIX,clouddn.com
|
||||
DOMAIN-SUFFIX,cloudxns.net
|
||||
DOMAIN-SUFFIX,cn163.net
|
||||
DOMAIN-SUFFIX,cnbeta.com
|
||||
DOMAIN-SUFFIX,cnbetacdn.com
|
||||
DOMAIN-SUFFIX,cnblogs.com
|
||||
DOMAIN-SUFFIX,cnki.net
|
||||
DOMAIN-SUFFIX,cnmstl.net
|
||||
DOMAIN-SUFFIX,coolapk.com
|
||||
DOMAIN-SUFFIX,coolapkmarket.com
|
||||
DOMAIN-SUFFIX,csdn.net
|
||||
DOMAIN-SUFFIX,ctrip.com
|
||||
DOMAIN-SUFFIX,dangdang.com
|
||||
DOMAIN-SUFFIX,dfcfw.com
|
||||
DOMAIN-SUFFIX,dianping.com
|
||||
DOMAIN-SUFFIX,dilidili.wang
|
||||
DOMAIN-SUFFIX,douban.com
|
||||
DOMAIN-SUFFIX,doubanio.com
|
||||
DOMAIN-SUFFIX,dpfile.com
|
||||
DOMAIN-SUFFIX,duowan.com
|
||||
DOMAIN-SUFFIX,dxycdn.com
|
||||
DOMAIN-SUFFIX,dytt8.net
|
||||
DOMAIN-SUFFIX,easou.com
|
||||
DOMAIN-SUFFIX,eastday.com
|
||||
DOMAIN-SUFFIX,eastmoney.com
|
||||
DOMAIN-SUFFIX,ecitic.com
|
||||
DOMAIN-SUFFIX,ewqcxz.com
|
||||
DOMAIN-SUFFIX,fang.com
|
||||
DOMAIN-SUFFIX,fantasy.tv
|
||||
DOMAIN-SUFFIX,feng.com
|
||||
DOMAIN-SUFFIX,fengkongcloud.com
|
||||
DOMAIN-SUFFIX,fir.im
|
||||
DOMAIN-SUFFIX,firefox.com
|
||||
DOMAIN-SUFFIX,frdic.com
|
||||
DOMAIN-SUFFIX,fresh-ideas.cc
|
||||
DOMAIN-SUFFIX,ganji.com
|
||||
DOMAIN-SUFFIX,ganjistatic1.com
|
||||
DOMAIN-SUFFIX,geetest.com
|
||||
DOMAIN-SUFFIX,geilicdn.com
|
||||
DOMAIN-SUFFIX,godic.net
|
||||
DOMAIN-SUFFIX,gravatar.com
|
||||
DOMAIN-SUFFIX,guazi.com
|
||||
DOMAIN-SUFFIX,gwdang.com
|
||||
DOMAIN-SUFFIX,gzlzfm.com
|
||||
DOMAIN-SUFFIX,haibian.com
|
||||
DOMAIN-SUFFIX,haosou.com
|
||||
DOMAIN-SUFFIX,hollisterco.com
|
||||
DOMAIN-SUFFIX,hongxiu.com
|
||||
DOMAIN-SUFFIX,huajiao.com
|
||||
DOMAIN-SUFFIX,hupu.com
|
||||
DOMAIN-SUFFIX,huxiucdn.com
|
||||
DOMAIN-SUFFIX,huya.com
|
||||
DOMAIN-SUFFIX,ifeng.com
|
||||
DOMAIN-SUFFIX,ifengimg.com
|
||||
DOMAIN-SUFFIX,images-amazon.com
|
||||
DOMAIN-SUFFIX,infzm.com
|
||||
DOMAIN-SUFFIX,ipip.net
|
||||
DOMAIN-SUFFIX,it168.com
|
||||
DOMAIN-SUFFIX,ithome.com
|
||||
DOMAIN-SUFFIX,ixdzs.com
|
||||
DOMAIN-SUFFIX,jianguoyun.com
|
||||
DOMAIN-SUFFIX,jianshu.com
|
||||
DOMAIN-SUFFIX,jianshu.io
|
||||
DOMAIN-SUFFIX,jianshuapi.com
|
||||
DOMAIN-SUFFIX,jiathis.com
|
||||
DOMAIN-SUFFIX,jmstatic.com
|
||||
DOMAIN-SUFFIX,jumei.com
|
||||
DOMAIN-SUFFIX,kanimg.com
|
||||
DOMAIN-SUFFIX,kankan.com
|
||||
DOMAIN-SUFFIX,kaola.com
|
||||
DOMAIN-SUFFIX,knewone.com
|
||||
DOMAIN-SUFFIX,koowo.com
|
||||
DOMAIN-SUFFIX,ksyungslb.com
|
||||
DOMAIN-SUFFIX,kuaidi100.com
|
||||
DOMAIN-SUFFIX,kugou.com
|
||||
DOMAIN-SUFFIX,lancdns.com
|
||||
DOMAIN-SUFFIX,landiannews.com
|
||||
DOMAIN-SUFFIX,lanzou.com
|
||||
DOMAIN-SUFFIX,lemicp.com
|
||||
DOMAIN-SUFFIX,letitfly.me
|
||||
DOMAIN-SUFFIX,linkedin.com
|
||||
DOMAIN-SUFFIX,lizhi.fm
|
||||
DOMAIN-SUFFIX,lizhi.io
|
||||
DOMAIN-SUFFIX,lizhifm.com
|
||||
DOMAIN-SUFFIX,loli.net
|
||||
DOMAIN-SUFFIX,luoo.net
|
||||
DOMAIN-SUFFIX,lvmama.com
|
||||
DOMAIN-SUFFIX,lxdns.com
|
||||
DOMAIN-SUFFIX,maoyan.com
|
||||
DOMAIN-SUFFIX,meilishuo.com
|
||||
DOMAIN-SUFFIX,meituan.com
|
||||
DOMAIN-SUFFIX,meituan.net
|
||||
DOMAIN-SUFFIX,meizu.com
|
||||
DOMAIN-SUFFIX,miguvideo.com
|
||||
DOMAIN-SUFFIX,mobike.com
|
||||
DOMAIN-SUFFIX,mogu.com
|
||||
DOMAIN-SUFFIX,mogucdn.com
|
||||
DOMAIN-SUFFIX,mogujie.com
|
||||
DOMAIN-SUFFIX,moji.com
|
||||
DOMAIN-SUFFIX,moke.com
|
||||
DOMAIN-SUFFIX,mozilla.org
|
||||
DOMAIN-SUFFIX,mubu.com
|
||||
DOMAIN-SUFFIX,myunlu.com
|
||||
DOMAIN-SUFFIX,nruan.com
|
||||
DOMAIN-SUFFIX,nuomi.com
|
||||
DOMAIN-SUFFIX,onlinedown.net
|
||||
DOMAIN-SUFFIX,oracle.com
|
||||
DOMAIN-SUFFIX,oschina.net
|
||||
DOMAIN-SUFFIX,ourdvs.com
|
||||
DOMAIN-SUFFIX,overcast.fm
|
||||
DOMAIN-SUFFIX,paypal.com
|
||||
DOMAIN-SUFFIX,polyv.net
|
||||
DOMAIN-SUFFIX,qbox.me
|
||||
DOMAIN-SUFFIX,qcloud.com
|
||||
DOMAIN-SUFFIX,qcloudcdn.com
|
||||
DOMAIN-SUFFIX,qdaily.com
|
||||
DOMAIN-SUFFIX,qdmm.com
|
||||
DOMAIN-SUFFIX,qhimg.com
|
||||
DOMAIN-SUFFIX,qianqian.com
|
||||
DOMAIN-SUFFIX,qidian.com
|
||||
DOMAIN-SUFFIX,qihucdn.com
|
||||
DOMAIN-SUFFIX,qin.io
|
||||
DOMAIN-SUFFIX,qiniu.com
|
||||
DOMAIN-SUFFIX,qiniucdn.com
|
||||
DOMAIN-SUFFIX,qiniudn.com
|
||||
DOMAIN-SUFFIX,qiushibaike.com
|
||||
DOMAIN-SUFFIX,quanmin.tv
|
||||
DOMAIN-SUFFIX,qunar.com
|
||||
DOMAIN-SUFFIX,qunarzz.com
|
||||
DOMAIN-SUFFIX,rarbg.to
|
||||
DOMAIN-SUFFIX,repaik.com
|
||||
DOMAIN-SUFFIX,rrmj.tv
|
||||
DOMAIN-SUFFIX,ruguoapp.com
|
||||
DOMAIN-SUFFIX,runoob.com
|
||||
DOMAIN-SUFFIX,sandai.net
|
||||
DOMAIN-SUFFIX,sankuai.com
|
||||
DOMAIN-SUFFIX,segmentfault.com
|
||||
DOMAIN-SUFFIX,sf-express.com
|
||||
DOMAIN-SUFFIX,shumilou.net
|
||||
DOMAIN-SUFFIX,simplecd.me
|
||||
DOMAIN-SUFFIX,sm.ms
|
||||
DOMAIN-SUFFIX,smzdm.com
|
||||
DOMAIN-SUFFIX,snwx.com
|
||||
DOMAIN-SUFFIX,soufunimg.com
|
||||
DOMAIN-SUFFIX,ssl-images-amazon.com
|
||||
DOMAIN-SUFFIX,sspai.com
|
||||
DOMAIN-SUFFIX,startssl.com
|
||||
DOMAIN-SUFFIX,suning.com
|
||||
DOMAIN-SUFFIX,taihe.com
|
||||
DOMAIN-SUFFIX,th-sjy.com
|
||||
DOMAIN-SUFFIX,tianqi.com
|
||||
DOMAIN-SUFFIX,tianqistatic.com
|
||||
DOMAIN-SUFFIX,tianyancha.com
|
||||
DOMAIN-SUFFIX,tianyaui.com
|
||||
DOMAIN-SUFFIX,tietuku.com
|
||||
DOMAIN-SUFFIX,tiexue.net
|
||||
DOMAIN-SUFFIX,tmiaoo.com
|
||||
DOMAIN-SUFFIX,trip.com
|
||||
DOMAIN-SUFFIX,ttmeiju.com
|
||||
DOMAIN-SUFFIX,tudou.com
|
||||
DOMAIN-SUFFIX,tuniu.com
|
||||
DOMAIN-SUFFIX,tuniucdn.com
|
||||
DOMAIN-SUFFIX,umengcloud.com
|
||||
DOMAIN-SUFFIX,upyun.com
|
||||
DOMAIN-SUFFIX,uxengine.net
|
||||
DOMAIN-SUFFIX,v2ex.com
|
||||
DOMAIN-SUFFIX,videocc.net
|
||||
DOMAIN-SUFFIX,vmware.com
|
||||
DOMAIN-SUFFIX,wandoujia.com
|
||||
DOMAIN-SUFFIX,weather.com
|
||||
DOMAIN-SUFFIX,weico.cc
|
||||
DOMAIN-SUFFIX,weidian.com
|
||||
DOMAIN-SUFFIX,weiphone.com
|
||||
DOMAIN-SUFFIX,weiphone.net
|
||||
DOMAIN-SUFFIX,womai.com
|
||||
DOMAIN-SUFFIX,wscdns.com
|
||||
DOMAIN-SUFFIX,xdrig.com
|
||||
DOMAIN-SUFFIX,xhscdn.com
|
||||
DOMAIN-SUFFIX,xiachufang.com
|
||||
DOMAIN-SUFFIX,xiaohongshu.com
|
||||
DOMAIN-SUFFIX,xiaojukeji.com
|
||||
DOMAIN-SUFFIX,xinhuanet.com
|
||||
DOMAIN-SUFFIX,xitek.com
|
||||
DOMAIN-SUFFIX,xiumi.us
|
||||
DOMAIN-SUFFIX,xslb.net
|
||||
DOMAIN-SUFFIX,xueqiu.com
|
||||
DOMAIN-SUFFIX,xunlei.com
|
||||
DOMAIN-SUFFIX,yach.me
|
||||
DOMAIN-SUFFIX,yeepay.com
|
||||
DOMAIN-SUFFIX,yhd.com
|
||||
DOMAIN-SUFFIX,yihaodianimg.com
|
||||
DOMAIN-SUFFIX,yinxiang.com
|
||||
DOMAIN-SUFFIX,yinyuetai.com
|
||||
DOMAIN-SUFFIX,yixia.com
|
||||
DOMAIN-SUFFIX,ys168.com
|
||||
DOMAIN-SUFFIX,yuewen.com
|
||||
DOMAIN-SUFFIX,yy.com
|
||||
DOMAIN-SUFFIX,yystatic.com
|
||||
DOMAIN-SUFFIX,zealer.com
|
||||
DOMAIN-SUFFIX,zhangzishi.cc
|
||||
DOMAIN-SUFFIX,zhanqi.tv
|
||||
DOMAIN-SUFFIX,zhaopin.com
|
||||
DOMAIN-SUFFIX,zhihu.com
|
||||
DOMAIN-SUFFIX,zhimg.com
|
||||
DOMAIN-SUFFIX,zhongsou.com
|
||||
DOMAIN-SUFFIX,zhuihd.com
|
||||
5794
base/rules/ACL4SSR/Clash/ChinaIp.list
Normal file
5794
base/rules/ACL4SSR/Clash/ChinaIp.list
Normal file
File diff suppressed because it is too large
Load Diff
36
base/rules/ACL4SSR/Clash/LocalAreaNetwork.list
Normal file
36
base/rules/ACL4SSR/Clash/LocalAreaNetwork.list
Normal file
@@ -0,0 +1,36 @@
|
||||
# 本地/局域网地址
|
||||
# 参考:https://en.wikipedia.org/wiki/Reserved_IP_addresses
|
||||
DOMAIN-SUFFIX,ip6-localhost
|
||||
DOMAIN-SUFFIX,ip6-loopback
|
||||
DOMAIN-SUFFIX,local
|
||||
DOMAIN-SUFFIX,localhost
|
||||
IP-CIDR,0.0.0.0/8,no-resolve
|
||||
IP-CIDR,10.0.0.0/8,no-resolve
|
||||
IP-CIDR,100.64.0.0/10,no-resolve
|
||||
IP-CIDR,127.0.0.0/8,no-resolve
|
||||
IP-CIDR,169.254.0.0/16,no-resolve
|
||||
IP-CIDR,172.16.0.0/12,no-resolve
|
||||
IP-CIDR,192.0.0.0/29,no-resolve
|
||||
IP-CIDR,192.0.2.0/24,no-resolve
|
||||
IP-CIDR,192.88.99.0/24,no-resolve
|
||||
IP-CIDR,192.168.0.0/16,no-resolve
|
||||
IP-CIDR,198.18.0.0/15,no-resolve
|
||||
IP-CIDR,198.51.100.0/24,no-resolve
|
||||
IP-CIDR,203.0.113.0/24,no-resolve
|
||||
IP-CIDR,224.0.0.0/3,no-resolve
|
||||
IP-CIDR,255.255.255.255/32,no-resolve
|
||||
IP-CIDR6,::1/128
|
||||
IP-CIDR6,fc00::/7
|
||||
IP-CIDR6,fe80::/10
|
||||
IP-CIDR6,fd00::/8
|
||||
|
||||
# Router managed 路由器管理域名
|
||||
DOMAIN-SUFFIX,hiwifi.com
|
||||
DOMAIN-SUFFIX,leike.cc
|
||||
DOMAIN-SUFFIX,miwifi.com
|
||||
DOMAIN-SUFFIX,p.to
|
||||
DOMAIN-SUFFIX,peiluyou.com
|
||||
DOMAIN-SUFFIX,phicomm.me
|
||||
DOMAIN-SUFFIX,routerlogin.com
|
||||
DOMAIN-SUFFIX,tendawifi.com
|
||||
DOMAIN-SUFFIX,zte.home
|
||||
78
base/rules/ACL4SSR/Clash/Microsoft.list
Normal file
78
base/rules/ACL4SSR/Clash/Microsoft.list
Normal file
@@ -0,0 +1,78 @@
|
||||
# Microsoft Services
|
||||
# optimized from https://gist.github.com/TTTPOB/ce93fb3b04ba2f21880b09427442d831
|
||||
# source: https://docs.microsoft.com/en-us/office365/enterprise/urls-and-ip-address-ranges
|
||||
DOMAIN-KEYWORD,1drv
|
||||
DOMAIN-KEYWORD,microsoft
|
||||
DOMAIN-SUFFIX,aadrm.com
|
||||
DOMAIN-SUFFIX,acompli.com
|
||||
DOMAIN-SUFFIX,acompli.net
|
||||
DOMAIN-SUFFIX,aka.ms
|
||||
DOMAIN-SUFFIX,akadns.net
|
||||
DOMAIN-SUFFIX,aspnetcdn.com
|
||||
DOMAIN-SUFFIX,assets-yammer.com
|
||||
DOMAIN-SUFFIX,azure.com
|
||||
DOMAIN-SUFFIX,azure.net
|
||||
DOMAIN-SUFFIX,azureedge.net
|
||||
DOMAIN-SUFFIX,azurerms.com
|
||||
DOMAIN-SUFFIX,bing.com
|
||||
DOMAIN-SUFFIX,cloudapp.net
|
||||
DOMAIN-SUFFIX,cloudappsecurity.com
|
||||
DOMAIN-SUFFIX,edgesuite.net
|
||||
DOMAIN-SUFFIX,gfx.ms
|
||||
DOMAIN-SUFFIX,hotmail.com
|
||||
DOMAIN-SUFFIX,live.com
|
||||
DOMAIN-SUFFIX,live.net
|
||||
DOMAIN-SUFFIX,lync.com
|
||||
DOMAIN-SUFFIX,msappproxy.net
|
||||
DOMAIN-SUFFIX,msauth.net
|
||||
DOMAIN-SUFFIX,msauthimages.net
|
||||
DOMAIN-SUFFIX,msecnd.net
|
||||
DOMAIN-SUFFIX,msedge.net
|
||||
DOMAIN-SUFFIX,msft.net
|
||||
DOMAIN-SUFFIX,msftauth.net
|
||||
DOMAIN-SUFFIX,msftauthimages.net
|
||||
DOMAIN-SUFFIX,msftidentity.com
|
||||
DOMAIN-SUFFIX,msidentity.com
|
||||
DOMAIN-SUFFIX,msn.com
|
||||
DOMAIN-SUFFIX,msocdn.com
|
||||
DOMAIN-SUFFIX,msocsp.com
|
||||
DOMAIN-SUFFIX,mstea.ms
|
||||
DOMAIN-SUFFIX,o365weve.com
|
||||
DOMAIN-SUFFIX,oaspapps.com
|
||||
DOMAIN-SUFFIX,office.com
|
||||
DOMAIN-SUFFIX,office.net
|
||||
DOMAIN-SUFFIX,office365.com
|
||||
DOMAIN-SUFFIX,officeppe.net
|
||||
DOMAIN-SUFFIX,omniroot.com
|
||||
DOMAIN-SUFFIX,onedrive.com
|
||||
DOMAIN-SUFFIX,onenote.com
|
||||
DOMAIN-SUFFIX,onenote.net
|
||||
DOMAIN-SUFFIX,onestore.ms
|
||||
DOMAIN-SUFFIX,outlook.com
|
||||
DOMAIN-SUFFIX,outlookmobile.com
|
||||
DOMAIN-SUFFIX,phonefactor.net
|
||||
DOMAIN-SUFFIX,public-trust.com
|
||||
DOMAIN-SUFFIX,sfbassets.com
|
||||
DOMAIN-SUFFIX,sfx.ms
|
||||
DOMAIN-SUFFIX,sharepoint.com
|
||||
DOMAIN-SUFFIX,sharepointonline.com
|
||||
DOMAIN-SUFFIX,skype.com
|
||||
DOMAIN-SUFFIX,skypeassets.com
|
||||
DOMAIN-SUFFIX,skypeforbusiness.com
|
||||
DOMAIN-SUFFIX,staffhub.ms
|
||||
DOMAIN-SUFFIX,svc.ms
|
||||
DOMAIN-SUFFIX,sway-cdn.com
|
||||
DOMAIN-SUFFIX,sway-extensions.com
|
||||
DOMAIN-SUFFIX,sway.com
|
||||
DOMAIN-SUFFIX,trafficmanager.net
|
||||
DOMAIN-SUFFIX,uservoice.com
|
||||
DOMAIN-SUFFIX,virtualearth.net
|
||||
DOMAIN-SUFFIX,visualstudio.com
|
||||
DOMAIN-SUFFIX,windows-ppe.net
|
||||
DOMAIN-SUFFIX,windows.com
|
||||
DOMAIN-SUFFIX,windows.net
|
||||
DOMAIN-SUFFIX,windowsazure.com
|
||||
DOMAIN-SUFFIX,windowsupdate.com
|
||||
DOMAIN-SUFFIX,wunderlist.com
|
||||
DOMAIN-SUFFIX,yammer.com
|
||||
DOMAIN-SUFFIX,yammerusercontent.com
|
||||
5710
base/rules/ACL4SSR/Clash/ProxyGFWlist.list
Normal file
5710
base/rules/ACL4SSR/Clash/ProxyGFWlist.list
Normal file
File diff suppressed because it is too large
Load Diff
344
base/rules/ACL4SSR/Clash/ProxyLite.list
Normal file
344
base/rules/ACL4SSR/Clash/ProxyLite.list
Normal file
@@ -0,0 +1,344 @@
|
||||
# 代理列表
|
||||
|
||||
# MyList && Other
|
||||
DOMAIN-SUFFIX,bit.no.com
|
||||
DOMAIN-SUFFIX,btlibrary.me
|
||||
DOMAIN-SUFFIX,cccat.io
|
||||
DOMAIN-SUFFIX,cloudcone.com
|
||||
DOMAIN-SUFFIX,gameloft.com
|
||||
DOMAIN-SUFFIX,inoreader.com
|
||||
DOMAIN-SUFFIX,ip138.com
|
||||
DOMAIN-SUFFIX,ping.pe
|
||||
DOMAIN-SUFFIX,reddit.com
|
||||
DOMAIN-SUFFIX,teddysun.com
|
||||
DOMAIN-SUFFIX,tumbex.com
|
||||
DOMAIN-SUFFIX,twdvd.com
|
||||
DOMAIN-SUFFIX,unsplash.com
|
||||
DOMAIN-SUFFIX,xn--i2ru8q2qg.com
|
||||
DOMAIN-SUFFIX,yunpanjingling.com
|
||||
|
||||
# 国外域名
|
||||
DOMAIN-SUFFIX,hk
|
||||
DOMAIN-SUFFIX,jp
|
||||
DOMAIN-SUFFIX,kr
|
||||
DOMAIN-SUFFIX,sg
|
||||
DOMAIN-SUFFIX,tw
|
||||
DOMAIN-SUFFIX,uk
|
||||
DOMAIN-SUFFIX,us
|
||||
|
||||
# 国外域名关键字
|
||||
DOMAIN-KEYWORD,1e100
|
||||
DOMAIN-KEYWORD,abema
|
||||
DOMAIN-KEYWORD,appledaily
|
||||
DOMAIN-KEYWORD,avtb
|
||||
DOMAIN-KEYWORD,beetalk
|
||||
DOMAIN-KEYWORD,blogspot
|
||||
DOMAIN-KEYWORD,dropbox
|
||||
DOMAIN-KEYWORD,facebook
|
||||
DOMAIN-KEYWORD,fbcdn
|
||||
DOMAIN-KEYWORD,github
|
||||
DOMAIN-KEYWORD,gmail
|
||||
DOMAIN-KEYWORD,google
|
||||
DOMAIN-KEYWORD,instagram
|
||||
DOMAIN-KEYWORD,porn
|
||||
DOMAIN-KEYWORD,sci-hub
|
||||
DOMAIN-KEYWORD,spotify
|
||||
DOMAIN-KEYWORD,telegram
|
||||
DOMAIN-KEYWORD,twitter
|
||||
DOMAIN-KEYWORD,whatsapp
|
||||
DOMAIN-KEYWORD,youtube
|
||||
|
||||
# Top blocked sites
|
||||
DOMAIN-SUFFIX,4sqi.net
|
||||
DOMAIN-SUFFIX,a248.e.akamai.net
|
||||
DOMAIN-SUFFIX,adobedtm.com
|
||||
DOMAIN-SUFFIX,ampproject.org
|
||||
DOMAIN-SUFFIX,android.com
|
||||
DOMAIN-SUFFIX,aolcdn.com
|
||||
DOMAIN-SUFFIX,apkmirror.com
|
||||
DOMAIN-SUFFIX,apkpure.com
|
||||
DOMAIN-SUFFIX,app-measurement.com
|
||||
DOMAIN-SUFFIX,appspot.com
|
||||
DOMAIN-SUFFIX,archive.org
|
||||
DOMAIN-SUFFIX,armorgames.com
|
||||
DOMAIN-SUFFIX,aspnetcdn.com
|
||||
DOMAIN-SUFFIX,awsstatic.com
|
||||
DOMAIN-SUFFIX,azureedge.net
|
||||
DOMAIN-SUFFIX,azurewebsites.net
|
||||
DOMAIN-SUFFIX,bandwagonhost.com
|
||||
DOMAIN-SUFFIX,bing.com
|
||||
DOMAIN-SUFFIX,bkrtx.com
|
||||
DOMAIN-SUFFIX,blogcdn.com
|
||||
DOMAIN-SUFFIX,blogger.com
|
||||
DOMAIN-SUFFIX,blogsmithmedia.com
|
||||
DOMAIN-SUFFIX,blogspot.com
|
||||
DOMAIN-SUFFIX,blogspot.hk
|
||||
DOMAIN-SUFFIX,blogspot.jp
|
||||
DOMAIN-SUFFIX,bloomberg.cn
|
||||
DOMAIN-SUFFIX,bloomberg.com
|
||||
DOMAIN-SUFFIX,box.com
|
||||
DOMAIN-SUFFIX,cachefly.net
|
||||
DOMAIN-SUFFIX,cdnst.net
|
||||
DOMAIN-SUFFIX,cloudfront.net
|
||||
DOMAIN-SUFFIX,comodoca.com
|
||||
DOMAIN-SUFFIX,daum.net
|
||||
DOMAIN-SUFFIX,demdex.net
|
||||
DOMAIN-SUFFIX,deskconnect.com
|
||||
DOMAIN-SUFFIX,disqus.com
|
||||
DOMAIN-SUFFIX,disquscdn.com
|
||||
DOMAIN-SUFFIX,dropbox.com
|
||||
DOMAIN-SUFFIX,dropboxapi.com
|
||||
DOMAIN-SUFFIX,dropboxstatic.com
|
||||
DOMAIN-SUFFIX,dropboxusercontent.com
|
||||
DOMAIN-SUFFIX,duckduckgo.com
|
||||
DOMAIN-SUFFIX,edgecastcdn.net
|
||||
DOMAIN-SUFFIX,edgekey.net
|
||||
DOMAIN-SUFFIX,edgesuite.net
|
||||
DOMAIN-SUFFIX,eurekavpt.com
|
||||
DOMAIN-SUFFIX,fastmail.com
|
||||
DOMAIN-SUFFIX,firebaseio.com
|
||||
DOMAIN-SUFFIX,flickr.com
|
||||
DOMAIN-SUFFIX,flipboard.com
|
||||
DOMAIN-SUFFIX,gfx.ms
|
||||
DOMAIN-SUFFIX,gongm.in
|
||||
DOMAIN-SUFFIX,hulu.com
|
||||
DOMAIN-SUFFIX,id.heroku.com
|
||||
DOMAIN-SUFFIX,io.io
|
||||
DOMAIN-SUFFIX,issuu.com
|
||||
DOMAIN-SUFFIX,ixquick.com
|
||||
DOMAIN-SUFFIX,jtvnw.net
|
||||
DOMAIN-SUFFIX,kat.cr
|
||||
DOMAIN-SUFFIX,kik.com
|
||||
DOMAIN-SUFFIX,kobo.com
|
||||
DOMAIN-SUFFIX,kobobooks.com
|
||||
DOMAIN-SUFFIX,licdn.com
|
||||
DOMAIN-SUFFIX,live.net
|
||||
DOMAIN-SUFFIX,livefilestore.com
|
||||
DOMAIN-SUFFIX,llnwd.net
|
||||
DOMAIN-SUFFIX,macrumors.com
|
||||
DOMAIN-SUFFIX,medium.com
|
||||
DOMAIN-SUFFIX,mega.nz
|
||||
DOMAIN-SUFFIX,megaupload.com
|
||||
DOMAIN-SUFFIX,messenger.com
|
||||
DOMAIN-SUFFIX,netdna-cdn.com
|
||||
DOMAIN-SUFFIX,nintendo.net
|
||||
DOMAIN-SUFFIX,nsstatic.net
|
||||
DOMAIN-SUFFIX,nytstyle.com
|
||||
DOMAIN-SUFFIX,openvpn.net
|
||||
DOMAIN-SUFFIX,periscope.tv
|
||||
DOMAIN-SUFFIX,pinimg.com
|
||||
DOMAIN-SUFFIX,pinterest.com
|
||||
DOMAIN-SUFFIX,pixiv.net
|
||||
DOMAIN-SUFFIX,potato.im
|
||||
DOMAIN-SUFFIX,prfct.co
|
||||
DOMAIN-SUFFIX,pscp.tv
|
||||
DOMAIN-SUFFIX,quora.com
|
||||
DOMAIN-SUFFIX,resilio.com
|
||||
DOMAIN-SUFFIX,sfx.ms
|
||||
DOMAIN-SUFFIX,shadowsocks.org
|
||||
DOMAIN-SUFFIX,slack-edge.com
|
||||
DOMAIN-SUFFIX,smartdnsproxy.com
|
||||
DOMAIN-SUFFIX,sndcdn.com
|
||||
DOMAIN-SUFFIX,soundcloud.com
|
||||
DOMAIN-SUFFIX,startpage.com
|
||||
DOMAIN-SUFFIX,staticflickr.com
|
||||
DOMAIN-SUFFIX,symauth.com
|
||||
DOMAIN-SUFFIX,symcb.com
|
||||
DOMAIN-SUFFIX,symcd.com
|
||||
DOMAIN-SUFFIX,textnow.com
|
||||
DOMAIN-SUFFIX,thefacebook.com
|
||||
DOMAIN-SUFFIX,thepiratebay.org
|
||||
DOMAIN-SUFFIX,torproject.org
|
||||
DOMAIN-SUFFIX,trustasiassl.com
|
||||
DOMAIN-SUFFIX,tumblr.co
|
||||
DOMAIN-SUFFIX,tumblr.com
|
||||
DOMAIN-SUFFIX,tvb.com
|
||||
DOMAIN-SUFFIX,txmblr.com
|
||||
DOMAIN-SUFFIX,vimeo.com
|
||||
DOMAIN-SUFFIX,vine.co
|
||||
DOMAIN-SUFFIX,vox-cdn.com
|
||||
DOMAIN-SUFFIX,wikileaks.org
|
||||
DOMAIN-SUFFIX,wikipedia.org
|
||||
|
||||
# Amazon
|
||||
DOMAIN-SUFFIX,amazon.co.jp
|
||||
DOMAIN-SUFFIX,amazon.com
|
||||
DOMAIN-SUFFIX,amazonaws.com
|
||||
IP-CIDR,13.32.0.0/15,no-resolve
|
||||
IP-CIDR,13.35.0.0/17,no-resolve
|
||||
IP-CIDR,18.184.0.0/15,no-resolve
|
||||
IP-CIDR,18.194.0.0/15,no-resolve
|
||||
IP-CIDR,18.208.0.0/13,no-resolve
|
||||
IP-CIDR,18.232.0.0/14,no-resolve
|
||||
IP-CIDR,52.58.0.0/15,no-resolve
|
||||
IP-CIDR,52.74.0.0/16,no-resolve
|
||||
IP-CIDR,52.77.0.0/16,no-resolve
|
||||
IP-CIDR,52.84.0.0/15,no-resolve
|
||||
IP-CIDR,52.200.0.0/13,no-resolve
|
||||
IP-CIDR,54.93.0.0/16,no-resolve
|
||||
IP-CIDR,54.156.0.0/14,no-resolve
|
||||
IP-CIDR,54.226.0.0/15,no-resolve
|
||||
IP-CIDR,54.230.156.0/22,no-resolve
|
||||
|
||||
# BBC
|
||||
DOMAIN-KEYWORD,uk-live
|
||||
DOMAIN-SUFFIX,bbc.co
|
||||
DOMAIN-SUFFIX,bbc.com
|
||||
|
||||
# Discord
|
||||
DOMAIN-SUFFIX,discord.gg
|
||||
DOMAIN-SUFFIX,discord.media
|
||||
DOMAIN-SUFFIX,discordapp.com
|
||||
DOMAIN-SUFFIX,discordapp.net
|
||||
|
||||
# Facebook
|
||||
DOMAIN-SUFFIX,facebook.com
|
||||
DOMAIN-SUFFIX,fb.com
|
||||
DOMAIN-SUFFIX,fb.me
|
||||
DOMAIN-SUFFIX,fbcdn.com
|
||||
DOMAIN-SUFFIX,fbcdn.net
|
||||
IP-CIDR,31.13.24.0/21,no-resolve
|
||||
IP-CIDR,31.13.64.0/18,no-resolve
|
||||
IP-CIDR,45.64.40.0/22,no-resolve
|
||||
IP-CIDR,66.220.144.0/20,no-resolve
|
||||
IP-CIDR,69.63.176.0/20,no-resolve
|
||||
IP-CIDR,69.171.224.0/19,no-resolve
|
||||
IP-CIDR,74.119.76.0/22,no-resolve
|
||||
IP-CIDR,103.4.96.0/22,no-resolve
|
||||
IP-CIDR,129.134.0.0/17,no-resolve
|
||||
IP-CIDR,157.240.0.0/17,no-resolve
|
||||
IP-CIDR,173.252.64.0/18,no-resolve
|
||||
IP-CIDR,179.60.192.0/22,no-resolve
|
||||
IP-CIDR,185.60.216.0/22,no-resolve
|
||||
IP-CIDR,204.15.20.0/22,no-resolve
|
||||
|
||||
# Github
|
||||
DOMAIN-SUFFIX,github.com
|
||||
DOMAIN-SUFFIX,github.io
|
||||
DOMAIN-SUFFIX,githubapp.com
|
||||
DOMAIN-SUFFIX,githubassets.com
|
||||
DOMAIN-SUFFIX,githubusercontent.com
|
||||
|
||||
# Google
|
||||
DOMAIN-SUFFIX,1e100.net
|
||||
DOMAIN-SUFFIX,2mdn.net
|
||||
DOMAIN-SUFFIX,app-measurement.net
|
||||
DOMAIN-SUFFIX,ggpht.com
|
||||
DOMAIN-SUFFIX,googleapis.cn
|
||||
DOMAIN-SUFFIX,googleapis.com
|
||||
DOMAIN-SUFFIX,gstatic.cn
|
||||
DOMAIN-SUFFIX,gstatic.com
|
||||
DOMAIN-SUFFIX,g.co
|
||||
DOMAIN-SUFFIX,goo.gl
|
||||
DOMAIN-SUFFIX,gvt0.com
|
||||
DOMAIN-SUFFIX,gvt1.com
|
||||
DOMAIN-SUFFIX,gvt2.com
|
||||
DOMAIN-SUFFIX,gvt3.com
|
||||
DOMAIN-SUFFIX,xn--ngstr-lra8j.com
|
||||
DOMAIN-SUFFIX,youtu.be
|
||||
DOMAIN-SUFFIX,youtube-nocookie.com
|
||||
DOMAIN-SUFFIX,youtube.com
|
||||
DOMAIN-SUFFIX,ytimg.com
|
||||
IP-CIDR,74.125.0.0/16,no-resolve
|
||||
IP-CIDR,173.194.0.0/16,no-resolve
|
||||
|
||||
# Instagram
|
||||
DOMAIN-SUFFIX,cdninstagram.com
|
||||
DOMAIN-SUFFIX,instagram.com
|
||||
DOMAIN-SUFFIX,instagr.am
|
||||
DOMAIN-SUFFIX,akamaihd.net
|
||||
|
||||
# Kakao Talk
|
||||
DOMAIN-SUFFIX,kakao.com
|
||||
DOMAIN-SUFFIX,kakao.co.kr
|
||||
DOMAIN-SUFFIX,kakaocdn.net
|
||||
IP-CIDR,1.201.0.0/24,no-resolve
|
||||
IP-CIDR,27.0.236.0/22,no-resolve
|
||||
IP-CIDR,103.27.148.0/22,no-resolve
|
||||
IP-CIDR,103.246.56.0/22,no-resolve
|
||||
IP-CIDR,110.76.140.0/22,no-resolve
|
||||
IP-CIDR,113.61.104.0/22,no-resolve
|
||||
|
||||
# Line
|
||||
DOMAIN-SUFFIX,lin.ee
|
||||
DOMAIN-SUFFIX,line-apps.com
|
||||
DOMAIN-SUFFIX,line-cdn.net
|
||||
DOMAIN-SUFFIX,line-scdn.net
|
||||
DOMAIN-SUFFIX,line.me
|
||||
DOMAIN-SUFFIX,line.naver.jp
|
||||
DOMAIN-SUFFIX,nhncorp.jp
|
||||
IP-CIDR,103.2.28.0/22,no-resolve
|
||||
IP-CIDR,119.235.224.0/21,no-resolve
|
||||
IP-CIDR,119.235.232.0/23,no-resolve
|
||||
IP-CIDR,119.235.235.0/24,no-resolve
|
||||
IP-CIDR,119.235.236.0/23,no-resolve
|
||||
IP-CIDR,125.6.146.0/24,no-resolve
|
||||
IP-CIDR,125.6.149.0/24,no-resolve
|
||||
IP-CIDR,125.6.190.0/24,no-resolve
|
||||
IP-CIDR,125.209.208.0/20,no-resolve
|
||||
IP-CIDR,203.104.103.0/24,no-resolve
|
||||
IP-CIDR,203.104.128.0/20,no-resolve
|
||||
IP-CIDR,203.174.66.64/26,no-resolve
|
||||
IP-CIDR,203.174.77.0/24,no-resolve
|
||||
|
||||
# Steam
|
||||
DOMAIN-SUFFIX,fanatical.com
|
||||
DOMAIN-SUFFIX,humblebundle.com
|
||||
DOMAIN-SUFFIX,steamcommunity.com
|
||||
DOMAIN-SUFFIX,steampowered.com
|
||||
DOMAIN-SUFFIX,steamstatic.com
|
||||
|
||||
# Twitch
|
||||
DOMAIN-SUFFIX,twitch.tv
|
||||
DOMAIN-SUFFIX,ttvnw.net
|
||||
DOMAIN-SUFFIX,jtvnw.net
|
||||
DOMAIN-SUFFIX,akamaized.net
|
||||
|
||||
# Twitter
|
||||
DOMAIN-SUFFIX,t.co
|
||||
DOMAIN-SUFFIX,twimg.co
|
||||
DOMAIN-SUFFIX,twimg.com
|
||||
DOMAIN-SUFFIX,twimg.org
|
||||
|
||||
# Telegram
|
||||
DOMAIN-SUFFIX,t.me
|
||||
DOMAIN-SUFFIX,tdesktop.com
|
||||
DOMAIN-SUFFIX,telegra.ph
|
||||
DOMAIN-SUFFIX,telegram.me
|
||||
DOMAIN-SUFFIX,telegram.org
|
||||
IP-CIDR,91.108.4.0/22,no-resolve
|
||||
IP-CIDR,91.108.56.0/22,no-resolve
|
||||
IP-CIDR,91.108.56.0/23,no-resolve
|
||||
IP-CIDR,109.239.140.0/24,no-resolve
|
||||
IP-CIDR,149.154.160.0/22,no-resolve
|
||||
IP-CIDR,149.154.164.0/22,no-resolve
|
||||
IP-CIDR,149.154.168.0/22,no-resolve
|
||||
IP-CIDR,149.154.172.0/22,no-resolve
|
||||
IP-CIDR6,2001:67c:4e8::/48,no-resolve
|
||||
IP-CIDR6,2001:b28:f23d::/48,no-resolve
|
||||
IP-CIDR6,2001:b28:f23f::/48,no-resolve
|
||||
|
||||
# Whatsapp
|
||||
IP-CIDR,18.194.0.0/15,no-resolve
|
||||
IP-CIDR,34.224.0.0/12,no-resolve
|
||||
IP-CIDR,54.242.0.0/15,no-resolve
|
||||
IP-CIDR,50.22.198.204/30,no-resolve
|
||||
IP-CIDR,208.43.122.128/27,no-resolve
|
||||
IP-CIDR,108.168.174.0/16,no-resolve
|
||||
IP-CIDR,173.192.231.32/27,no-resolve
|
||||
IP-CIDR,158.85.5.192/27,no-resolve
|
||||
IP-CIDR,174.37.243.0/16,no-resolve
|
||||
IP-CIDR,158.85.46.128/27,no-resolve
|
||||
IP-CIDR,173.192.222.160/27,no-resolve
|
||||
IP-CIDR,184.173.128.0/17,no-resolve
|
||||
IP-CIDR,158.85.224.160/27,no-resolve
|
||||
IP-CIDR,75.126.150.0/16,no-resolve
|
||||
IP-CIDR,69.171.235.0/16,no-resolve
|
||||
|
||||
#飞流直播
|
||||
DOMAIN-SUFFIX,neulion.com
|
||||
DOMAIN-SUFFIX,icntv.xyz
|
||||
DOMAIN-SUFFIX,flzbcdn.xyz
|
||||
|
||||
#华文电视
|
||||
DOMAIN-SUFFIX,ocnttv.com
|
||||
@@ -1,27 +1,19 @@
|
||||
# Advertising 广告(以及隐私追踪)
|
||||
# Advertising 广告
|
||||
# > General
|
||||
DOMAIN-KEYWORD,adservice
|
||||
DOMAIN-KEYWORD,analytics
|
||||
DOMAIN-KEYWORD,analysis
|
||||
|
||||
DOMAIN-SUFFIX,42trck.com
|
||||
DOMAIN-SUFFIX,51.la
|
||||
DOMAIN-SUFFIX,adcolony.com
|
||||
DOMAIN-SUFFIX,adinfuse.com
|
||||
DOMAIN-SUFFIX,adjust.com
|
||||
DOMAIN-SUFFIX,adjust.io
|
||||
DOMAIN-SUFFIX,adinall.com
|
||||
DOMAIN-SUFFIX,admaster.com.cn
|
||||
DOMAIN-SUFFIX,admob.com
|
||||
DOMAIN-SUFFIX,adnxs.com
|
||||
DOMAIN-SUFFIX,adnyg.com
|
||||
DOMAIN-SUFFIX,adsensor.org
|
||||
DOMAIN-SUFFIX,adsymptotic.com
|
||||
DOMAIN-SUFFIX,adtarget.tech
|
||||
DOMAIN-SUFFIX,adthor.com
|
||||
DOMAIN-SUFFIX,adwhirl.com
|
||||
DOMAIN-SUFFIX,amazon-adsystem.com
|
||||
DOMAIN-SUFFIX,amobee.com
|
||||
DOMAIN-SUFFIX,analysys.cn
|
||||
DOMAIN-SUFFIX,app-adforce.jp
|
||||
DOMAIN-SUFFIX,appads.com
|
||||
DOMAIN-SUFFIX,appcpi.net
|
||||
@@ -29,7 +21,6 @@ DOMAIN-SUFFIX,appier.net
|
||||
DOMAIN-SUFFIX,applift.com
|
||||
DOMAIN-SUFFIX,applovin.com
|
||||
DOMAIN-SUFFIX,applvn.com
|
||||
DOMAIN-SUFFIX,appsflyer.com
|
||||
DOMAIN-SUFFIX,apsalar.com
|
||||
DOMAIN-SUFFIX,apxadtracking.net
|
||||
DOMAIN-SUFFIX,axonix.com
|
||||
@@ -39,10 +30,9 @@ DOMAIN-SUFFIX,bulldogcpi.com
|
||||
DOMAIN-SUFFIX,clotfun.mobi
|
||||
DOMAIN-SUFFIX,clotfun.online
|
||||
DOMAIN-SUFFIX,cloudmobi.net
|
||||
DOMAIN-SUFFIX,cnzz.com
|
||||
DOMAIN-SUFFIX,crwdcntrl.net
|
||||
DOMAIN-SUFFIX,ctrmi.com
|
||||
DOMAIN-SUFFIX,exosrv.com
|
||||
DOMAIN-SUFFIX,flurry.com
|
||||
DOMAIN-SUFFIX,go2cloud.org
|
||||
DOMAIN-SUFFIX,growingio.com
|
||||
DOMAIN-SUFFIX,haloapps.com
|
||||
@@ -78,6 +68,7 @@ DOMAIN-SUFFIX,mobclix.com
|
||||
DOMAIN-SUFFIX,mopub.com
|
||||
DOMAIN-SUFFIX,okjhb.xyz
|
||||
DOMAIN-SUFFIX,openx.net
|
||||
DOMAIN-SUFFIX,outbrain.com
|
||||
DOMAIN-SUFFIX,pubmatic.com
|
||||
DOMAIN-SUFFIX,qchannel01.cn
|
||||
DOMAIN-SUFFIX,rayjump.com
|
||||
@@ -99,14 +90,14 @@ DOMAIN-SUFFIX,trafficjunky.net
|
||||
DOMAIN-SUFFIX,turn.com
|
||||
DOMAIN-SUFFIX,uri6.com
|
||||
DOMAIN-SUFFIX,vidoomy.com
|
||||
DOMAIN-SUFFIX,voicefive.com
|
||||
DOMAIN-SUFFIX,vungle.com
|
||||
DOMAIN-SUFFIX,wedolook.com
|
||||
DOMAIN-SUFFIX,xdrig.com
|
||||
DOMAIN-SUFFIX,yumimobi.com
|
||||
DOMAIN-SUFFIX,zu08e.cn
|
||||
|
||||
DOMAIN-SUFFIX,ad.cmvideo.cn
|
||||
DOMAIN-SUFFIX,ad.daum.net
|
||||
DOMAIN-SUFFIX,track.xiachufang.com
|
||||
DOMAIN,abema-adx.ameba.jp
|
||||
DOMAIN,ad.12306.cn
|
||||
DOMAIN,ad.360in.com
|
||||
@@ -119,41 +110,30 @@ DOMAIN,ad.qingting.fm
|
||||
DOMAIN,ad.wappalyzer.com
|
||||
DOMAIN,ad-cn.jovcloud.com
|
||||
DOMAIN,adextra.51wnl-cq.com
|
||||
DOMAIN,api.adnet.mob.com
|
||||
DOMAIN,ads.adadapted.com
|
||||
DOMAIN,ads.chinadaily.com.cn
|
||||
DOMAIN,ads.daydaycook.com.cn
|
||||
DOMAIN,ads.weilitoutiao.net
|
||||
DOMAIN,adsapi.manhuaren.com
|
||||
DOMAIN,adsdk.dmzj.com
|
||||
DOMAIN,adserver.pandora.com
|
||||
DOMAIN,adshow.58.com
|
||||
DOMAIN,adui.tg.meitu.com
|
||||
DOMAIN,adv.bandi.so
|
||||
DOMAIN,adxserver.ad.cmvideo.cn
|
||||
DOMAIN,app-ad.variflight.com
|
||||
DOMAIN,applog.mobike.com
|
||||
DOMAIN,appnext.hs.llnwd.net
|
||||
DOMAIN,appnext-a.akamaihd.net
|
||||
DOMAIN,ggs.myzaker.com
|
||||
DOMAIN,gs.getui.com
|
||||
DOMAIN,itad.linetv.tw
|
||||
DOMAIN,ja.chushou.tv
|
||||
DOMAIN,log.b612kaji.com
|
||||
DOMAIN,mads.suning.com
|
||||
DOMAIN,mobileads.msn.com
|
||||
DOMAIN,mopnativeadv.037201.com
|
||||
DOMAIN,nativeadv.dftoutiao.com
|
||||
DOMAIN,sugar.zhihu.com
|
||||
DOMAIN,toots-a.akamaihd.net
|
||||
DOMAIN,track.tiara.daum.net
|
||||
DOMAIN,track.tiara.kakao.com
|
||||
DOMAIN,trackapp.guahao.cn
|
||||
DOMAIN,traffic.mogujie.com
|
||||
DOMAIN,wmlog.meituan.com
|
||||
|
||||
# (0~9)
|
||||
# > 58 同城
|
||||
DOMAIN,adshow.58.com
|
||||
DOMAIN,track.58.com
|
||||
DOMAIN,tracklog.58.com
|
||||
# (A)
|
||||
# > Apple
|
||||
DOMAIN-SUFFIX,iadsdk.apple.com
|
||||
@@ -161,16 +141,6 @@ DOMAIN-SUFFIX,ads.internal.unity3d.com
|
||||
DOMAIN-SUFFIX,ads.prd.ie.internal.unity3d.com
|
||||
DOMAIN-SUFFIX,unityads.unity3d.com
|
||||
# > Alibaba
|
||||
DOMAIN,acs4baichuan.m.taobao.com
|
||||
DOMAIN,adash.m.taobao.com
|
||||
DOMAIN,adash.man.aliyuncs.com
|
||||
DOMAIN,adashbc.ut.taobao.com
|
||||
DOMAIN,adash-c.ut.taobao.com
|
||||
DOMAIN,adashx.m.taobao.com
|
||||
DOMAIN,adashx4yt.m.taobao.com
|
||||
DOMAIN,adashxgc.ut.taobao.com
|
||||
DOMAIN,h-adashx.ut.taobao.com
|
||||
DOMAIN,nbsdk-baichuan.alicdn.com
|
||||
DOMAIN,optimus-ads.amap.com
|
||||
DOMAIN,optimus-ads.amap.com.w.alikunlun.com
|
||||
DOMAIN,tunion-api.m.taobao.com
|
||||
@@ -181,23 +151,16 @@ DOMAIN,al.autohome.com.cn
|
||||
DOMAIN,applogapi.autohome.com.cn
|
||||
# (B)
|
||||
# > Baidu
|
||||
DOMAIN-SUFFIX,baidustatic.com
|
||||
DOMAIN-SUFFIX,cpro.baidu.com
|
||||
DOMAIN-SUFFIX,pos.baidu.com
|
||||
DOMAIN,afd.baidu.com
|
||||
DOMAIN,als.baidu.com
|
||||
DOMAIN,duclick.baidu.com
|
||||
DOMAIN,hm.baidu.com
|
||||
DOMAIN,hmma.baidu.com
|
||||
DOMAIN,mobads.baidu.com
|
||||
DOMAIN,mobads-logs.baidu.com
|
||||
DOMAIN,nsclick.baidu.com
|
||||
# > ByteDance
|
||||
DOMAIN,ad.toutiao.com
|
||||
DOMAIN,applog.musical.ly
|
||||
DOMAIN,track.toutiao.com
|
||||
DOMAIN,xlog.snssdk.com
|
||||
DOMAIN,xlog-va.byteoversea.com
|
||||
# > BitAuto
|
||||
DOMAIN,adx.yiche.com
|
||||
DOMAIN,log.ycapp.yiche.com
|
||||
@@ -211,6 +174,7 @@ DOMAIN,mdrecv.app.cntvwb.cn
|
||||
DOMAIN,sdapprecv.app.cntvwb.cn
|
||||
DOMAIN,vdapprecv.app.cntvwb.cn
|
||||
# > ChinaTelecom
|
||||
DOMAIN,ad.21cn.com
|
||||
DOMAIN,ad.k.21cn.com
|
||||
DOMAIN,admarket.21cn.com
|
||||
DOMAIN,adshows.21cn.com
|
||||
@@ -223,24 +187,16 @@ DOMAIN-SUFFIX,doubleclick.net
|
||||
DOMAIN-SUFFIX,googleadservices.com
|
||||
DOMAIN-SUFFIX,googleadsserving.cn
|
||||
DOMAIN-SUFFIX,googlesyndication.com
|
||||
DOMAIN-SUFFIX,googletagmanager.com
|
||||
DOMAIN-SUFFIX,googletagservices.com
|
||||
# (H)
|
||||
# > HunanTV
|
||||
DOMAIN-SUFFIX,da.mgtv.com
|
||||
DOMAIN-SUFFIX,da.hunantv.com
|
||||
DOMAIN-SUFFIX,log.hunantv.com
|
||||
DOMAIN,log.v2.hunantv.com
|
||||
DOMAIN,v2.log.hunantv.com
|
||||
# > Hupu
|
||||
DOMAIN,adx.hupu.com
|
||||
DOMAIN,adx-api.hupu.com
|
||||
DOMAIN,goblin.hupu.com
|
||||
# (I)
|
||||
# > iQiyi
|
||||
DOMAIN,ifacelog.iqiyi.com
|
||||
DOMAIN,msg.71.am
|
||||
DOMAIN,msg.qy.net
|
||||
DOMAIN,t7z.cupid.iqiyi.com
|
||||
IP-CIDR,101.227.97.240/32,no-resolve
|
||||
IP-CIDR,101.227.200.11/32,no-resolve
|
||||
@@ -279,6 +235,7 @@ DOMAIN,g3.letv.com
|
||||
DOMAIN,n.mark.letv.com
|
||||
# > 乐播投屏
|
||||
DOMAIN,ad.hpplay.cn
|
||||
DOMAIN,adcdn.hpplay.cn
|
||||
DOMAIN,adeng.hpplay.cn
|
||||
DOMAIN,rp.hpplay.cn
|
||||
# (M)
|
||||
@@ -286,11 +243,8 @@ DOMAIN,rp.hpplay.cn
|
||||
DOMAIN-SUFFIX,ad.intl.xiaomi.com
|
||||
DOMAIN-SUFFIX,ad.xiaomi.com
|
||||
DOMAIN-SUFFIX,admob.xiaomi.com
|
||||
DOMAIN-SUFFIX,tracking.miui.com
|
||||
DOMAIN,adv.sec.intl.miui.com
|
||||
DOMAIN,adv.sec.miui.com
|
||||
DOMAIN,data.mistat.xiaomi.com
|
||||
DOMAIN,tracking.intl.miui.com
|
||||
# > 墨迹天气
|
||||
DOMAIN,ad.api.moji.com
|
||||
DOMAIN,adlaunch.moji.com
|
||||
@@ -343,24 +297,17 @@ DOMAIN,track.sohu.com
|
||||
DOMAIN,hui.sohu.com
|
||||
# (T)
|
||||
# > Tencent
|
||||
DOMAIN-SUFFIX,beacon.qq.com
|
||||
DOMAIN-SUFFIX,bugly.qq.com
|
||||
DOMAIN-SUFFIX,e.qq.com
|
||||
DOMAIN-SUFFIX,gdt.qq.com
|
||||
DOMAIN-SUFFIX,l.qq.com
|
||||
DOMAIN-SUFFIX,rqd.qq.com
|
||||
DOMAIN,adsmind.tc.qq.com
|
||||
DOMAIN,adsmind.apdcdn.tc.qq.com
|
||||
DOMAIN,btrace.qq.com
|
||||
DOMAIN,mtrace.qq.com
|
||||
DOMAIN,oth.eve.mdt.qq.com
|
||||
DOMAIN,pgdt.gtimg.com
|
||||
DOMAIN,adsmind.gdtimg.com
|
||||
DOMAIN,adsmind.tc.qq.com
|
||||
DOMAIN,pgdt.gtimg.cn
|
||||
DOMAIN,pgdt.gtimg.com
|
||||
DOMAIN,pgdt.ugdtimg.com
|
||||
DOMAIN,pingma.qq.com
|
||||
DOMAIN,pingtcss.qq.com
|
||||
DOMAIN,splashqqlive.gtimg.com
|
||||
DOMAIN,tajs.qq.com
|
||||
DOMAIN,wa.gtimg.com
|
||||
DOMAIN,wxsnsdy.wxs.qq.com
|
||||
DOMAIN,wxsnsdythumb.wxs.qq.com
|
||||
# > The Paper
|
||||
@@ -380,20 +327,6 @@ DOMAIN,iad0ssl.pconline.com.cn
|
||||
DOMAIN,imgad0.pcauto.com.cn
|
||||
DOMAIN,imgad0.pconline.com.cn
|
||||
DOMAIN,ivy.pchouse.com.cn
|
||||
# (U)
|
||||
# > UC
|
||||
DOMAIN,adtrack.ucweb.com
|
||||
DOMAIN,track.uc.cn
|
||||
# > Umeng
|
||||
DOMAIN,alog.umeng.co
|
||||
DOMAIN,alog.umeng.com
|
||||
DOMAIN,alogs.umeng.com
|
||||
DOMAIN,alog.umengcloud.com
|
||||
DOMAIN,alogs.umengcloud.com
|
||||
DOMAIN,ar.umeng.com
|
||||
DOMAIN,plbslog.umeng.com
|
||||
DOMAIN,ulogs.umeng.com
|
||||
DOMAIN,ulogs.umengcloud.com
|
||||
# (W)
|
||||
# > WiFi 万能钥匙
|
||||
DOMAIN,a.wkanx.com
|
||||
@@ -408,8 +341,8 @@ DOMAIN,adse.wsa.ximalaya.com
|
||||
DOMAIN,adbehavior.wsa.ximalaya.com
|
||||
DOMAIN,adsebs.ximalaya.com
|
||||
# > 小红书
|
||||
DOMAIN,ads-img-qc.xhscdn.com
|
||||
DOMAIN,ads-video-qc.xhscdn.com
|
||||
DOMAIN,apm-track.xiaohongshu.com
|
||||
DOMAIN,t-ads.xiaohongshu.com
|
||||
# (Y)
|
||||
# > Youku
|
||||
@@ -419,500 +352,4 @@ DOMAIN,iyes.youku.com
|
||||
# (Z)
|
||||
# > ZOL
|
||||
DOMAIN,apppv.zol.com.cn
|
||||
DOMAIN,pvnapp.zol.com.cn
|
||||
|
||||
# URL
|
||||
# 0~9
|
||||
# > 21经济
|
||||
URL-REGEX,^https?:\/\/api\.21jingji\.com\/ad\/
|
||||
# > 360doc
|
||||
URL-REGEX,^https?:\/\/mobi\.360doc\.com\/v\d{2}\/Ajax\/festival\.ashx\?op=getfestivaltheme
|
||||
# > 58同城
|
||||
URL-REGEX,^https?:\/\/app\.58\.com\/api\/home\/(advertising|appadv)\/
|
||||
URL-REGEX,^https?:\/\/app\.58\.com\/api\/home\/invite\/popupAdv
|
||||
URL-REGEX,^https?:\/\/app\.58\.com\/api\/log\/
|
||||
URL-REGEX,^https?:\/\/.+\.58cdn\.com\.cn\/brandads\/
|
||||
|
||||
# A
|
||||
# > 阿里巴巴
|
||||
URL-REGEX,^https?:\/\/(gw|heic)\.alicdn\.com\/.*\.jpg_(9\d{2}|\d{4})
|
||||
# >> 闲鱼
|
||||
URL-REGEX,^https?:\/\/acs\.m\.taobao\.com\/gw\/mtop\.taobao\.idle\.home\.welcome\/
|
||||
# >> 飞猪
|
||||
URL-REGEX,^https?:\/\/acs\.m\.taobao\.com\/gw\/mtop\.trip\.activity\.querytmsresources\/
|
||||
# >> 淘票票
|
||||
URL-REGEX,^https?:\/\/acs\.m\.taobao\.com\/gw\/mtop\.film\.mtopadvertiseapi\.queryadvertise\/
|
||||
# >> 口碑
|
||||
URL-REGEX,^https?:\/\/render\.alipay\.com\/p\/s\/h5data\/prod\/spring-festival-2019-h5data\/popup-h5data\.json
|
||||
URL-REGEX,^https?:\/\/acs\.m\.taobao\.com\/gw\/mtop\.o2o\.ad\.gateway\.get\/
|
||||
URL-REGEX,^https?:\/\/guide-acs\.m\.taobao\.com\/gw\/mtop\.taobao\.wireless\.home\.splash\.awesome\.get\/
|
||||
# >> 高德地图
|
||||
URL-REGEX,^https?:\/\/m\d\.amap\.com\/ws\/valueadded\/alimama\/splash_screen\/
|
||||
# >> 优酷
|
||||
URL-REGEX,^https?:\/\/.+\.mp4\?ccode=0902
|
||||
URL-REGEX,^https?:\/\/.+\.mp4\?sid=
|
||||
URL-REGEX,^https?:\/\/vali\.cp31\.ott\.cibntv\.net\/youku\/.+\.mp4\?sid=
|
||||
# > AcFun
|
||||
URL-REGEX,^https?:\/\/aes\.acfun\.cn\/s\?adzones
|
||||
# > 爱回收
|
||||
URL-REGEX,^https?:\/\/gw\.aihuishou\.com\/app-portal\/home\/getadvertisement
|
||||
# > APICloud
|
||||
URL-REGEX,^https?:\/\/a\.apicloud\.com\/start_page\/
|
||||
|
||||
# B
|
||||
# > 百度
|
||||
# >> 百度网盘
|
||||
URL-REGEX,^https?:\/\/pan\.baidu\.com\/rest\/2.0\/pcs\/adx
|
||||
URL-REGEX,^https?:\/\/pan\.baidu\.com\/act\/api\/activityentry
|
||||
URL-REGEX,^https?:\/\/issuecdn\.baidupcs\.com\/issue\/netdisk\/guanggao\/
|
||||
# >> 百度贴吧
|
||||
URL-REGEX,^https?:\/\/c\.tieba\.baidu\.com\/c\/s\/splashSchedule
|
||||
URL-REGEX,^https?:\/\/c\.tieba\.baidu\.com\/c\/f\/forum\/getAdInfo
|
||||
URL-REGEX,^https?:\/\/c\.tieba\.baidu\.com\/\w+\/\w+\/(sync|newRnSync|mlog)
|
||||
# >> 百度地图
|
||||
# URL-REGEX,^https?:\/\/.+\/client\/phpui2\/
|
||||
URL-REGEX,^https?:\/\/ss0\.bdstatic\.com/.+_\d{3}_\d{4}\.jpg
|
||||
# >> 爱奇艺
|
||||
URL-REGEX,^https?:\/\/iface\.iqiyi\.com\/api\/getNewAdInfo
|
||||
URL-REGEX,^https?:\/\/.+\/(mixer|track2)\?
|
||||
URL-REGEX,^https?:\/\/act\.vip\.iqiyi\.com\/interact\/api\/show.do
|
||||
URL-REGEX,^https?:\/\/act\.vip\.iqiyi\.com\/interact\/api\/v2\/show
|
||||
# > 哔哩哔哩
|
||||
URL-REGEX,^https?:\/\/app\.bilibili\.com\/x\/v\d\/splash\/
|
||||
URL-REGEX,^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Comic\/Flash
|
||||
# > 抱抱
|
||||
URL-REGEX,^https?:\/\/www\.myhug\.cn\/ad\/
|
||||
# > 百词斩
|
||||
URL-REGEX,^https?:\/\/7n\.bczcdn\.com\/launchad\/
|
||||
# > 贝太厨房
|
||||
URL-REGEX,^https?:\/\/channel\.beitaichufang\.com\/channel\/api\/v\d\/promote\/ios\/start\/page
|
||||
# > 币世界
|
||||
URL-REGEX,^https?:\/\/iapi\.bishijie\.com\/actopen\/advertising\/
|
||||
# > 贝壳找房
|
||||
URL-REGEX,^https?:\/\/app\.api\.ke\.com\/config\/config\/bootpage
|
||||
# > 薄荷
|
||||
URL-REGEX,^https?:\/\/status\.boohee\.com\/api\/v\d\/app_square\/start_up_with_ad
|
||||
|
||||
# C
|
||||
# > CNTV
|
||||
URL-REGEX,^https?:\/\/cntv\.hls\.cdn\.myqcloud\.com\/.+\?maxbr=850
|
||||
URL-REGEX,^https?:\/\/asp\.cntv\.myalicdn\.com\/.+\?maxbr=850
|
||||
URL-REGEX,^https?:\/\/www\.cntv\.cn\/nettv\/adp\/
|
||||
URL-REGEX,^https?:\/\/v\.cctv\.com\/.+850
|
||||
# > 车来了
|
||||
URL-REGEX,^https?:\/\/api\.chelaile\.net\.cn\/adpub\/
|
||||
# URL-REGEX,^https?:\/\/(api|atrace)\.chelaile\.net\.cn\/adpub\/
|
||||
URL-REGEX,^https?:\/\/api\.chelaile\.net\.cn\/goocity\/advert\/
|
||||
# URL-REGEX,^https?:\/\/atrace\.chelaile\.net\.cn\/exhibit\?&adv_image
|
||||
URL-REGEX,^https?:\/\/pic\d\.chelaile\.net\.cn\/adv\/
|
||||
# > 曹操出行
|
||||
URL-REGEX,^https?:\/\/cap\.caocaokeji\.cn\/advert-bss\/
|
||||
# > 财经
|
||||
URL-REGEX,^https?:\/\/api\.caijingmobile\.com\/(ad|advert)\/
|
||||
# > 超级课程表
|
||||
URL-REGEX,^https?:\/\/.+/V\d\/splash\/getSplashV\d\.action
|
||||
# > 超级星饭团
|
||||
URL-REGEX,^https?:\/\/g\.cdn\.pengpengla\.com\/starfantuan\/boot-screen-info\/
|
||||
|
||||
# D
|
||||
# > 豆瓣 (154.8.131.* 自签证书不可用)
|
||||
URL-REGEX,^https?:\/\/api\.douban\.com\/v\d\/app_ads\/
|
||||
# > 斗鱼
|
||||
URL-REGEX,^https?:\/\/rtbapi\.douyucdn\.cn\/japi\/sign\/app\/getinfo
|
||||
# > 当当
|
||||
URL-REGEX,^https?:\/\/mapi\.dangdang\.com\/index\.php\?action=init
|
||||
URL-REGEX,^https?:\/\/e\.dangdang\.com\/.+getDeviceStartPage
|
||||
# > 蛋蛋赞
|
||||
URL-REGEX,^https?:\/\/www\.dandanzan\.com\/res\/gdsefse\.js
|
||||
# > 叨鱼
|
||||
URL-REGEX,^https?:\/\/daoyu\.sdo\.com\/api\/userCommon\/getAppStartAd
|
||||
# > 丁香医生
|
||||
URL-REGEX,^https?:\/\/dxy\.com\/app\/i\/ask\/biz\/feed\/launch
|
||||
# > 嘀嗒出行
|
||||
URL-REGEX,^https?:\/\/capis(-slb)?\.didapinche\.com\/ad\/
|
||||
URL-REGEX,^https?:\/\/www\.didapinche\.com\/app\/adstat\/
|
||||
# > 电视家
|
||||
URL-REGEX,^https?:\/\/api\.gaoqingdianshi\.com\/api\/v\d\/ad\/
|
||||
|
||||
# E
|
||||
# > 艺龙 (123.59.31.1,119.18.193.135)
|
||||
# (仅 Surge 可用因其支持 force-http-engine-hosts)
|
||||
URL-REGEX,^https?:\/\/((25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3}(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\/(adgateway|adv)\/
|
||||
# > e代驾
|
||||
URL-REGEX,^https?:\/\/pic\.edaijia\.cn\/adsplash\/
|
||||
|
||||
# F
|
||||
# > Foodie
|
||||
URL-REGEX,^https?:\/\/foodie-api\.yiruikecorp\.com\/v\d\/(banner|notice)\/overview
|
||||
# > FOTOABLE
|
||||
URL-REGEX,^https?:\/\/cdn\.api\.fotoable\.com\/Advertise\/
|
||||
# > 飞客茶馆
|
||||
URL-REGEX,^https?:\/\/www\.flyertea\.com\/source\/plugin\/mobile\/mobile\.php\?module=advis
|
||||
# > 飞常准
|
||||
URL-REGEX,^https?:\/\/app\.variflight\.com\/ad\/
|
||||
URL-REGEX,^https?:\/\/app\.variflight\.com\/v\d\/advert\/
|
||||
# > 凤凰秀
|
||||
URL-REGEX,^https?:\/\/dsa-mfp\.fengshows\.cn\/mfp\/mfpMultipleDelivery\.do\?.+adunitid
|
||||
|
||||
# G
|
||||
# > Google
|
||||
URL-REGEX,^https?:\/\/.+\.googlevideo\.com\/.+(&oad|ctier)
|
||||
URL-REGEX,^https?:\/\/youtubei\.googleapis\.com\/youtubei\/.+ad_
|
||||
URL-REGEX,^https?:\/\/\w+\.youtube\.com\/api\/stats\/(ads|.+adformat)
|
||||
URL-REGEX,^https?:\/\/\w+\.youtube\.com\/(pagead|ptracking)
|
||||
# > Gofun
|
||||
URL-REGEX,^https?:\/\/gateway\.shouqiev\.com\/fsda\/app\/bootImage\.json
|
||||
# > 国泰君安
|
||||
URL-REGEX,^https?:\/\/dl\.app\.gtja\.com\/dzswem\/kvController\/.+\.jpg$
|
||||
|
||||
# H
|
||||
# > 杭州公交
|
||||
URL-REGEX,^https?:\/\/m\.ibuscloud.com\/v2\/app\/getStartPage
|
||||
# > 杭州市·市民卡
|
||||
URL-REGEX,^https?:\/\/smkmp\.96225.com\/smkcenter\/ad/
|
||||
# > 虎扑
|
||||
URL-REGEX,^https?:\/\/games\.mobileapi\.hupu\.com\/.+\/(interfaceAdMonitor|interfaceAd)\/
|
||||
URL-REGEX,^https?:\/\/business\.msstatic\.com\/advertiser\/
|
||||
# > 韩剧社
|
||||
URL-REGEX,^https?:\/\/47\.97\.20\.12\/ad\/
|
||||
# > 火猫
|
||||
URL-REGEX,^https?:\/\/api\.huomao\.com\/channels\/loginAd
|
||||
# > HiveBox
|
||||
URL-REGEX,^https?:\/\/consumer\.fcbox\.com\/v\d\/ad\/
|
||||
# > 好好住
|
||||
URL-REGEX,^https?:\/\/api\.haohaozhu\.cn\/index\.php\/home\/AppInit\/getStartPhoto
|
||||
# > 花生地铁
|
||||
URL-REGEX,^https?:\/\/cmsapi\.wifi8\.com\/v\d\/(emptyAd|adNew)\/
|
||||
|
||||
# I
|
||||
# > 讯飞
|
||||
URL-REGEX,^https?:\/\/imeclient\.openspeech\.cn\/adservice\/
|
||||
# > 好体知
|
||||
URL-REGEX,^https?:\/\/www\.bodivis\.com\.cn\/app\/splashAdvertise
|
||||
|
||||
# J
|
||||
# > 京东
|
||||
URL-REGEX,^https?:\/\/api\.m\.jd.com\/client\.action\?functionId=(start|queryMaterialAdverts)
|
||||
URL-REGEX,^https?:\/\/(bdsp-x|dsp-x)\.jd\.com\/adx\/
|
||||
URL-REGEX,^https?:\/\/ms\.jr\.jd\.com\/gw\/generic\/base\/na\/m\/adInfo
|
||||
URL-REGEX,^https?:\/\/ms\.jr\.jd\.com\/gw\/generic\/aladdin\/na\/m\/getLoadingPicture
|
||||
# > 界面新闻
|
||||
URL-REGEX,^https?:\/\/img\.jiemian\.com\/ads\/
|
||||
# > 驾校一点通
|
||||
URL-REGEX,^https?:\/\/api\.jxedt\.com\/ad\/
|
||||
URL-REGEX,^https?:\/\/richmanapi\.jxedt\.com\/api\/ad\/
|
||||
# > 驾考宝典
|
||||
URL-REGEX,^https?:\/\/.+\.kakamobi\.cn\/api\/open\/v\d\/advert-sdk\/
|
||||
# > 金山 WPS
|
||||
URL-REGEX,^https?:\/\/ios\.wps\.cn\/ad-statistics-service
|
||||
URL-REGEX,^https?:\/\/mobile-pic\.cache\.iciba\.com\/feeds_ad\/
|
||||
URL-REGEX,^https?:\/\/\w+\.kingsoft-office-service\.com\/ad
|
||||
# > 金山词霸
|
||||
URL-REGEX,^https?:\/\/dict-mobile\.iciba\.com\/interface\/index\.php\?.+(c=ad|collectFeedsAdShowCount|KSFeedsAdCardViewController)
|
||||
URL-REGEX,^https?:\/\/service\.iciba\.com\/popo\/open\/screens\/v\d\?adjson
|
||||
|
||||
# K
|
||||
# > Keep
|
||||
URL-REGEX,^https?:\/\/api\.gotokeep\.com\/ads
|
||||
# > 快看漫画
|
||||
URL-REGEX,^https?:\/\/api\.kkmh\.com\/.+(ad|advertisement)\/
|
||||
# > 酷我 (122.14.246.33,175.102.178.52)
|
||||
# (仅 Surge 可用因其支持 force-http-engine-hosts)
|
||||
URL-REGEX,^https?:\/\/((25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3}(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\/MobileAdServer\/
|
||||
URL-REGEX,^https?:\/\/((25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3}(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\/EcomResourceServer/AdPlayPage/adinfo
|
||||
# > 看理想
|
||||
URL-REGEX,^https?:\/\/api\.vistopia\.com\.cn\/api\/v\d\/home\/advertisement
|
||||
|
||||
# L
|
||||
# > 乐视
|
||||
URL-REGEX,^https?:\/\/.+\/letv-gug\/
|
||||
# > 来疯直播
|
||||
URL-REGEX,^https?:\/\/api\.laifeng\.com\/v\d\/start\/ads
|
||||
# > 懒投资
|
||||
URL-REGEX,^https?:\/\/ios\.lantouzi\.com\/api\/startpage
|
||||
|
||||
# M
|
||||
# > 小米
|
||||
URL-REGEX,^https?:\/\/api\.m\.mi\.com\/v\d\/app\/start
|
||||
URL-REGEX,^https?:\/\/api\.jr\.mi\.com\/v\d\/adv\/
|
||||
URL-REGEX,^https?:\/\/api\.jr\.mi\.com\/jr\/api\/playScreen
|
||||
URL-REGEX,^https?:\/\/api-mifit.+\.huami\.com\/discovery\/mi\/discovery\/.+_ad\?
|
||||
# > 蘑菇租房
|
||||
URL-REGEX,^https?:\/\/api\.mgzf\.com\/renter-operation\/home\/startHomePage
|
||||
# > 墨迹天气
|
||||
URL-REGEX,^https?:\/\/cdn\.moji\.com\/(adoss|adlink)\/
|
||||
# > 埋堆堆
|
||||
URL-REGEX,^https?:\/\/mob\.mddcloud\.com\.cn\/api\/(ad|advert)\/
|
||||
# > 漫画人
|
||||
URL-REGEX,^https?:\/\/mangaapi\.manhuaren\.com\/v\d\/public\/getStartPageAds
|
||||
# > 美团
|
||||
URL-REGEX,^https?:\/\/img\.meituan\.net\/(adunion|display|midas)\/.+\.(gif|jpg|jpg\.webp)$
|
||||
URL-REGEX,^https?:\/\/p\d\.meituan\.net\/wmbanner\/[A-Za-z0-9]+\.jpg
|
||||
URL-REGEX,^https?:\/\/p\d\.meituan\.net\/movie\/[A-Za-z0-9]+\.jpg\?may_covertWebp
|
||||
URL-REGEX,^https?:\/\/s3plus\.meituan\.net\/.+\/linglong\/.+\.(gif|jpg|mp4)
|
||||
# > 美味不用等
|
||||
URL-REGEX,^https?:\/\/capi.mwee.cn/app-api/V\d{2}/app/(ad|getstartad)
|
||||
# > 秒拍
|
||||
URL-REGEX,^https?:\/\/b-api\.ins\.miaopai\.com\/\d\/ad/
|
||||
# > 马蜂窝
|
||||
URL-REGEX,^https?:\/\/mapi\.mafengwo\.cn\/ad\/
|
||||
URL-REGEX,^https?:\/\/mapi\.mafengwo\.cn\/travelguide\/ad\/
|
||||
|
||||
# N
|
||||
# > 爱南宁
|
||||
URL-REGEX,^https?:\/\/nnapp\.cloudbae\.cn\/mc\/api\/advert/
|
||||
# > NationalGeographic
|
||||
URL-REGEX,^https?:\/\/dili\.bdatu\.com\/jiekou\/ad\/
|
||||
# > NationalGeographicChina
|
||||
URL-REGEX,^https?:\/\/wap\.ngchina\.cn\/news\/adverts\/
|
||||
|
||||
# O
|
||||
# > ofo
|
||||
URL-REGEX,^https?:\/\/supportda\.ofo\.com\/adaction\?
|
||||
URL-REGEX,^https?:\/\/ma\.ofo\.com\/ads\/
|
||||
URL-REGEX,^https?:\/\/activity2\.api\.ofo\.com\/ofo\/Api\/v2\/ads
|
||||
URL-REGEX,^https?:\/\/ma\.ofo\.com\/adImage\/
|
||||
# > Oray
|
||||
URL-REGEX,^https?:\/\/slapi\.oray\.net\/client\/ad
|
||||
|
||||
# P
|
||||
# > 票根
|
||||
URL-REGEX,^https?:\/\/pss\.txffp\.com\/piaogen\/images\/launchScreen/
|
||||
# > 拼多多
|
||||
URL-REGEX,^https?:\/\/api\.yangkeduo\.com\/api\/cappuccino\/splash
|
||||
|
||||
# Q
|
||||
# > Qdaily
|
||||
URL-REGEX,^https?:\/\/app\d\.qdaily\.com\/app\d\/boot_advertisements\.json
|
||||
URL-REGEX,^https?:\/\/notch\.qdaily\.com\/api\/v\d\/boot_ad
|
||||
# > 穷游
|
||||
URL-REGEX,^https?:\/\/open\.qyer\.com\/qyer\/startpage\/
|
||||
URL-REGEX,^https?:\/\/open\.qyer\.com\/qyer\/config\/get
|
||||
URL-REGEX,^https?:\/\/media\.qyer\.com\/ad\/
|
||||
# > 亲宝宝
|
||||
URL-REGEX,^https?:\/\/api\.qbb6\.com\/ad\/
|
||||
|
||||
# R
|
||||
# > 人人视频
|
||||
URL-REGEX,^https?:\/\/msspjh\.emarbox\.com\/getAdConfig
|
||||
URL-REGEX,^https?:\/\/api\.videozhishi\.com\/api\/getAdvertising
|
||||
URL-REGEX,^https?:\/\/api\.rr\.tv\/ad\/
|
||||
# > 人人影视
|
||||
URL-REGEX,^https?:\/\/ctrl\.(playcvn|zmzapi)\.(com|net)\/app\/(ads|init)
|
||||
# > 日日煮
|
||||
URL-REGEX,^https?:\/\/api\.daydaycook\.com\.cn\/daydaycook\/server\/ad\/
|
||||
URL-REGEX,^https?:\/\/cms\.daydaycook\.com\.cn\/api\/cms\/advertisement\/
|
||||
|
||||
# S
|
||||
# > 搜狐
|
||||
URL-REGEX,^https?:\/\/api\.k\.sohu\.com\/api\/news\/adsense
|
||||
URL-REGEX,^https?:\/\/pic\.k\.sohu\.com\/img8\/wb\/tj\/
|
||||
URL-REGEX,^https?:\/\/s1\.api\.tv\.itc\.cn\/v4\/mobile\/control\/switch\.json
|
||||
URL-REGEX,^https?:\/\/api\.tv\.sohu\.com\/agg\/api\/app\/config\/bootstrap
|
||||
# > 什么值得买
|
||||
URL-REGEX,^https?:\/\/api\.smzdm\.com\/v\d\/util\/loading
|
||||
URL-REGEX,^https?:\/\/app-api\.smzdm\.com\/util\/loading
|
||||
URL-REGEX,^https?:\/\/s\d\.zdmimg\.com\/www\/api\/v\d\/api\/thirdAd\.php
|
||||
# > 四季線上影視4gTV
|
||||
URL-REGEX,^https?:\/\/service\.4gtv\.tv\/4gtv\/Data\/(GetAD|ADLog)
|
||||
# > 肆客足球
|
||||
URL-REGEX,^https?:\/\/api\.qiuduoduo\.cn\/guideimage
|
||||
# > 识货
|
||||
URL-REGEX,^https?:\/\/www\.shihuo\.cn\/app\d\/saveAppInfo
|
||||
# > 首汽约车
|
||||
URL-REGEX,^https?:\/\/gw-passenger\.01zhuanche\.com\/gw-passenger\/car-rest\/webservice\/passenger\/recommendADs
|
||||
URL-REGEX,^https?:\/\/gw-passenger\.01zhuanche\.com\/gw-passenger\/zhuanche-passenger-token\/leachtoken\/webservice\/homepage\/queryADs
|
||||
# > 苏宁
|
||||
URL-REGEX,^https?:\/\/image\.suning\.cn\/uimg\/ma\/ad\/
|
||||
# > 神舟专车
|
||||
URL-REGEX,^https?:\/\/img01\.10101111cdn\.com\/adpos\/
|
||||
# > 扫描全能王
|
||||
URL-REGEX,^https?:\/\/api\.intsig\.net\/user\/cs\/operating\/app\/get_startpic\/
|
||||
# > 省点
|
||||
URL-REGEX,^https?:\/\/api\.waitwaitpay\.com\/\/api\/splash
|
||||
# > 搜狗
|
||||
URL-REGEX,^https?:\/\/business-cdn\.shouji\.sogou\.com\/wapdl\/hole\/.+\.jpg
|
||||
|
||||
# T
|
||||
# > 腾讯
|
||||
# >> 富途牛牛
|
||||
URL-REGEX,^https?:\/\/api\d\.futunn\.com\/ad\/
|
||||
# >> 腾讯游戏
|
||||
URL-REGEX,^https?:\/\/ssl\.kohsocialapp\.qq\.com:10001\/game\/buttons
|
||||
URL-REGEX,^https?:\/\/qt\.qq\.com\/lua\/mengyou\/get_splash_screen_info
|
||||
# >> 腾讯地图
|
||||
URL-REGEX,^https?:\/\/3gimg\.qq\.com\/tencentMapTouch\/app\/activity\/
|
||||
URL-REGEX,^https?:\/\/3gimg\.qq\.com\/tencentMapTouch\/splash\/
|
||||
URL-REGEX,^https?:\/\/4gimg\.map\.qq\.com\/mwaSplash\/
|
||||
# >> 腾讯视频
|
||||
URL-REGEX,^https?:\/\/btrace.qq.com
|
||||
URL-REGEX,^https?:\/\/vv\.video\.qq\.com\/getvmind\?
|
||||
# URL-REGEX,^https?:\/\/.+\.mp4.+&sdtfrom=v3004
|
||||
URL-REGEX,^https?:\/\/((25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3}(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\/.+\.tc\.qq\.com\/.+p201\.1\.mp4\?
|
||||
# >> 腾讯新闻
|
||||
URL-REGEX,^https?:\/\/r\.inews\.qq\.com\/(adsBlacklist|getFullScreenPic|getQQNewsRemoteConfig)
|
||||
# >> 腾讯体育
|
||||
URL-REGEX,^https?:\/\/news\.ssp\.qq\.com\/app
|
||||
# >> 微信
|
||||
URL-REGEX,^https?:\/\/mp\.weixin\.qq\.com\/mp\/(ad_|advertisement|getappmsgad)
|
||||
# > 澎湃新闻
|
||||
URL-REGEX,^https?:\/\/adpai\.thepaper\.cn\/.+&ad=
|
||||
# > 太平洋
|
||||
URL-REGEX,^https?:\/\/agent-count\.pconline\.com\.cn\/counter\/adAnalyse\/
|
||||
URL-REGEX,^https?:\/\/mrobot\.pconline\.com\.cn\/v\d\/ad2p
|
||||
URL-REGEX,^https?:\/\/mrobot\.pconline\.com\.cn\/s\/onlineinfo\/ad\/
|
||||
URL-REGEX,^https?:\/\/mrobot\.pcauto\.com\.cn\/v\d\/ad2p
|
||||
URL-REGEX,^https?:\/\/mrobot\.pcauto\.com\.cn\/xsp\/s\/auto\/info\/preload\.xsp
|
||||
# > 途牛
|
||||
URL-REGEX,^https?:\/\/m\.tuniu\.com\/api\/operation\/splash\/
|
||||
|
||||
# V
|
||||
# > VUE
|
||||
URL-REGEX,^https?:\/\/static\.vuevideo\.net\/styleAssets\/.+\/splash_ad
|
||||
URL-REGEX,^https?:\/\/static\.vuevideo\.net\/styleAssets\/advertisement\/
|
||||
|
||||
# W
|
||||
# > 网易
|
||||
# >> 网易邮箱
|
||||
URL-REGEX,^https?:\/\/appconf\.mail\.163\.com\/mmad\/
|
||||
# >> 网易新闻
|
||||
URL-REGEX,^https?:\/\/c\.m\.163\.com\/nc\/gl\/
|
||||
# >> 网易有钱
|
||||
URL-REGEX,^https?:\/\/client\.mail\.163\.com\/apptrack\/confinfo\/searchMultiAds
|
||||
# >> 网易云音乐
|
||||
URL-REGEX,^https?:\/\/.+\/eapi\/(ad|log)\/
|
||||
# >> 网易考拉
|
||||
URL-REGEX,^https?:\/\/sp\.kaola\.com\/api\/openad
|
||||
# >> 网易严选
|
||||
URL-REGEX,^https?:\/\/support\.you\.163\.com\/xhr\/boot\/getBootMedia\.json
|
||||
# >> 网易蜗牛读书
|
||||
URL-REGEX,^https?:\/\/easyreadfs\.nosdn\.127\.net\/ad-material\/
|
||||
URL-REGEX,^https?:\/\/p\.du\.163\.com\/ad\/
|
||||
# >> 有道词典
|
||||
URL-REGEX,^https?:\/\/oimage([a-z])([0-9])\.ydstatic\.com\/.+adpublish
|
||||
URL-REGEX,^https?:\/\/dsp-impr2\.youdao\.com\/adload.s\?
|
||||
# > 微医
|
||||
URL-REGEX,^https?:\/\/app\.wy\.guahao\.com\/json\/white\/dayquestion\/getpopad
|
||||
# > Weico
|
||||
URL-REGEX,^https?:\/\/overseas\.weico\.cc/portal\.php\?a=get_coopen_ads
|
||||
# > 无他相机
|
||||
URL-REGEX,^https?:\/\/api-release\.wuta-cam\.com\/ad_tree
|
||||
URL-REGEX,^https?:\/\/res-release\.wuta-cam\.com\/json\/ads_component_cache\.json
|
||||
# > 蜗牛睡眠
|
||||
URL-REGEX,^https?:\/\/snailsleep\.net\/snail\/v\d\/screen\/qn\/get\?
|
||||
URL-REGEX,^https?:\/\/snailsleep\.net\/snail\/v\d\/adTask\/
|
||||
# > WiFi共享大师
|
||||
URL-REGEX,^https?:\/\/nochange\.ggsafe\.com\/ad\/
|
||||
# > 微店
|
||||
URL-REGEX,^https?:\/\/thor\.weidian\.com\/ares\/home\.splash\/
|
||||
# > 华尔街见闻
|
||||
URL-REGEX,^https?:\/\/api\.wallstreetcn\.com\/apiv\d\/advertising\/
|
||||
# > 威锋
|
||||
URL-REGEX,^https?:\/\/api\.feng\.com\/v\d\/advertisement\/.*Claunch
|
||||
|
||||
# X
|
||||
# > 新浪
|
||||
URL-REGEX,^https?:\/\/edit\.sinaapp\.com\/ua\?t=adv
|
||||
# >> 新浪微博
|
||||
URL-REGEX,^https?:\/\/sdkapp\.uve\.weibo\.com\/interface\/sdk\/(actionad|sdkad)\.php
|
||||
URL-REGEX,^https?:\/\/wbapp\.uve\.weibo\.com\/wbapplua\/wbpullad\.lua
|
||||
URL-REGEX,^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=get_coopen_ads
|
||||
# >> 新浪天气通
|
||||
URL-REGEX,^https?:\/\/tqt\.weibo\.cn\/overall\/redirect\.php\?r=tqt_sdkad
|
||||
URL-REGEX,^https?:\/\/tqt\.weibo\.cn\/overall\/redirect\.php\?r=tqtad
|
||||
URL-REGEX,^https?:\/\/tqt\.weibo\.cn\/.+advert\.index
|
||||
URL-REGEX,^https?:\/\/tqt\.weibo\.cn\/api\/advert\/
|
||||
# > 下厨房
|
||||
URL-REGEX,^https?:\/\/api\.xiachufang\.com\/v\d\/ad/
|
||||
# > 虾米
|
||||
URL-REGEX,^https?:\/\/acs\.m\.taobao\.com\/gw\/mtop\.alimusic\.common\.mobileservice\.startinit\/
|
||||
# > 小睡眠
|
||||
URL-REGEX,^https?:\/\/api\.psy-1\.com\/cosleep\/startup
|
||||
# > 迅游加速器
|
||||
URL-REGEX,^https?:\/\/portal-xunyou\.qingcdn\.com\/api\/v\d\/ios\/configs\/(splash_ad|ad_urls)
|
||||
URL-REGEX,^https?:\/\/portal-xunyou\.qingcdn\.com\/api\/v\d\/ios\/ads\/
|
||||
# > 喜马拉雅
|
||||
URL-REGEX,^https?:\/\/\w+\.ximalaya\.com\/api\/v\d\/adRealTime
|
||||
URL-REGEX,^https?:\/\/((25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3}(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\/ting\/preload\/
|
||||
# > 小站
|
||||
URL-REGEX,^https?:\/\/tiku\.zhan\.com\/Common\/newAd\/
|
||||
|
||||
# Y
|
||||
# > Yahoo!
|
||||
URL-REGEX,^https?:\/\/m\.yap\.yahoo\.com\/v\d{2}\/getAds\.do
|
||||
# > Youtube++
|
||||
URL-REGEX,^https?:\/\/api\.catch\.gift\/api\/v\d\/pagead\/
|
||||
# > 萤石云视频
|
||||
URL-REGEX,^https?:\/\/i\.ys7\.com\/api\/ads
|
||||
# > 运动世界
|
||||
URL-REGEX,^https?:\/\/.+\.iydsj\.com\/api\/.+\/ad
|
||||
# > 一点万象
|
||||
URL-REGEX,^https?:\/\/app\.mixcapp\.com\/mixc\/api\/v\d\/ad
|
||||
# > 印象笔记
|
||||
URL-REGEX,^https?:\/\/app\.yinxiang\.com\/ads\/
|
||||
# > 云麦好轻
|
||||
URL-REGEX,^https?:\/\/restapi\.iyunmai\.com\/api\/ios\/ad\/
|
||||
# > 育学园
|
||||
URL-REGEX,^https?:\/\/yxyapi\d\.drcuiyutao\.com\/yxy-api-gateway\/api\/json\/advert\/
|
||||
# > 迅雷
|
||||
URL-REGEX,^https?:\/\/images\.client\.vip\.xunlei\.com\/.+\/advert\/
|
||||
# > 讯飞
|
||||
URL-REGEX,^https?:\/\/imeclient\.openspeech\.cn\/adservice\/
|
||||
|
||||
# Z
|
||||
# > 直播吧
|
||||
URL-REGEX,^https?:\/\/a\.qiumibao\.com\/activities\/config\.php
|
||||
URL-REGEX,^https?:\/\/.+\/allOne\.php\?ad_name
|
||||
# > 知乎
|
||||
URL-REGEX,^https?:\/\/www\.zhihu\.com\/api\/v4\/community-ad\/
|
||||
URL-REGEX,^https?:\/\/api\.zhihu\.com\/(launch|real_time)
|
||||
URL-REGEX,^https?:\/\/api\.zhihu\.com\/commercial_api\/(launch|real_time)
|
||||
URL-REGEX,^https?:\/\/api\.zhihu\.com\/fringe\/ad
|
||||
URL-REGEX,^https?:\/\/api\.zhihu\.com\/ad-
|
||||
# > 追书神器
|
||||
URL-REGEX,^https?:\/\/(api|b)\.zhuishushenqi\.com\/advert
|
||||
URL-REGEX,^https?:\/\/api\.zhuishushenqi\.com\/splashes\/ios
|
||||
URL-REGEX,^https?:\/\/api\.zhuishushenqi\.com\/notification\/shelfMessage
|
||||
URL-REGEX,^https?:\/\/api\.zhuishushenqi\.com\/user\/bookshelf-updated
|
||||
URL-REGEX,^https?:\/\/itunes\.apple\.com\/lookup\?id=575826903
|
||||
# > 作业帮
|
||||
URL-REGEX,^https?:\/\/www\.zybang\.com\/adx\/
|
||||
# > 最右
|
||||
URL-REGEX,^https?:\/\/api\.izuiyou\.com\/ad\/
|
||||
# > 字节跳动
|
||||
URL-REGEX,^https?:\/\/.+\.pstatp\.com\/img\/ad
|
||||
URL-REGEX,^https?:\/\/.+\.(amemv|musical|snssdk|tiktokv)\.(com|ly)\/(api|motor)\/ad\/
|
||||
URL-REGEX,^https?:\/\/dsp\.toutiao\.com\/api\/xunfei\/ads\/
|
||||
URL-REGEX,^https?:\/\/.+\.snssdk\.com\/motor\/operation\/activity\/display\/config\/V2\/
|
||||
URL-REGEX,^https?:\/\/.+/img\/ad\.union\.api\/
|
||||
# > 中国银行
|
||||
URL-REGEX,^https?:\/\/mlife\.jf365\.boc\.cn\/AppPrj\/FirstPic\.do\?
|
||||
# > 中信银行
|
||||
URL-REGEX,^https?:\/\/m\.creditcard\.ecitic\.com\/citiccard\/mbk\/.+\/appStartAdv
|
||||
# > 中国工商银行
|
||||
URL-REGEX,^https?:\/\/v\.icbc\.com\.cn\/userfiles\/Resources\/WAP\/advertisement\/
|
||||
# > 中国招商银行
|
||||
URL-REGEX,^https?:\/\/mlife\.cmbchina\.com\/ClientFaceService\/preCacheAdvertise\.json
|
||||
URL-REGEX,^https?:\/\/mlife\.cmbchina\.com\/ClientFaceService\/getAdvertisement\.json
|
||||
URL-REGEX,^https?:\/\/pic1cdn\.cmbchina\.com\/appinitads\/
|
||||
# > 中国民生银行
|
||||
URL-REGEX,^https?:\/\/www\.cmbc\.com\.cn\/m\/image\/loadingpage\/
|
||||
# > 中国广发银行
|
||||
URL-REGEX,^https?:\/\/mps\.95508\.com\/mps\/club\/cardPortals\/adv\/.{25}\.jpg
|
||||
# > 中国移动
|
||||
# >> 手机营业厅
|
||||
URL-REGEX,^https?:\/\/clientaccess\.10086\.cn\/biz-orange\/DN\/init\/startInit
|
||||
# >> 江苏
|
||||
URL-REGEX,^https?:\/\/wap\.js\.10086\.cn\/jsmccClient\/cd\/market_content\/api\/v\d\/market_content\.page\.query
|
||||
# >> 咪咕
|
||||
URL-REGEX,^https?:\/\/gg\w+\.cmvideo\.cn\/v\d\/iflyad\/
|
||||
URL-REGEX,^https?:\/\/ggic(\d)?\.cmvideo\.cn\/ad\/
|
||||
URL-REGEX,^https?:\/\/ggx\.cmvideo\.cn\/request\/
|
||||
URL-REGEX,^https?:\/\/.+\/cdn-adn\/
|
||||
# > 中国联通
|
||||
URL-REGEX,^https?:\/\/m\.client\.10010\.com\/mobileService\/customer\/accountListData\.htm
|
||||
URL-REGEX,^https?:\/\/m\.client\.10010\.com\/uniAdmsInterface\/getWelcomeAd
|
||||
# > 掌阅
|
||||
URL-REGEX,^https?:\/\/ih2\.ireader\.com\/zyapi\/bookstore\/ad\/
|
||||
URL-REGEX,^https?:\/\/ih2\.ireader\.com\/zyapi\/self\/screen\/ad
|
||||
URL-REGEX,^https?:\/\/ih2\.ireader\.com\/zycl\/api\/ad\/
|
||||
DOMAIN,pvnapp.zol.com.cn
|
||||
@@ -1,7 +1,6 @@
|
||||
# (DomesticMedia)
|
||||
# > 愛奇藝台灣站
|
||||
DOMAIN-SUFFIX,iqiyi.com
|
||||
DOMAIN-SUFFIX,71.am
|
||||
DOMAIN,cache.video.iqiyi.com
|
||||
# > bilibili
|
||||
DOMAIN-SUFFIX,bilibili.com
|
||||
DOMAIN,api.bilibili.com
|
||||
DOMAIN,upos-hz-mirrorakam.akamaized.net
|
||||
@@ -60,6 +60,9 @@ IP-CIDR,91.108.12.0/22,no-resolve
|
||||
IP-CIDR,91.108.16.0/22,no-resolve
|
||||
IP-CIDR,91.108.56.0/22,no-resolve
|
||||
IP-CIDR,149.154.160.0/20,no-resolve
|
||||
IP-CIDR6,2001:b28:f23d::/48,no-resolve
|
||||
IP-CIDR6,2001:b28:f23f::/48,no-resolve
|
||||
IP-CIDR6,2001:67c:4e8::/48,no-resolve
|
||||
# > Line
|
||||
DOMAIN-SUFFIX,line.me
|
||||
DOMAIN-SUFFIX,line-apps.com
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# (HKMTMedia)
|
||||
# > 愛奇藝台灣站
|
||||
DOMAIN-SUFFIX,iqiyi.com
|
||||
DOMAIN-SUFFIX,71.am
|
||||
DOMAIN,cache.video.iqiyi.com
|
||||
# > bilibili
|
||||
DOMAIN-SUFFIX,bilibili.com
|
||||
DOMAIN,api.bilibili.com
|
||||
DOMAIN,upos-hz-mirrorakam.akamaized.net
|
||||
@@ -3,12 +3,12 @@ DOMAIN-SUFFIX,tdesktop.com
|
||||
DOMAIN-SUFFIX,telegra.ph
|
||||
DOMAIN-SUFFIX,telegram.me
|
||||
DOMAIN-SUFFIX,telegram.org
|
||||
IP-CIDR,67.198.55.0/24,no-resolve
|
||||
IP-CIDR,91.108.4.0/22,no-resolve
|
||||
IP-CIDR,91.108.8.0/22,no-resolve
|
||||
IP-CIDR,91.108.12.0/22,no-resolve
|
||||
IP-CIDR,91.108.16.0/22,no-resolve
|
||||
IP-CIDR,91.108.56.0/22,no-resolve
|
||||
IP-CIDR,109.239.140.0/24,no-resolve
|
||||
IP-CIDR,149.154.160.0/20,no-resolve
|
||||
IP-CIDR,205.172.60.0/22,no-resolve
|
||||
IP-CIDR6,2001:b28:f23d::/48,no-resolve
|
||||
IP-CIDR6,2001:b28:f23f::/48,no-resolve
|
||||
IP-CIDR6,2001:67c:4e8::/48,no-resolve
|
||||
22
base/rules/HKMTMedia.list
Normal file
22
base/rules/HKMTMedia.list
Normal file
@@ -0,0 +1,22 @@
|
||||
# (HKMTMedia)
|
||||
# > 爱奇艺台湾站
|
||||
DOMAIN,cache.video.iqiyi.com
|
||||
DOMAIN-KEYWORD,qiyi
|
||||
DOMAIN-SUFFIX,qy.net
|
||||
IP-CIDR,101.227.0.0/16
|
||||
IP-CIDR,101.224.0.0/13
|
||||
IP-CIDR,119.176.0.0/12
|
||||
|
||||
# > bilibili
|
||||
DOMAIN-KEYWORD,bilibili
|
||||
DOMAIN-SUFFIX,acg.tv
|
||||
DOMAIN-SUFFIX,acgvideo.com
|
||||
DOMAIN-SUFFIX,b23.tv
|
||||
DOMAIN-SUFFIX,biliapi.com
|
||||
DOMAIN-SUFFIX,biliapi.net
|
||||
DOMAIN-SUFFIX,bilibili.com
|
||||
DOMAIN-SUFFIX,biligame.com
|
||||
DOMAIN-SUFFIX,biligame.net
|
||||
DOMAIN-SUFFIX,bilivideo.com
|
||||
DOMAIN-SUFFIX,hdslb.com
|
||||
DOMAIN-SUFFIX,im9.com
|
||||
79
base/rules/MSServices.list
Normal file
79
base/rules/MSServices.list
Normal file
@@ -0,0 +1,79 @@
|
||||
# Microsoft Services
|
||||
# optimized from https://gist.github.com/TTTPOB/ce93fb3b04ba2f21880b09427442d831
|
||||
# source: https://docs.microsoft.com/en-us/office365/enterprise/urls-and-ip-address-ranges
|
||||
|
||||
DOMAIN-KEYWORD,1drv
|
||||
DOMAIN-KEYWORD,microsoft
|
||||
DOMAIN-SUFFIX,aadrm.com
|
||||
DOMAIN-SUFFIX,acompli.com
|
||||
DOMAIN-SUFFIX,acompli.net
|
||||
DOMAIN-SUFFIX,aka.ms
|
||||
DOMAIN-SUFFIX,akadns.net
|
||||
DOMAIN-SUFFIX,aspnetcdn.com
|
||||
DOMAIN-SUFFIX,assets-yammer.com
|
||||
DOMAIN-SUFFIX,azure.com
|
||||
DOMAIN-SUFFIX,azure.net
|
||||
DOMAIN-SUFFIX,azureedge.net
|
||||
DOMAIN-SUFFIX,azurerms.com
|
||||
DOMAIN-SUFFIX,bing.com
|
||||
DOMAIN-SUFFIX,cloudapp.net
|
||||
DOMAIN-SUFFIX,cloudappsecurity.com
|
||||
DOMAIN-SUFFIX,edgesuite.net
|
||||
DOMAIN-SUFFIX,gfx.ms
|
||||
DOMAIN-SUFFIX,hotmail.com
|
||||
DOMAIN-SUFFIX,live.com
|
||||
DOMAIN-SUFFIX,live.net
|
||||
DOMAIN-SUFFIX,lync.com
|
||||
DOMAIN-SUFFIX,msappproxy.net
|
||||
DOMAIN-SUFFIX,msauth.net
|
||||
DOMAIN-SUFFIX,msauthimages.net
|
||||
DOMAIN-SUFFIX,msecnd.net
|
||||
DOMAIN-SUFFIX,msedge.net
|
||||
DOMAIN-SUFFIX,msft.net
|
||||
DOMAIN-SUFFIX,msftauth.net
|
||||
DOMAIN-SUFFIX,msftauthimages.net
|
||||
DOMAIN-SUFFIX,msftidentity.com
|
||||
DOMAIN-SUFFIX,msidentity.com
|
||||
DOMAIN-SUFFIX,msn.com
|
||||
DOMAIN-SUFFIX,msocdn.com
|
||||
DOMAIN-SUFFIX,msocsp.com
|
||||
DOMAIN-SUFFIX,mstea.ms
|
||||
DOMAIN-SUFFIX,o365weve.com
|
||||
DOMAIN-SUFFIX,oaspapps.com
|
||||
DOMAIN-SUFFIX,office.com
|
||||
DOMAIN-SUFFIX,office.net
|
||||
DOMAIN-SUFFIX,office365.com
|
||||
DOMAIN-SUFFIX,officeppe.net
|
||||
DOMAIN-SUFFIX,omniroot.com
|
||||
DOMAIN-SUFFIX,onedrive.com
|
||||
DOMAIN-SUFFIX,onenote.com
|
||||
DOMAIN-SUFFIX,onenote.net
|
||||
DOMAIN-SUFFIX,onestore.ms
|
||||
DOMAIN-SUFFIX,outlook.com
|
||||
DOMAIN-SUFFIX,outlookmobile.com
|
||||
DOMAIN-SUFFIX,phonefactor.net
|
||||
DOMAIN-SUFFIX,public-trust.com
|
||||
DOMAIN-SUFFIX,sfbassets.com
|
||||
DOMAIN-SUFFIX,sfx.ms
|
||||
DOMAIN-SUFFIX,sharepoint.com
|
||||
DOMAIN-SUFFIX,sharepointonline.com
|
||||
DOMAIN-SUFFIX,skype.com
|
||||
DOMAIN-SUFFIX,skypeassets.com
|
||||
DOMAIN-SUFFIX,skypeforbusiness.com
|
||||
DOMAIN-SUFFIX,staffhub.ms
|
||||
DOMAIN-SUFFIX,svc.ms
|
||||
DOMAIN-SUFFIX,sway-cdn.com
|
||||
DOMAIN-SUFFIX,sway-extensions.com
|
||||
DOMAIN-SUFFIX,sway.com
|
||||
DOMAIN-SUFFIX,trafficmanager.net
|
||||
DOMAIN-SUFFIX,uservoice.com
|
||||
DOMAIN-SUFFIX,virtualearth.net
|
||||
DOMAIN-SUFFIX,visualstudio.com
|
||||
DOMAIN-SUFFIX,windows-ppe.net
|
||||
DOMAIN-SUFFIX,windows.com
|
||||
DOMAIN-SUFFIX,windows.net
|
||||
DOMAIN-SUFFIX,windowsazure.com
|
||||
DOMAIN-SUFFIX,windowsupdate.com
|
||||
DOMAIN-SUFFIX,wunderlist.com
|
||||
DOMAIN-SUFFIX,yammer.com
|
||||
DOMAIN-SUFFIX,yammerusercontent.com
|
||||
@@ -4565,7 +4565,6 @@ DOMAIN-SUFFIX,liangao.com
|
||||
DOMAIN-SUFFIX,liangziweixg.com
|
||||
DOMAIN-SUFFIX,lib.haotv8.com
|
||||
DOMAIN-SUFFIX,liba.haotv8.com
|
||||
DOMAIN-SUFFIX,libs.baidu.com
|
||||
DOMAIN-SUFFIX,libs.tvmao.cn
|
||||
DOMAIN-SUFFIX,license.lumion3d.com
|
||||
DOMAIN-SUFFIX,license.lumion3d.net
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
#Update 2019.12.13 Self-use for testing only, there may be a lot of manslaughter.
|
||||
#Update 2020.1.10 Self-use for testing only, there may be a lot of manslaughter.
|
||||
DOMAIN-SUFFIX,admaster.com
|
||||
DOMAIN-SUFFIX,0z5jn.cn
|
||||
DOMAIN-SUFFIX,114so.cn
|
||||
@@ -93,7 +93,6 @@ DOMAIN-SUFFIX,xiazai.mathtype.cn
|
||||
DOMAIN-SUFFIX,xiazai.ntfsformac.cn
|
||||
DOMAIN-SUFFIX,xiazai.xmindchina.cn
|
||||
DOMAIN-SUFFIX,yunpifu.cn
|
||||
DOMAIN-SUFFIX,uczzd.cn
|
||||
DOMAIN-SUFFIX,testin.cn
|
||||
DOMAIN-SUFFIX,cccwwwr.com
|
||||
DOMAIN-SUFFIX,mmkkiivv.com
|
||||
|
||||
19
base/rules/lhie1/Netease Music IP.list
Normal file
19
base/rules/lhie1/Netease Music IP.list
Normal file
@@ -0,0 +1,19 @@
|
||||
IP-CIDR,39.105.63.80/32
|
||||
IP-CIDR,45.254.48.1/32
|
||||
IP-CIDR,47.100.127.239/32
|
||||
IP-CIDR,59.111.160.195/32
|
||||
IP-CIDR,59.111.160.197/32
|
||||
IP-CIDR,59.111.181.35/32
|
||||
IP-CIDR,59.111.181.38/32
|
||||
IP-CIDR,59.111.181.60/32
|
||||
IP-CIDR,101.71.154.241/32
|
||||
IP-CIDR,103.126.92.132/32
|
||||
IP-CIDR,103.126.92.133/32
|
||||
IP-CIDR,112.13.119.17/32
|
||||
IP-CIDR,112.13.122.1/32
|
||||
IP-CIDR,115.236.118.33/32
|
||||
IP-CIDR,115.236.121.1/32
|
||||
IP-CIDR,118.24.63.156/32
|
||||
IP-CIDR,193.112.159.225/32
|
||||
IP-CIDR,223.252.199.66/32
|
||||
IP-CIDR,223.252.199.67/32
|
||||
@@ -1,4 +1,5 @@
|
||||
# > Bilibili
|
||||
USER-AGENT,*bili*
|
||||
DOMAIN-KEYWORD,bilibili
|
||||
DOMAIN-SUFFIX,acg.tv
|
||||
DOMAIN-SUFFIX,acgvideo.com
|
||||
@@ -8,9 +9,9 @@ DOMAIN-SUFFIX,biliapi.net
|
||||
DOMAIN-SUFFIX,bilibili.com
|
||||
DOMAIN-SUFFIX,biligame.com
|
||||
DOMAIN-SUFFIX,biligame.net
|
||||
DOMAIN-SUFFIX,bilivideo.com
|
||||
DOMAIN-SUFFIX,hdslb.com
|
||||
DOMAIN-SUFFIX,im9.com
|
||||
USER-AGENT,*bili*
|
||||
|
||||
# > IQIYI
|
||||
USER-AGENT,QIYI*
|
||||
@@ -1,13 +1,3 @@
|
||||
# > UA
|
||||
USER-AGENT,hide*
|
||||
USER-AGENT,MicroMessenger*
|
||||
USER-AGENT,PayPal*
|
||||
USER-AGENT,TeamViewer*
|
||||
USER-AGENT,TIM*
|
||||
USER-AGENT,ting_en
|
||||
USER-AGENT,WebTorrent*
|
||||
USER-AGENT,WeChat*
|
||||
|
||||
# > Beplay
|
||||
DOMAIN-KEYWORD,beplay
|
||||
|
||||
@@ -30,10 +20,6 @@ DOMAIN-SUFFIX,playstationnetwork.com
|
||||
DOMAIN-SUFFIX,sony.com
|
||||
DOMAIN-SUFFIX,sonyentertainmentnetwork.com
|
||||
|
||||
# > Steam
|
||||
USER-AGENT,Steam*
|
||||
DOMAIN-SUFFIX,steamcontent.com
|
||||
|
||||
# > TeamViewer
|
||||
IP-CIDR,185.188.32.0/24,no-resolve
|
||||
IP-CIDR,185.188.33.0/24,no-resolve
|
||||
@@ -64,14 +50,15 @@ DOMAIN-SUFFIX,air-matters.com
|
||||
DOMAIN-SUFFIX,air-matters.io
|
||||
DOMAIN-SUFFIX,aixifan.com
|
||||
DOMAIN-SUFFIX,akadns.net
|
||||
DOMAIN-SUFFIX,alibabacloud.com
|
||||
DOMAIN-SUFFIX,alicdn.com
|
||||
DOMAIN-SUFFIX,alipay.com
|
||||
DOMAIN-SUFFIX,alipayobjects.com
|
||||
DOMAIN-SUFFIX,aliyun.com
|
||||
DOMAIN-SUFFIX,aliyuncs.com
|
||||
DOMAIN-SUFFIX,amap.com
|
||||
DOMAIN-SUFFIX,apache.org
|
||||
DOMAIN-SUFFIX,api.crisp.chat
|
||||
DOMAIN-SUFFIX,api.termius.com
|
||||
DOMAIN-SUFFIX,appshike.com
|
||||
DOMAIN-SUFFIX,appstore.com
|
||||
DOMAIN-SUFFIX,autonavi.com
|
||||
@@ -262,7 +249,6 @@ DOMAIN-SUFFIX,weiphone.com
|
||||
DOMAIN-SUFFIX,weiphone.net
|
||||
DOMAIN-SUFFIX,wenku8.net
|
||||
DOMAIN-SUFFIX,werewolf.53site.com
|
||||
DOMAIN-SUFFIX,windowsupdate.com
|
||||
DOMAIN-SUFFIX,wkcdn.com
|
||||
DOMAIN-SUFFIX,workflowy.com
|
||||
DOMAIN-SUFFIX,xdrig.com
|
||||
@@ -2,15 +2,12 @@
|
||||
DOMAIN-SUFFIX,edgedatg.com
|
||||
DOMAIN-SUFFIX,go.com
|
||||
|
||||
# > AbemaTV
|
||||
# > Abema TV
|
||||
USER-AGENT,AbemaTV*
|
||||
DOMAIN-SUFFIX,abema.io
|
||||
DOMAIN-SUFFIX,akamaized.net
|
||||
DOMAIN-SUFFIX,ameba.jp
|
||||
DOMAIN-SUFFIX,hayabusa.io
|
||||
DOMAIN,abematv.akamaized.net
|
||||
DOMAIN,ds-linear-abematv.akamaized.net
|
||||
DOMAIN,ds-vod-abematv.akamaized.net
|
||||
DOMAIN,linear-abematv.akamaized.net
|
||||
|
||||
# > Amazon Prime Video
|
||||
USER-AGENT,InstantVideo.US*
|
||||
@@ -20,6 +17,11 @@ DOMAIN-SUFFIX,amazonaws.com
|
||||
DOMAIN-SUFFIX,amazonvideo.com
|
||||
DOMAIN-SUFFIX,llnwd.net
|
||||
|
||||
# > Apple TV
|
||||
DOMAIN,np-edge.itunes.apple.com
|
||||
DOMAIN,play-edge.itunes.apple.com
|
||||
DOMAIN-SUFFIX,tv.apple.com
|
||||
|
||||
# > Bahamut
|
||||
USER-AGENT,Anime*
|
||||
DOMAIN-SUFFIX,bahamut.com.tw
|
||||
@@ -84,6 +86,7 @@ DOMAIN-SUFFIX,execute-api.ap-southeast-1.amazonaws.com
|
||||
DOMAIN-SUFFIX,hbo.com
|
||||
DOMAIN-SUFFIX,hboasia.com
|
||||
DOMAIN-SUFFIX,hbogo.com
|
||||
DOMAIN-SUFFIX,hbogoasia.com
|
||||
DOMAIN-SUFFIX,hbogoasia.hk
|
||||
|
||||
# > Hulu
|
||||
@@ -135,7 +138,11 @@ DOMAIN-SUFFIX,scdn.co
|
||||
DOMAIN-SUFFIX,spoti.fi
|
||||
|
||||
# > viuTV
|
||||
USER-AGENT,ViuTV*
|
||||
DOMAIN-SUFFIX,cloudfront.net
|
||||
DOMAIN-SUFFIX,viu.com
|
||||
DOMAIN-SUFFIX,viu.tv
|
||||
DOMAIN-SUFFIX,viu.now.com
|
||||
|
||||
# > Youtube
|
||||
USER-AGENT,*youtube*
|
||||
@@ -0,0 +1,11 @@
|
||||
# > Apple News and Apple Map TOMTOM Version
|
||||
USER-AGENT,AppleNews*
|
||||
USER-AGENT,com.apple.news*
|
||||
DOMAIN,gspe1-ssl.ls.apple.com
|
||||
# USER-AGENT,News*
|
||||
# DOMAIN,apple.comscoreresearch.com
|
||||
# DOMAIN,gateway.icloud.com
|
||||
# DOMAIN,news-client.apple.com
|
||||
# DOMAIN,news-edge.apple.com
|
||||
# DOMAIN,news-events.apple.com
|
||||
# DOMAIN-SUFFIX,apple.news
|
||||
@@ -0,0 +1,4 @@
|
||||
# > Apple TV
|
||||
DOMAIN,np-edge.itunes.apple.com
|
||||
DOMAIN,play-edge.itunes.apple.com
|
||||
DOMAIN-SUFFIX,tv.apple.com
|
||||
@@ -8,5 +8,6 @@ DOMAIN-SUFFIX,biliapi.net
|
||||
DOMAIN-SUFFIX,bilibili.com
|
||||
DOMAIN-SUFFIX,biligame.com
|
||||
DOMAIN-SUFFIX,biligame.net
|
||||
DOMAIN-SUFFIX,bilivideo.com
|
||||
DOMAIN-SUFFIX,hdslb.com
|
||||
DOMAIN-SUFFIX,im9.com
|
||||
@@ -5,4 +5,5 @@ DOMAIN-SUFFIX,hbo.com
|
||||
DOMAIN-SUFFIX,hbogo.com
|
||||
DOMAIN-SUFFIX,hboasia.com
|
||||
DOMAIN-SUFFIX,hbogo.com
|
||||
DOMAIN-SUFFIX,hbogoasia.com
|
||||
DOMAIN-SUFFIX,hbogoasia.hk
|
||||
6
base/rules/lhie1/Surge/Surge 3/Provider/Media/ViuTV.list
Normal file
6
base/rules/lhie1/Surge/Surge 3/Provider/Media/ViuTV.list
Normal file
@@ -0,0 +1,6 @@
|
||||
# > ViuTV
|
||||
USER-AGENT,ViuTV*
|
||||
DOMAIN-SUFFIX,cloudfront.net
|
||||
DOMAIN-SUFFIX,viu.com
|
||||
DOMAIN-SUFFIX,viu.tv
|
||||
DOMAIN-SUFFIX,viu.now.com
|
||||
15
base/rules/lhie1/Surge/Surge 3/Provider/Microsoft.list
Normal file
15
base/rules/lhie1/Surge/Surge 3/Provider/Microsoft.list
Normal file
@@ -0,0 +1,15 @@
|
||||
# > Microsoft
|
||||
USER-AGENT,OneDrive*
|
||||
DOMAIN-KEYWORD,microsoft
|
||||
DOMAIN-SUFFIX,azure.com
|
||||
DOMAIN-SUFFIX,hotmail.com
|
||||
DOMAIN-SUFFIX,live.com
|
||||
DOMAIN-SUFFIX,live.net
|
||||
DOMAIN-SUFFIX,msn.com
|
||||
DOMAIN-SUFFIX,office.com
|
||||
DOMAIN-SUFFIX,office.net
|
||||
DOMAIN-SUFFIX,outlook.com
|
||||
DOMAIN-SUFFIX,skype.com
|
||||
DOMAIN-SUFFIX,windows.com
|
||||
DOMAIN-SUFFIX,windows.net
|
||||
DOMAIN-SUFFIX,windowsupdate.com
|
||||
@@ -1,11 +1,3 @@
|
||||
# > UA
|
||||
USER-AGENT,%E7%BA%BD%E7%BA%A6%E6%97%B6%E6%8A%A5*
|
||||
USER-AGENT,AwemeI18n*
|
||||
USER-AGENT,Coinbase*
|
||||
USER-AGENT,Instagram*
|
||||
USER-AGENT,Resilio Sync*
|
||||
USER-AGENT,WhatsApp*
|
||||
|
||||
# > Line
|
||||
DOMAIN-SUFFIX,lin.ee
|
||||
DOMAIN-SUFFIX,line.me
|
||||
@@ -15,30 +7,12 @@ DOMAIN-SUFFIX,line-cdn.net
|
||||
DOMAIN-SUFFIX,line-scdn.net
|
||||
DOMAIN-SUFFIX,nhncorp.jp
|
||||
|
||||
# > Microsoft
|
||||
USER-AGENT,OneDrive*
|
||||
DOMAIN-KEYWORD,microsoft
|
||||
DOMAIN-SUFFIX,hotmail.com
|
||||
DOMAIN-SUFFIX,live.com
|
||||
DOMAIN-SUFFIX,live.net
|
||||
DOMAIN-SUFFIX,msn.com
|
||||
DOMAIN-SUFFIX,office.com
|
||||
DOMAIN-SUFFIX,office.net
|
||||
DOMAIN-SUFFIX,outlook.com
|
||||
|
||||
# > Spark
|
||||
DOMAIN-SUFFIX,api.amplitude.com
|
||||
DOMAIN-SUFFIX,app.smartmailcloud.com
|
||||
DOMAIN-SUFFIX,gate.hockeyapp.net
|
||||
DOMAIN-SUFFIX,smartmailcloud.com
|
||||
|
||||
# > Steam
|
||||
DOMAIN-SUFFIX,fanatical.com
|
||||
DOMAIN-SUFFIX,humblebundle.com
|
||||
DOMAIN-SUFFIX,steamcommunity.com
|
||||
DOMAIN-SUFFIX,steampowered.com
|
||||
DOMAIN-SUFFIX,steamstatic.com
|
||||
|
||||
# > Zooba
|
||||
USER-AGENT,battleroyale*
|
||||
|
||||
@@ -73,6 +47,7 @@ DOMAIN-SUFFIX,anthonycalzadilla.com
|
||||
DOMAIN-SUFFIX,aol.com
|
||||
DOMAIN-SUFFIX,aolcdn.com
|
||||
DOMAIN-SUFFIX,api.mixpanel.com
|
||||
DOMAIN-SUFFIX,api.termius.com
|
||||
DOMAIN-SUFFIX,api.tiktokv.com
|
||||
DOMAIN-SUFFIX,api.urbandictionary.com
|
||||
DOMAIN-SUFFIX,apigee.com
|
||||
@@ -399,6 +374,7 @@ DOMAIN-SUFFIX,sciencemag.org
|
||||
DOMAIN-SUFFIX,scribd.com
|
||||
DOMAIN-SUFFIX,search.com
|
||||
DOMAIN-SUFFIX,servebom.com
|
||||
DOMAIN-SUFFIX,sexinsex.net
|
||||
DOMAIN-SUFFIX,sfx.ms
|
||||
DOMAIN-SUFFIX,shadowsocks.org
|
||||
DOMAIN-SUFFIX,shadowverse.jp
|
||||
@@ -409,7 +385,6 @@ DOMAIN-SUFFIX,sidelinesnews.com
|
||||
DOMAIN-SUFFIX,simp.ly
|
||||
DOMAIN-SUFFIX,simplenote.com
|
||||
DOMAIN-SUFFIX,sketchappsources.com
|
||||
DOMAIN-SUFFIX,skype.com
|
||||
DOMAIN-SUFFIX,slack.com
|
||||
DOMAIN-SUFFIX,slack-edge.com
|
||||
DOMAIN-SUFFIX,slack-msgs.com
|
||||
@@ -570,14 +545,13 @@ DOMAIN-SUFFIX,wenxuecity.com
|
||||
DOMAIN-SUFFIX,westca.com
|
||||
DOMAIN-SUFFIX,westpoint.edu
|
||||
DOMAIN-SUFFIX,whatbrowser.org
|
||||
DOMAIN-SUFFIX,wikiwand.com
|
||||
DOMAIN-SUFFIX,wikileaks.info
|
||||
DOMAIN-SUFFIX,wikileaks.org
|
||||
DOMAIN-SUFFIX,wikileaks-forum.com
|
||||
DOMAIN-SUFFIX,wikimedia.org
|
||||
DOMAIN-SUFFIX,wikipedia.com
|
||||
DOMAIN-SUFFIX,wikipedia.org
|
||||
DOMAIN-SUFFIX,windows.com
|
||||
DOMAIN-SUFFIX,windows.net
|
||||
DOMAIN-SUFFIX,wn.com
|
||||
DOMAIN-SUFFIX,wordpress.com
|
||||
DOMAIN-SUFFIX,workflow.is
|
||||
@@ -598,6 +572,7 @@ DOMAIN-SUFFIX,yahoo.com
|
||||
DOMAIN-SUFFIX,yahooapis.com
|
||||
DOMAIN-SUFFIX,yasni.co.uk
|
||||
DOMAIN-SUFFIX,yastatic.net
|
||||
DOMAIN-SUFFIX,ycombinator.com
|
||||
DOMAIN-SUFFIX,yeeyi.com
|
||||
DOMAIN-SUFFIX,yesasia.com
|
||||
DOMAIN-SUFFIX,yes-news.com
|
||||
@@ -286,7 +286,6 @@ DOMAIN-KEYWORD,domob
|
||||
DOMAIN-KEYWORD,duomeng
|
||||
DOMAIN-KEYWORD,dwtrack
|
||||
DOMAIN-KEYWORD,fenxi
|
||||
DOMAIN-KEYWORD,googleads
|
||||
DOMAIN-KEYWORD,guanggao
|
||||
DOMAIN-KEYWORD,inmobi
|
||||
DOMAIN-KEYWORD,lianmeng
|
||||
@@ -920,7 +919,6 @@ DOMAIN-SUFFIX,ad.beihai365.com
|
||||
DOMAIN-SUFFIX,ad.bitmedia.io
|
||||
DOMAIN-SUFFIX,ad.bjmama.net
|
||||
DOMAIN-SUFFIX,ad.cacafly.com
|
||||
DOMAIN-SUFFIX,ad.caiyunapp.com
|
||||
DOMAIN-SUFFIX,ad.cctv.com
|
||||
DOMAIN-SUFFIX,ad.cooks.com
|
||||
DOMAIN-SUFFIX,ad.crichd.in
|
||||
@@ -1399,7 +1397,6 @@ DOMAIN-SUFFIX,afpimages.eastday
|
||||
DOMAIN-SUFFIX,afpimages.eastday.com
|
||||
DOMAIN-SUFFIX,afpmm.alicdn.com
|
||||
DOMAIN-SUFFIX,afptrack.csbew.com
|
||||
DOMAIN-SUFFIX,afs.googlesyndication.com
|
||||
DOMAIN-SUFFIX,ag.nukefans.net
|
||||
DOMAIN-SUFFIX,agenda.complex.com
|
||||
DOMAIN-SUFFIX,ag-gb.marketgid.com
|
||||
@@ -1551,7 +1548,6 @@ DOMAIN-SUFFIX,api.push.daoyoudao.com
|
||||
DOMAIN-SUFFIX,api.ra2.xlmc.sec.miui.com
|
||||
DOMAIN-SUFFIX,api.rees46.com
|
||||
DOMAIN-SUFFIX,api.rideraid.net
|
||||
DOMAIN-SUFFIX,api.sec.miui.com
|
||||
DOMAIN-SUFFIX,api.share.mob.com
|
||||
DOMAIN-SUFFIX,api.shuzilm.cn
|
||||
DOMAIN-SUFFIX,api.similarweb.com
|
||||
@@ -1827,7 +1823,6 @@ DOMAIN-SUFFIX,bbdm.051661.com
|
||||
DOMAIN-SUFFIX,bbsimages.zkxf119.com
|
||||
DOMAIN-SUFFIX,bc.geocities.yahoo.co.jp
|
||||
DOMAIN-SUFFIX,bccyyc.com
|
||||
DOMAIN-SUFFIX,bce.baidu.com
|
||||
DOMAIN-SUFFIX,bcjjg.bugsevent.com
|
||||
DOMAIN-SUFFIX,bcjxf.bugsevent.com
|
||||
DOMAIN-SUFFIX,bd.ershenghuo.com
|
||||
@@ -1984,7 +1979,6 @@ DOMAIN-SUFFIX,breeze.olclient.baofeng.com
|
||||
DOMAIN-SUFFIX,breezily168.com
|
||||
DOMAIN-SUFFIX,brizads.com
|
||||
DOMAIN-SUFFIX,bro.flyme.cn
|
||||
DOMAIN-SUFFIX,browser.gwdang.com
|
||||
DOMAIN-SUFFIX,bryonypie.com
|
||||
DOMAIN-SUFFIX,bs.5442.com
|
||||
DOMAIN-SUFFIX,bs.serving-sys.com
|
||||
@@ -2420,7 +2414,6 @@ DOMAIN-SUFFIX,co.dtech.baofeng.com
|
||||
DOMAIN-SUFFIX,cocounion.com
|
||||
DOMAIN-SUFFIX,cod.southmoney.com
|
||||
DOMAIN-SUFFIX,code.3shangyou.com
|
||||
DOMAIN-SUFFIX,code.createjs.com
|
||||
DOMAIN-SUFFIX,code.fastclick.net
|
||||
DOMAIN-SUFFIX,code.hajuwang.cn
|
||||
DOMAIN-SUFFIX,code.hot-mob.com
|
||||
@@ -3440,7 +3433,6 @@ DOMAIN-SUFFIX,fancyapi.com
|
||||
DOMAIN-SUFFIX,fanqianbb.com
|
||||
DOMAIN-SUFFIX,fans.bestvogue.com
|
||||
DOMAIN-SUFFIX,fansi365.com
|
||||
DOMAIN-SUFFIX,fanxing.kugou.com
|
||||
DOMAIN-SUFFIX,fan-yong.com
|
||||
DOMAIN-SUFFIX,farm-cn.plista.com
|
||||
DOMAIN-SUFFIX,fastable.com
|
||||
@@ -3742,7 +3734,6 @@ DOMAIN-SUFFIX,gload.adhood.com
|
||||
DOMAIN-SUFFIX,global.msads.net
|
||||
DOMAIN-SUFFIX,global.ymtracking.com
|
||||
DOMAIN-SUFFIX,gm682.com
|
||||
DOMAIN-SUFFIX,gma.alicdn.com
|
||||
DOMAIN-SUFFIX,gma1.com
|
||||
DOMAIN-SUFFIX,gmota.g188.net
|
||||
DOMAIN-SUFFIX,gmtdmp.mookie1.com
|
||||
@@ -4764,7 +4755,6 @@ DOMAIN-SUFFIX,laoqu123.com
|
||||
DOMAIN-SUFFIX,lashou1000.com
|
||||
DOMAIN-SUFFIX,lb.gtimg.com
|
||||
DOMAIN-SUFFIX,lb.statsevent.com
|
||||
DOMAIN-SUFFIX,lbs.map.qq.com
|
||||
DOMAIN-SUFFIX,lbstatic-a.akamaihd.net
|
||||
DOMAIN-SUFFIX,lbszb.tongbu.com
|
||||
DOMAIN-SUFFIX,lc.jiathis.com
|
||||
@@ -5875,7 +5865,6 @@ DOMAIN-SUFFIX,page.acm.dzwww.com
|
||||
DOMAIN-SUFFIX,page.xywy.com
|
||||
DOMAIN-SUFFIX,pagead.google.com
|
||||
DOMAIN-SUFFIX,pagead.l.google.com
|
||||
DOMAIN-SUFFIX,pagead2.googlesyndication.com
|
||||
DOMAIN-SUFFIX,pagead-tpc.l.google.com
|
||||
DOMAIN-SUFFIX,pagechoice.com
|
||||
DOMAIN-SUFFIX,pagechoice.net
|
||||
@@ -5937,7 +5926,6 @@ DOMAIN-SUFFIX,pcmzn.com
|
||||
DOMAIN-SUFFIX,pcsoftwords.dftoutiao.com
|
||||
DOMAIN-SUFFIX,pcxzo.pluto.sogou.com
|
||||
DOMAIN-SUFFIX,pd7-imp.revsci.net
|
||||
DOMAIN-SUFFIX,pdc.micloud.xiaomi.net
|
||||
DOMAIN-SUFFIX,pdfexpert.cc
|
||||
DOMAIN-SUFFIX,pdl.gionee.com
|
||||
DOMAIN-SUFFIX,pdsjycm.com
|
||||
@@ -6414,7 +6402,6 @@ DOMAIN-SUFFIX,rotabanner.kulichki.net
|
||||
DOMAIN-SUFFIX,rotate.ymtracking.com
|
||||
DOMAIN-SUFFIX,rotator.tradetracker.net
|
||||
DOMAIN-SUFFIX,router.bittorrent.com
|
||||
DOMAIN-SUFFIX,router.gwdang.com
|
||||
DOMAIN-SUFFIX,rovio-news-app.angrybirdsgame.com
|
||||
DOMAIN-SUFFIX,rp.crasheye.cn
|
||||
DOMAIN-SUFFIX,rp.gwallet.com
|
||||
@@ -7233,7 +7220,6 @@ DOMAIN-SUFFIX,touclick.com
|
||||
DOMAIN-SUFFIX,toutiao.2haha.com
|
||||
DOMAIN-SUFFIX,toutiao.jxnews.com.cn
|
||||
DOMAIN-SUFFIX,tp.sgcn.com
|
||||
DOMAIN-SUFFIX,tpc.googlesyndication.com
|
||||
DOMAIN-SUFFIX,tpe163.com
|
||||
DOMAIN-SUFFIX,tpush.html5.qq.com
|
||||
DOMAIN-SUFFIX,tqd.ntpddq.com
|
||||
@@ -7440,7 +7426,6 @@ DOMAIN-SUFFIX,update.sdk.jiguang.cn
|
||||
DOMAIN-SUFFIX,updatecenter.qq.com
|
||||
DOMAIN-SUFFIX,updatepage.kuwo.cn
|
||||
DOMAIN-SUFFIX,updates-s3.binaryage.com
|
||||
DOMAIN-SUFFIX,up-hl.3g.qq.com
|
||||
DOMAIN-SUFFIX,uplze.code.weddingeeos.com
|
||||
DOMAIN-SUFFIX,ups.ksmobile.net
|
||||
DOMAIN-SUFFIX,upush.res.meizu.com
|
||||
@@ -7527,7 +7512,6 @@ DOMAIN-SUFFIX,victorjx.com
|
||||
DOMAIN-SUFFIX,video.cooguo.com
|
||||
DOMAIN-SUFFIX,video.ureport.push.qq.com
|
||||
DOMAIN-SUFFIX,video.wap.mpush.qq.com
|
||||
DOMAIN-SUFFIX,video-ad-stats.googlesyndication.com
|
||||
DOMAIN-SUFFIX,videondun.com
|
||||
DOMAIN-SUFFIX,videopush.baidu.com
|
||||
DOMAIN-SUFFIX,viglink.com
|
||||
@@ -8303,7 +8287,6 @@ URL-REGEX,https?://[^bbs].tianya\.cn
|
||||
URL-REGEX,https?://\w.?up.qingdaonews.com
|
||||
URL-REGEX,https?://\w{6}.com1.z0.glb.clouddn.com
|
||||
URL-REGEX,https?://\w{8}.logic.cpm.cm.kankan.com
|
||||
URL-REGEX,https?://\w+.beacon.qq.com
|
||||
URL-REGEX,https?://\w+.cloudfront.net/banner
|
||||
URL-REGEX,https?://\w+.gdt.qq.com
|
||||
URL-REGEX,https?://\w+.kingsoft-office-service.com
|
||||
7
base/rules/lhie1/Surge/Surge 3/Provider/Steam.list
Normal file
7
base/rules/lhie1/Surge/Surge 3/Provider/Steam.list
Normal file
@@ -0,0 +1,7 @@
|
||||
# > Steam
|
||||
USER-AGENT,Steam*
|
||||
DOMAIN-SUFFIX,fanatical.com
|
||||
DOMAIN-SUFFIX,humblebundle.com
|
||||
DOMAIN-SUFFIX,steamcommunity.com
|
||||
DOMAIN-SUFFIX,steampowered.com
|
||||
DOMAIN-SUFFIX,steamstatic.com
|
||||
@@ -1,12 +0,0 @@
|
||||
# > Apple News and Apple Map TOMTOM Version
|
||||
DOMAIN,gspe1-ssl.ls.apple.com
|
||||
PROCESS-NAME,News
|
||||
USER-AGENT,AppleNews*
|
||||
USER-AGENT,com.apple.news*
|
||||
#USER-AGENT,News*
|
||||
#DOMAIN,gateway.icloud.com
|
||||
#DOMAIN,news-events.apple.com
|
||||
#DOMAIN,apple.comscoreresearch.com
|
||||
#DOMAIN-SUFFIX,apple.news
|
||||
#DOMAIN,news-client.apple.com
|
||||
#DOMAIN,news-edge.apple.com
|
||||
@@ -1,6 +0,0 @@
|
||||
# > BBC iPlayer
|
||||
USER-AGENT,BBCiPlayer*
|
||||
DOMAIN-SUFFIX,bbc.co.uk
|
||||
DOMAIN-SUFFIX,bbci.co.uk
|
||||
DOMAIN-KEYWORD,bbcfmt
|
||||
DOMAIN-KEYWORD,uk-live
|
||||
@@ -1,3 +0,0 @@
|
||||
# > Hulu(フールー)
|
||||
DOMAIN-SUFFIX,happyon.jp
|
||||
DOMAIN-SUFFIX,hulu.jp
|
||||
@@ -1,5 +0,0 @@
|
||||
# > NeteaseMusic
|
||||
USER-AGENT,%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90
|
||||
USER-AGENT,NeteaseMusic*
|
||||
DOMAIN-SUFFIX,music.126.net
|
||||
DOMAIN-SUFFIX,music.163.com
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user