致力于为用户提供真实的
主机测评数据及优惠信息

CloudFlareWorker轻松安全鉴权 - ws-scrcpy甲骨文云安卓无nginx方案

网友 ChenYFan 说:

*帖最后由 ChenYFan 于 2022-9-3 14:23 编辑

接上文  https://hostloc.com/thread-1067531-1-1.html

文中使用nginx来完成WebSocket转发和前端简易保护。

然而我就觉得不大合理,甲骨文*身线路好不到哪里去,套一个cloudflare更好,那岂不是ArgoTunnel直接起飞?既然都用CloudFlare了,直接用worker写一个脚*当nginx鉴权,这样连nginx都省了岂不美哉。

  1. const username = &*uot;XXX&*uot;//用户名
  2. const pa**word = &*uot;123456&*uot;//密码
  3. const handle = (re*) => {
  4.     const **th = re*.headers.get(‘Autho**zation’) || &*uot;Basic &*uot;
  5.     if (**th.split(‘ ‘)[1] == **oa(username + &*uot;:&*uot; + pa**word)) ret**n fetch(re*)
  6.     ret**n new Response(null, {
  7.         status: 401,
  8.         headers: {
  9.             ‘WWW-Authenticate’: ‘Basic realm=&*uot;CyanFalse\’s P**vate App!&*uot;’
  10.         },
  11.         body: ‘CyanFalse自留地!你无权进入!’
  12.     })
  13. }
  14. addEventListener(‘fetch’, ***nt => {
  15.     ***nt.respondWith(handle(***nt.re*uest))
  16. })

网友 emptysuns 说:

*帖最后由 emptysuns 于 2022-9-2 21:58 编辑

确实,我都忘了argo穿透了,还是你会女票,感谢提供思路
demo: https://argoseoul3.iacg.g*/

网友 ddc998 说:

你没想过用ze**tier之类的,限制内网IP访问不就完了,

网友 ChenYFan 说:

ddc998 发表于 2022-9-3 12:57
你没想过用ze**tier之类的,限制内网IP访问不就完了,
网友 ctoh 说:

那什么时候支持win10部署玩

网友 ChenYFan 说:

ctoh 发表于 2022-9-3 13:08
那什么时候支持win10部署玩
网友 ctoh 说:

ChenYFan 发表于 2022-9-3 13:12
目前不太可能,win virtio arm驱动目前一直有问题,*emu虚拟x86挺绝望的
网友 hcyme 说:

感谢提供瓢路

赞(0) 打赏
未经允许不得转载:爱主机 » CloudFlareWorker轻松安全鉴权 - ws-scrcpy甲骨文云安卓无nginx方案
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址