Optimize regular matching rules (#2188)

This commit is contained in:
Akio 2024-06-14 12:28:25 +08:00 committed by GitHub
parent ab9c0aaaf3
commit 19de254764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View File

@ -2,16 +2,16 @@
regexp:^time(.euro)?.apple.com$ regexp:^time(.euro)?.apple.com$
# Facebook # Facebook
regexp:^time([1-5])?.facebook.com$ regexp:^time([1-5])?\.facebook\.com$
# Google # Google
regexp:^time([1-4])?.google.com$ regexp:^time([1-4])?.google.com$
# NIST: https://tf.nist.gov/tf-cgi/servers.cgi # NIST: https://tf.nist.gov/tf-cgi/servers.cgi
regexp:^((((ut1-wwv)|(ntp\-(b|d|wwv))|(time(\-(([a-e]\-(g|b))|([a-e]\-wwv)))?)).nist.gov)|((ntp-c|ut1-time)|(utcnist(2|3)?)).colorado.edu)$ ^((((ut1-wwv)|(ntp\-(b|d|wwv))|(time(\-(([a-e]\-(g|b))|([a-e]\-wwv)))?))\.nist\.gov)|((ntp-c|ut1-time)|(utcnist(2|3)?))\.colorado\.edu)$
# NTP-servers: https://ntp-servers.net/servers.html # NTP-servers: https://ntp-servers.net/servers.html
regexp:^ntp[0-7].ntp-servers.net$ regexp:^ntp[0-7]\.ntp-servers\.net$
clock.isc.org clock.isc.org
ntp.fiord.ru ntp.fiord.ru

View File

@ -1,8 +1,8 @@
# Aliyun # Aliyun
regexp:^ntp([1-7])?.aliyun.com$ @cn regexp:^ntp([1-7])?\.aliyun\.com$ @cn
# Tencent # Tencent
regexp:^ntp([1-5])?.tencent.com$ @cn regexp:^ntp([1-5])?\.tencent\.com$ @cn
cn.pool.ntp.org @cn cn.pool.ntp.org @cn
ntp.neu.edu.cn @cn ntp.neu.edu.cn @cn

View File

@ -26,4 +26,4 @@ thegithubshop.com
blob.core.windows.net blob.core.windows.net
full:github-cloud.s3.amazonaws.com full:github-cloud.s3.amazonaws.com
regexp:github-production-release-asset-[0-9a-zA-Z]{6}\.s3\.amazonaws\.com regexp:^github-production-release-asset-[0-9a-zA-Z]{6}\.s3\.amazonaws\.com$

View File

@ -4,4 +4,4 @@ hotstar-labs.com
hotstarext.com hotstarext.com
hsprepack.akamaized.net hsprepack.akamaized.net
regexp:^hses[1-7]?.akamaized.net$ regexp:^hses[1-7]?\.akamaized\.net$

View File

@ -10,7 +10,7 @@ full:openaiapi-site.azureedge.net
full:openaicom-api-bdcpf8c6d2e9atf6.z01.azurefd.net full:openaicom-api-bdcpf8c6d2e9atf6.z01.azurefd.net
full:openaicomproductionae4b.blob.core.windows.net full:openaicomproductionae4b.blob.core.windows.net
full:production-openaicom-storage.azureedge.net full:production-openaicom-storage.azureedge.net
regexp:chatgpt-async-webps-prod-eastus-\d+\.webpubsub\.azure\.com$ regexp:^chatgpt-async-webps-prod-eastus-\d+\.webpubsub\.azure\.com$
# tracking # tracking
full:o33249.ingest.sentry.io @ads full:o33249.ingest.sentry.io @ads