Merge pull request #658 from spyophobia/master

IDN should use punycode encoding
This commit is contained in:
leosam2048 2022-03-03 22:58:16 +08:00 committed by GitHub
commit 38b2ecd7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 13 deletions

View File

@ -1513,9 +1513,12 @@
(^|\.)gov\.cn$
(^|\.)net\.cn$
(^|\.)org\.cn$
(^|\.)中国$
(^|\.)公司$
(^|\.)网络$
## .中国 => punycode
(^|\.)xn--fiqs8s$
## .公司 => punycode
(^|\.)xn--55qx5d$
## .网络 => punycode
(^|\.)xn--io0a7i$
# 中国国内常见域名关键词直连
(^|\.)\w*-cn\w*\.\w*$
@ -14503,4 +14506,4 @@
(^|\.)flzbcdn\.xyz$
#华文电视
(^|\.)ocnttv\.com$
(^|\.)ocnttv\.com$

View File

@ -1507,9 +1507,12 @@
(^|\.)gov\.cn$
(^|\.)net\.cn$
(^|\.)org\.cn$
(^|\.)中国$
(^|\.)公司$
(^|\.)网络$
## .中国 => punycode
(^|\.)xn--fiqs8s$
## .公司 => punycode
(^|\.)xn--55qx5d$
## .网络 => punycode
(^|\.)xn--io0a7i$
# 中国国内常见域名关键词直连
(^|\.)\w*-cn\w*\.\w*$

View File

@ -37767,9 +37767,12 @@
(^|\.)gov\.cn$
(^|\.)net\.cn$
(^|\.)org\.cn$
(^|\.)中国$
(^|\.)公司$
(^|\.)网络$
## .中国 => punycode
(^|\.)xn--fiqs8s$
## .公司 => punycode
(^|\.)xn--55qx5d$
## .网络 => punycode
(^|\.)xn--io0a7i$
# 中国国内常见域名关键词直连
(^|\.)\w*-cn\w*\.\w*$

View File

@ -45,9 +45,12 @@
(^|\.)gov\.cn$
(^|\.)net\.cn$
(^|\.)org\.cn$
(^|\.)中国$
(^|\.)公司$
(^|\.)网络$
## .中国 => punycode
(^|\.)xn--fiqs8s$
## .公司 => punycode
(^|\.)xn--55qx5d$
## .网络 => punycode
(^|\.)xn--io0a7i$
# 中国国内常见域名关键词直连
(^|\.)\w*-cn\w*\.\w*$