ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.84k stars 2.47k forks source link

任何的可能性,让GOST通过无WebsocketCDN? #724

Open zjl88858 opened 3 years ago

zjl88858 commented 3 years ago

最近试图让GOST伺服器搭配Azure CDN使用, 然后遗憾的发现Azure CDN并不支援Websocket或者WSS。 于是 2021/06/15 08:51:57 ws.go:413: [ws] 152.195.201.105:42130 -> [::]:443 2021/06/15 08:51:57 ws.go:420: [ws] 152.195.201.105:42130 - [::]:443 : websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header 请问有其他的任意方式可以越过CDN吗?无论是代理模式抑或是隧道模式 谢谢

cod1ingcoding commented 3 years ago

cdn除了websocket一般就是http,但是cdn不支持http协议的connect方法(用来做实现隧道的)