mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Update Always RealIP / Steam Hosts
This commit is contained in:
parent
4d8329ca65
commit
7da10a5cb4
@ -9,20 +9,27 @@ const HOSTNAMES = [
|
|||||||
'*.localhost',
|
'*.localhost',
|
||||||
'*.home.arpa',
|
'*.home.arpa',
|
||||||
// Network Detection, Captive Portal
|
// Network Detection, Captive Portal
|
||||||
|
'msftncsi.com',
|
||||||
|
'msftconnecttest.com',
|
||||||
'*.msftncsi.com',
|
'*.msftncsi.com',
|
||||||
'*.msftconnecttest.com',
|
'*.msftconnecttest.com',
|
||||||
'network-test.debian.org',
|
'network-test.debian.org',
|
||||||
'detectportal.firefox.com',
|
'detectportal.firefox.com',
|
||||||
'resolver1.opendns.com',
|
'resolver1.opendns.com',
|
||||||
|
'*.ipv6.microsoft.com',
|
||||||
// Handle SNAT conversation properly
|
// Handle SNAT conversation properly
|
||||||
'*.srv.nintendo.net',
|
'*.srv.nintendo.net',
|
||||||
'*.stun.playstation.net',
|
'*.stun.playstation.net',
|
||||||
'xbox.*.microsoft.com',
|
'xbox.*.microsoft.com',
|
||||||
'*.xboxlive.com',
|
'*.xboxlive.com',
|
||||||
|
'turn.twilio.com',
|
||||||
'*.turn.twilio.com',
|
'*.turn.twilio.com',
|
||||||
|
'stun.twilio.com',
|
||||||
'*.stun.twilio.com',
|
'*.stun.twilio.com',
|
||||||
|
'stun.syncthing.net',
|
||||||
'stun.*.*',
|
'stun.*.*',
|
||||||
'stun.*.*.*',
|
'stun.*.*.*',
|
||||||
|
'controlplane.tailscale.com',
|
||||||
// NTP
|
// NTP
|
||||||
'time.*.com', 'time.*.gov, time.*.edu.cn, time.*.apple.com', 'time1.*.com', 'time2.*.com', 'time3.*.com', 'time4.*.com', 'time5.*.com', 'time6.*.com', 'time7.*.com', 'time8.*.com', 'time9.*.com, ntp.*.com, ntp1.*.com, ntp2.*.com, ntp3.*.com, ntp4.*.com, ntp5.*.com, ntp6.*.com, ntp7.*.com', 'time1.*.com', 'time2.*.com', 'time3.*.com', 'time4.*.com', 'time5.*.com', 'time6.*.com', 'time7.*.com', 'time8.*.com', 'ti me9.*.com', '*.time.edu.cn', '*.ntp.org.cn', '*.pool.ntp.org', 'time1.cloud.tencent.com',
|
'time.*.com', 'time.*.gov, time.*.edu.cn, time.*.apple.com', 'time1.*.com', 'time2.*.com', 'time3.*.com', 'time4.*.com', 'time5.*.com', 'time6.*.com', 'time7.*.com', 'time8.*.com', 'time9.*.com, ntp.*.com, ntp1.*.com, ntp2.*.com, ntp3.*.com, ntp4.*.com, ntp5.*.com, ntp6.*.com, ntp7.*.com', 'time1.*.com', 'time2.*.com', 'time3.*.com', 'time4.*.com', 'time5.*.com', 'time6.*.com', 'time7.*.com', 'time8.*.com', 'ti me9.*.com', '*.time.edu.cn', '*.ntp.org.cn', '*.pool.ntp.org', 'time1.cloud.tencent.com',
|
||||||
// AdGuard
|
// AdGuard
|
||||||
@ -35,7 +42,11 @@ const HOSTNAMES = [
|
|||||||
// Microsoft Auto Discovery
|
// Microsoft Auto Discovery
|
||||||
'PDC._msDCS.*.*',
|
'PDC._msDCS.*.*',
|
||||||
'DC._msDCS.*.*',
|
'DC._msDCS.*.*',
|
||||||
'GC._msDCS.*.*'
|
'GC._msDCS.*.*',
|
||||||
|
// Misc,
|
||||||
|
'*.battlenet.com.cn',
|
||||||
|
'*.blzstatic.cn',
|
||||||
|
'*.battlenet.com'
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const buildAlwaysRealIPModule = task(import.meta.path, async (span) => {
|
export const buildAlwaysRealIPModule = task(import.meta.path, async (span) => {
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# Steam
|
# Steam
|
||||||
.steamcontent.com
|
.steamcontent.com
|
||||||
|
.steamserver.net
|
||||||
.content.steampowered.com
|
.content.steampowered.com
|
||||||
content1.steampowered.com
|
content1.steampowered.com
|
||||||
content2.steampowered.com
|
content2.steampowered.com
|
||||||
@ -17,7 +18,6 @@ steam.eca.qtlglb.com
|
|||||||
steam.naeu.qtlglb.com
|
steam.naeu.qtlglb.com
|
||||||
steam.ru.qtlglb.com
|
steam.ru.qtlglb.com
|
||||||
edge.steam-dns.top.comcast.net
|
edge.steam-dns.top.comcast.net
|
||||||
# DOMAIN-SUFFIX,steamserver.net
|
|
||||||
steampipe.akamaized.net
|
steampipe.akamaized.net
|
||||||
steampipe-kr.akamaized.net
|
steampipe-kr.akamaized.net
|
||||||
steampipe-partner.akamaized.net
|
steampipe-partner.akamaized.net
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user