IDN use punycode

This commit is contained in:
spyophobia 2021-11-09 01:39:29 +08:00
parent 94ee6a8571
commit 1af2c9df64
No known key found for this signature in database
GPG Key ID: 57B2B83AA36B97DA
4 changed files with 25 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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