mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 10:10:34 +08:00
Update Reject & CDN Hosts
This commit is contained in:
parent
9000a8fb10
commit
a6b6d217df
@ -2390,6 +2390,7 @@ fiddle.jshell.net
|
|||||||
.pornimg.xyz
|
.pornimg.xyz
|
||||||
.hits.b3log.org
|
.hits.b3log.org
|
||||||
.safebrowsing.apple
|
.safebrowsing.apple
|
||||||
|
safebrowsing.brave.com
|
||||||
.divio-media.net
|
.divio-media.net
|
||||||
.widget.clutch.co
|
.widget.clutch.co
|
||||||
.giscus.app
|
.giscus.app
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
# Commonly used by cloud computing instances as the metadata service
|
# Commonly used by cloud computing instances as the metadata service
|
||||||
# Should not be used in the local environment
|
# Should not be used in the local environment
|
||||||
|
# Also, VSCode GitHub Copilot plugin sends telemetry going haywire, at 2 req/s
|
||||||
|
# Let's Surge drop the packets to prevent flooding
|
||||||
|
# https://github.com/microsoft/vscode-copilot-release/issues/1496#issuecomment-2422464393
|
||||||
IP-CIDR,169.254.169.254/32,no-resolve
|
IP-CIDR,169.254.169.254/32,no-resolve
|
||||||
|
|
||||||
# DNS resolved to 0.0.0.0 should not leak to the LAN
|
# DNS resolved to 0.0.0.0 should not leak to the LAN
|
||||||
|
|||||||
@ -2,5 +2,11 @@
|
|||||||
# $ meta_description This file This file contains rules for domain should be used with REJECT-DROP policy.
|
# $ meta_description This file This file contains rules for domain should be used with REJECT-DROP policy.
|
||||||
|
|
||||||
DOMAIN-SUFFIX,geo2.adobe.com
|
DOMAIN-SUFFIX,geo2.adobe.com
|
||||||
|
|
||||||
|
# VSCode GitHub Copilot plugin sends telemetry going haywire, at 2 req/s
|
||||||
|
# Let's Surge drop the packets to prevent flooding
|
||||||
|
# https://github.com/microsoft/vscode-copilot-release/issues/1496#issuecomment-2422464393
|
||||||
|
DOMAIN-SUFFIX,in.applicationinsights.azure.com
|
||||||
|
|
||||||
DOMAIN-SUFFIX,undefined
|
DOMAIN-SUFFIX,undefined
|
||||||
DOMAIN-SUFFIX,null
|
DOMAIN-SUFFIX,null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user