Skip to content

Commit

Permalink
完美世界电竞App
Browse files Browse the repository at this point in the history
Co-authored-by: SakurazawaRyoko <[email protected]>
  • Loading branch information
SunsetMkt and yingzeliangzi committed Sep 12, 2024
1 parent 9200344 commit 8d0c520
Show file tree
Hide file tree
Showing 46 changed files with 82 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Clash for Windows 已于 2023.11.2 (UTC+8) 删库,将不再积极支持`parser

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=lwd-temp/anti-ip-attribution&type=Date)](https://star-history.com/#lwd-temp/anti-ip-attribution&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=SunsetMkt/anti-ip-attribution&type=Date)](https://star-history.com/#SunsetMkt/anti-ip-attribution&Date)
4 changes: 2 additions & 2 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
任何来自issue的改进均需要使用Co-authored-by注明意见提供者,格式如下:

```
Co-authored-by: Sunset <26019675+lwd-temp@users.noreply.github.com>
Co-authored-by: Sunset <26019675+SunsetMkt@users.noreply.github.com>
```

若无法确定用户名前数字,直接使用用户名似乎在某些情况下也可行:

```
Co-authored-by: Sunset <lwd-temp@users.noreply.github.com>
Co-authored-by: Sunset <SunsetMkt@users.noreply.github.com>
```
4 changes: 2 additions & 2 deletions generate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution generate.py
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 从rules.yaml生成配置文件,由Actions调用。
# 读取文件:
# rules.yaml 配置文件
Expand Down Expand Up @@ -178,7 +178,7 @@ def generate_rule_provider(config):
if rules[i].startswith('IP-CIDR') and 'no-resolve' not in rules[i]:
rules[i] = rules[i] + ',no-resolve'

# https://github.com/lwd-temp/anti-ip-attribution/issues/23#issuecomment-1223931835
# https://github.com/SunsetMkt/anti-ip-attribution/issues/23#issuecomment-1223931835
direct = []
proxy = []
reject = []
Expand Down
2 changes: 1 addition & 1 deletion generated/parser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution parser.yaml v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash for Windows的配置文件预处理功能,详见https://docs.cfw.lbyczf.com/contents/parser.html
parsers:
- url: https://example.com/profile.yaml
Expand Down
2 changes: 1 addition & 1 deletion generated/quantumultx-domesticsocial.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution quantumultx-domesticsocial.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# QuantumultX分流规则,策略组名称为DomesticSocial
DOMAIN,httpdns.bilivideo.com,REJECT
IP-CIDR,47.101.175.206/32,REJECT
Expand Down
2 changes: 1 addition & 1 deletion generated/quantumultx.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution quantumultx.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# QuantumultX分流规则
DOMAIN,httpdns.bilivideo.com,REJECT
IP-CIDR,47.101.175.206/32,REJECT
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-provider-direct.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-provider-direct.yaml v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash的Rule Provider功能,详见https://lancellc.gitbook.io/clash/clash-config-file/rule-provider
payload:
- DOMAIN-SUFFIX,bilivideo.com,DIRECT
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-provider-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-provider-proxy.yaml v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash的Rule Provider功能,详见https://lancellc.gitbook.io/clash/clash-config-file/rule-provider
payload:
- DOMAIN-SUFFIX,biliapi.net
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-provider-reject.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-provider-reject.yaml v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash的Rule Provider功能,详见https://lancellc.gitbook.io/clash/clash-config-file/rule-provider
payload:
- DOMAIN,httpdns.bilivideo.com,REJECT
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-provider.yaml v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash的Rule Provider功能,详见https://lancellc.gitbook.io/clash/clash-config-file/rule-provider
payload:
- DOMAIN,httpdns.bilivideo.com,REJECT
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-set-direct.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-set-direct.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash RULE-SET
DOMAIN-SUFFIX,bilivideo.com
DOMAIN-SUFFIX,akamaized.net
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-set-proxy.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-set-proxy.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash RULE-SET
DOMAIN-SUFFIX,biliapi.net
DOMAIN-SUFFIX,biliapi.com
Expand Down
2 changes: 1 addition & 1 deletion generated/rule-set-reject.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rule-set-reject.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 适用于Clash RULE-SET
DOMAIN,httpdns.bilivideo.com
IP-CIDR,47.101.175.206/32,no-resolve
Expand Down
2 changes: 1 addition & 1 deletion generated/surge.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution surge.list v0.3.1 9532e914635f11c0eafd4ae0d5c20634dbcd294c
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# Surge分流规则
DOMAIN,httpdns.bilivideo.com,REJECT
IP-CIDR,47.101.175.206/32,REJECT,no-resolve
Expand Down
2 changes: 1 addition & 1 deletion parser-header.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution parser-header.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 生成parser.yaml采用的基础模板,可以自定义。
parsers: # array
- url: https://example.com/profile.yaml # 修改为实际使用的URL
Expand Down
7 changes: 5 additions & 2 deletions rules.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表
# ======= 哔哩哔哩 ======= #
Expand Down Expand Up @@ -418,3 +418,6 @@ config:
- DOMAIN,druidv6.if.qidian.com
# 疑似个人主页IP(非实时变化,看到有个login建议加上)
- DOMAIN,ptlogin6.qidian.com
# ======= 完美世界电竞App ======= #
# issues#65
- DOMAIN,api.wmpvp.com
4 changes: 2 additions & 2 deletions rules/Lofter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/MIUI.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/NGA.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/QQ音乐.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/Soul.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/TapTap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/其乐论坛.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/哔哩哔哩.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/国家反诈中心.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/头条.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/小米社区.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/小红书.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/小黑盒.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
4 changes: 2 additions & 2 deletions rules/微信.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 针对部分网站显示IP归属地的分流规则
# anti-ip-attribution rules.yaml
# https://github.com/lwd-temp/anti-ip-attribution
# https://github.com/SunsetMkt/anti-ip-attribution
# 此文件用于记录用于生成其他配置文件的规则,任何更改仅需在此修改。
# Actions会自动生成其他配置文件。
# 由于技术限制,只能实现精确到域名的分流规则,无法精确到路径。
Expand All @@ -11,7 +11,7 @@
config:
name: "anti-ip-attribution" # 项目名
version: "v0.3.1" # 版本号
url: "https://github.com/lwd-temp/anti-ip-attribution" # 项目地址
url: "https://github.com/SunsetMkt/anti-ip-attribution" # 项目地址
description: "针对部分网站显示IP归属地的分流规则" # 项目描述
rules: # 规则列表

Expand Down
Loading

0 comments on commit 8d0c520

Please sign in to comment.