现在准备加一个手机软件开发映射的功能。

This commit is contained in:
2026-07-15 14:16:59 +08:00
parent 58f6a2a67f
commit ba25b13d33
8 changed files with 79 additions and 36 deletions
+6 -4
View File
@@ -3,10 +3,11 @@ stream {
# === 端口 443Nginx SNI 分流 ===
map $ssl_preread_server_name $backend {
www.samsung.com xray;
addons.mozilla.org xray;
www.apple.com xray;
news.apple.com xray_lan;
www.samsung.com xray;
www.amd.com xray;
www.asus.com xray;
www.bilibili.com xray_lan;
drive.salmonstill.cn nas;
default npm;
}
@@ -14,8 +15,9 @@ stream {
# === 端口 9447Reality 回落数据中心 ===
map $ssl_preread_server_name $fallback {
www.samsung.com www.samsung.com:443;
addons.mozilla.org addons.mozilla.org:443;
www.apple.com www.apple.com:443;
www.amd.com www.amd.com:443;
www.asus.com www.asus.com:443;
default 127.0.0.1:1;
}