算不算良心功能
$ curl -v github.com
* About to connect() to github.com port 80 (#0)
* Trying 10.23.253.91...
* Connected to github.com (10.23.253.91) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: github.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Content-Length: 0
< Location: https://github.com/
<
* Connection #0 to host github.com left intact
$ dig github.com
; <<>> DiG 9.9.4-RedHat-9.9.4-61.el7_5.1 <<>> github.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32946
;; flags: qr rd ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;github.com. IN A
;; ANSWER SECTION:
github.com. 600 IN A 10.23.253.91
;; Query time: 2 msec
;; SERVER: 10.23.255.1#53(10.23.255.1)
;; WHEN: Wed Sep 28 10:56:49 CST 2022
;; MSG SIZE rcvd: 44
1
l0wkey 2022-09-28 11:04:11 +08:00
也算某种意义上的中间人攻击(非贬义)了
|
2
ZE3kr 2022-09-28 11:47:34 +08:00 via iPhone
不算中间人攻击吧,因为不需要安装证书,这个应该就是改了下路由。因为没有中间人攻击,ucloud 连缓存都做不了,也不知道你 clone 了哪些东西。不过不知道这个算不算非法建立境外通信,而且担心 GitHub 屏蔽代理服务器的 IP ( rate limit )
|
3
8520ccc 2022-09-28 12:39:12 +08:00 via iPhone
可以看官网,有介绍,对一定的国外网站有加速(其实就是 sniproxy )
|
4
PendingOni 2022-09-28 12:59:59 +08:00
记得之前有一个 SSH 加速的 就在 UCloud 上
|
5
liaohongxing 2022-09-28 14:31:27 +08:00
|