有时出门在网吧或者去朋友家无法使用SSR,懒得下载软件填写参数又想直接使用google搜索资料,直接搞了一个Google反代使用,只能使用google基本的搜索功能,无法使用其他服务,如需其他服务请自行反代你所需要的服务。
Nginx 反代 Google 配置:
server {
listen 443;
listen [::]:443;
server_name xxx.xxx.xxx;
ssl on;
ssl_certificate /root/.acme.sh/sep.cc/fullchain.cer;
ssl_certificate_key /root/.acme.sh/sep.cc/sep.cc.key;
location / {
proxy_redirect off;
proxy_pass https://www.google.com;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "";
sub_filter www.google.com xxx.xxx.xxx;
sub_filter_once off;
}
}
自行替换"xxx"以及SSL路径。
最新评论
被窝里玩 Steam 这个场景太真实了,7 英寸 OLED + 144Hz 躺着拿手感应该很舒服。AMD 780M 配 32G 内存跑中小型游戏应该挺从容,还能顺带处理网站当便携生产力,确实算个迷你电脑。就是 8840U 这功耗放在掌机上续航有点担心,蹲一波楼主的游戏功耗实测(狗头)。
体验咋样,综合
确实就是一台电脑了
用过,还不错。
使用了博主的gravatar头像镜像源,特来表示感谢!
大赞,跟着你的步骤刷机切卡成功。按这个步骤应该也能刷openwrt吧,不知道有没有固件。
价格如何