V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  hackroad  ›  全部回复第 1 页 / 共 12 页
回复总数  224
1  2  3  4  5  6  7  8  9  10 ... 12  
这就很爽了,hk wirguard 到新加坡家宽访问 GPT 爽死
申请了 5GA ,但是就没享受到过,不知道哪里有 5GA 的基站
居然有人说小米的公关强,把遥遥领先和笛子放在那里?
4 天前
回复了 whereFly 创建的主题 NGINX 请问 Nginx 怎么添加 CORS 白名单?
#
# Wide-open CORS config for nginx
#
location / {
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
#
# Custom headers and headers various browsers *should* be OK with but aren't
#
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
#
# Tell client that this pre-flight info is valid for 20 days
#
add_header 'Access-Control-Max-Age' 1728000;
add_header 'Content-Type' 'text/plain; charset=utf-8';
add_header 'Content-Length' 0;
return 204;
}
if ($request_method = 'POST') {
add_header 'Access-Control-Allow-Origin' '*' always;
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
}
if ($request_method = 'GET') {
add_header 'Access-Control-Allow-Origin' '*' always;
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
}
}
@FabricPath 这个是最担心的, 魔都我现在家里 399 电信套餐 ,正常使用没问题,2Gbps 下行,300Mbps 上行,带公网 IP ,平时公司公网全部穿透回家里出去,不跑 PCDN ,不跑 PT ,未来可能加摄像头,NAS 感觉哪一家运营商都不会欢迎,毕竟下电影啥的都是 BT PT
能桥接么
@htfcuddles 正常来说不会,2G ,我都能测出这个速率,还是到新加坡的 https://i.imgur.com/3zqNIrE.png
5 天前
回复了 hangzhou202310 创建的主题 生活 父亲生病,我该不该辞职?
要么出钱,要么出力
@htfcuddles #47 会玩,我以为我香港、新加坡、日本够了,你比我还狠。、
7 天前
回复了 AEnjoyable 创建的主题 宽带症候群 公司 IP 被送中了
@AEnjoyable #16 确实是这个原因,我们海外出口用 AS 7473 一点问题都没
@setrmrf #23 你这有点猛,家里有这么大上下行对等的带宽。。https://i.imgur.com/0fBmkGI.png 我这个已经很强了,没想到你更强。。。
一不小心点了这个玩意,没注意什么功能。。。https://i.imgur.com/Z6ucFaE.png

EO 是不便宜,不过看体量和商务折扣,谈 3 折以下应该还好吧。
已介绍朋友👍
@htfcuddles #18 图床并没有挂,是你链路问题吧。你这 3 条线的目的是啥,跑 PCDN ,BT ,还是?
营业厅除了排队,10 分钟搞定。
@fox1751 #128 你在说什么,我看了三遍没看懂
已 Fork
1  2  3  4  5  6  7  8  9  10 ... 12  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   872 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 21:23 · PVG 05:23 · LAX 14:23 · JFK 17:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.