我试图找出browsec是如何工作的。在我的大学里,youtube被禁止了。当我在我的 url 中输入 youtube.com 时,携带该 url 的数据包会传送到代理服务器。此处的代理服务器会阻止数据包。
system -----------> proxy server ------------> youtube
||
the packet is dropped here
现在我想使用browsec。所以,我再次尝试连接 youtube.com。当我输入 url 时,数据包应该再次传送到代理服务器并且应该被丢弃在那里。
system -----------> proxy server ----------> browsec ------------> youtube
||
the packet should be dropped here, but doesn't happen. Why?
所以,我认为在这两种情况下,我大学的代理服务器都会丢弃数据包。那么它是怎样工作的?是否有任何类型的加密/解密?