有时出门在网吧或者去朋友家无法使用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路径。
最新评论
对了,我才发现,你的网站名称是“九月的风”,已经为你更新
那个,s兄,更下我的链接,网址更改为 linsan.ren
这玩意不贵,有它并不稀奇,我也有。 稀奇的是,S兄居然会搞电子元气,好想有个这样的朋友在身边啊,哈哈!
居然家里有电烙铁。
我之前想买个热风枪,但是想了下也没啥用,你这,打火机干了热风枪的活,腻害呀
随身wifi也能刷机,高级啊
ini如何配置?